From 402ad2044a8674bc37f153757db7d0a9e8164e7e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:41:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/TRestAxionField.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();