Skip to content
Snippets Groups Projects

MC truth in release 22 version of DAOD_PHYS

Merged James Catmore requested to merge jcatmore/athena:master-fixDAODTruth-part3 into master
All threads resolved!
5 files
+ 108
52
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -11,8 +11,8 @@ if not hasattr(ToolSvc,'DFCommonTruthClassifier'):
ToolSvc += DFCommonTruthClassifier
#Save the post-shower HT and MET filter values that will make combining filtered samples easier (adds to the EventInfo)
from AthenaCommon import CfgMgr
DFCommonTruthGenFilter = CfgMgr.DerivationFramework__GenFilterTool(
"DFCommonTruthGenFilt",
)
ToolSvc += DFCommonTruthGenFilter
#from AthenaCommon import CfgMgr
#DFCommonTruthGenFilter = CfgMgr.DerivationFramework__GenFilterTool(
# "DFCommonTruthGenFilt",
# )
#ToolSvc += DFCommonTruthGenFilter
Loading