From 8be4640bb1e79bfbb64d8506b66aedaacb2d9d05 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Sun, 23 Feb 2020 18:34:22 +0100 Subject: [PATCH] TileGeoG4SD: Fix property name typo. Was giving a Gaudi duplicate property warning. --- TileCalorimeter/TileG4/TileGeoG4SD/src/TileGeoG4SDCalc.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TileCalorimeter/TileG4/TileGeoG4SD/src/TileGeoG4SDCalc.hh b/TileCalorimeter/TileG4/TileGeoG4SD/src/TileGeoG4SDCalc.hh index 28eb2a02f4b3..bab97813f18a 100644 --- a/TileCalorimeter/TileG4/TileGeoG4SD/src/TileGeoG4SDCalc.hh +++ b/TileCalorimeter/TileG4/TileGeoG4SD/src/TileGeoG4SDCalc.hh @@ -110,7 +110,7 @@ private: TileSDOptions m_options; Gaudi::Property<double> m_birk1{this, "birk1",0.0130 * CLHEP::g / (CLHEP::MeV * CLHEP::cm2), "exp. values from NIM 80 (1970) 239-244"}; - Gaudi::Property<double> m_birk2{this, "birk1",9.6e-6 * CLHEP::g / (CLHEP::MeV * CLHEP::cm2) * CLHEP::g / (CLHEP::MeV * CLHEP::cm2), "exp. values from NIM 80 (1970) 239-244"}; + Gaudi::Property<double> m_birk2{this, "birk2",9.6e-6 * CLHEP::g / (CLHEP::MeV * CLHEP::cm2) * CLHEP::g / (CLHEP::MeV * CLHEP::cm2), "exp. values from NIM 80 (1970) 239-244"}; /** @brief Keep hit time */ bool m_keepHitTime; -- GitLab