Skip to content
Snippets Groups Projects
Commit 9b9bfc72 authored by Jackson Carl Burzynski's avatar Jackson Carl Burzynski :cowboy: Committed by Adam Edward Barton
Browse files

Update CalibArea path for new LRT systematics

Update CalibArea path for new LRT systematics
parent a73304aa
No related branches found
No related tags found
4 merge requests!66406ZDC & ZDC LED monitoring updates,!66102ZDC & RPD monitoring update,!65937Draft: Updated post-processing and plotting scripts for 2023 data in ZLumi_Scripts directory,!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