Skip to content
Snippets Groups Projects
Commit 5385bc63 authored by Jackson Carl Burzynski's avatar Jackson Carl Burzynski :cowboy:
Browse files

update CalibArea path for new LRT systematics

parent a73304aa
No related branches found
No related tags found
1 merge request!65595Update CalibArea path for new LRT systematics
......@@ -71,7 +71,7 @@ namespace InDet {
Gaudi::Property<float> m_trkEffSystScale{this, "trkEffSystScale", 1.0, "Option to scale the effect of the systematic (default 1)"};
// Property: path to the root file containing the LRT efficiency histogram (note: uses PathResolver)
Gaudi::Property<std::string> m_calibFileLRTEff{this, "calibFileLRTEff", "InDetTrackSystematicsTools/CalibData_22.0_2022-v00/LargeD0TrackingRecommendations_prelim_rel22.root", "File containing the efficiency histogram (expert only)"};
Gaudi::Property<std::string> m_calibFileLRTEff{this, "calibFileLRTEff", "InDetTrackSystematicsTools/CalibData_24.0_2023-v00/LargeD0TrackingRecommendations_20230824.root", "File containing the efficiency histogram (expert only)"};
// Property: name of the efficiency histogram in m_calibFileLRTEff
Gaudi::Property<std::string> m_calibHistLRTEff{this, "calibHistLRTEff", "OneMinusRatioEfficiencyVSRadiusOfFirstHitEta_Nominal", "Name of the efficiency histogram (expert only)"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment