Skip to content
Snippets Groups Projects
Commit 441f1440 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'jburzyns-update-CTIDE-recs' into 'main'

Update CTIDE recs in JetTrackFilterTool

See merge request atlas/athena!70960
parents 06311302 791c500e
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ namespace InDet {
// allow the user to configure which calibration file to use if desired
std::string m_calibFileNomEff;
double m_effUncertTIDE = 0.012;
double m_effUncertTIDE = 0.24;
double m_fakeUncertTIDE = 0.35;
ToolHandle< IInDetTrackTruthOriginTool > m_trackOriginTool;
......
......@@ -37,6 +37,7 @@ namespace InDet {
declareProperty("DeltaR", m_deltaR, "Delta-R cut in which to apply jet-track efficiency rejection");
declareProperty("trkEffSystScale", m_trkEffSystScale, "Option to scale the effect of the systematic (default 1)");
declareProperty("FakeUncertainty", m_fakeUncertTIDE, "Option to set the fake uncertainty");
declareProperty("FLostUncertainty", m_effUncertTIDE, "Option to set the uncertainty on FLost");
declareProperty("calibFileNomEff", m_calibFileNomEff = "InDetTrackSystematicsTools/CalibData_22.0_2022-v00/TrackingRecommendations_prelim_rel22.root");
declareProperty("trackOriginTool", m_trackOriginTool);
}
......
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