diff --git a/src/TRestAxionField.cxx b/src/TRestAxionField.cxx index 7e3cb8fa..537ef32c 100644 --- a/src/TRestAxionField.cxx +++ b/src/TRestAxionField.cxx @@ -486,7 +486,8 @@ double TRestAxionField::GammaTransmissionFWHM(Double_t ma, Double_t Ea, Double_t /// It returns a pair of vectors with the values for the scan, the first one is the axion mass and the second /// one is the density. -std::pair, std::vector> TRestAxionField::GetMassDensityScanning(std::string gasName, double ma_max, double Ea) { +std::pair, std::vector> TRestAxionField::GetMassDensityScanning( + std::string gasName, double ma_max, double Ea) { std::vector photonMass; std::vector density; TRestAxionField* ax = new TRestAxionField();