Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Jul 25, 2024
1 parent e8643e3 commit 523444a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RecCalorimeter/src/components/ConstNoiseTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ class ConstNoiseTool : public GaudiTool, virtual public INoiseConstTool {
std::map<uint,double> m_systemNoiseRMSMap;
std::map<uint,double> m_systemNoiseOffsetMap;

/// List of subdetector names (I think it is better to pass the names and retrieve the IDs in the C++)
/// Gaudi::Property<std::vector<int> m_detectorIDs{this, "systemIDs", {5, 6, 7, 8, 9, 10, 11}, "systemIDs of the calorimeters"};
Gaudi::Property<std::vector<std::string>> m_detectors{this, "detectors", {"ECAL_Barrel", "ECAL_Endcap", "HCal_Endcap", "HCalBarrel", "HCalExtBarrel", "ECalFwd", "HCalFwd"}, "names of the calorimeters"};
/// List of subdetector names (they must match what is defined in DectDimension)
Gaudi::Property<std::vector<std::string>> m_detectors{this, "detectors", {"ECAL_Barrel", "ECAL_Endcap", "HCal_Endcap", "HCalBarrel", "HCalExtBarrel", "ECalFwd", "HCalFwd"}, "names of the calorimeters"};

/// Cell noise RMS (=1Sigma threshold) in GeV
/// default values estimates for the LAr and TileCal from ATLAS Barrel: ATL-LARG-PUB-2008_002
Expand Down

0 comments on commit 523444a

Please sign in to comment.