Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2023
1 parent 5a83a1f commit 402ad20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TRestAxionField.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<double>, std::vector<double>> TRestAxionField::GetMassDensityScanning(std::string gasName, double ma_max, double Ea) {
std::pair<std::vector<double>, std::vector<double>> TRestAxionField::GetMassDensityScanning(
std::string gasName, double ma_max, double Ea) {
std::vector<double> photonMass;
std::vector<double> density;
TRestAxionField* ax = new TRestAxionField();
Expand Down

0 comments on commit 402ad20

Please sign in to comment.