Skip to content
Snippets Groups Projects
Commit bf665268 authored by Dylan Rankin's avatar Dylan Rankin
Browse files

removing comments, fixing copyright

parent 245988e6
No related branches found
No related tags found
2 merge requests!71957Adjusting JETM42 derivation to save full track collection with timing,!71348Creating JETM42 derivation (DADs)
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
#!/usr/bin/env python
#====================================================================
# DAOD_JETM42.py
......@@ -53,25 +53,21 @@ def JETM42KernelCfg(flags, name='JETM42Kernel', **kwargs):
AntiKt4EMTopo422 = JetDefinition("AntiKt",0.4,cst["EMTopo422"],
ghostdefs = standardghosts+["TrackLRT"]+flavourghosts,
#modifiers = calibmods+truthmods+standardmods+clustermods+("Filter_calibThreshold:15000","LArHVCorr",),
modifiers = truthmods+clustermods+("Filter:15000","LArHVCorr",),
lock = True,
)
AntiKt4EMTopo422SK = JetDefinition("AntiKt",0.4,cst["EMTopo422SK"],
ghostdefs = standardghosts+["TrackLRT"]+flavourghosts,
#modifiers = calibmods+truthmods+standardmods+clustermods+("Filter_calibThreshold:15000","LArHVCorr",),
modifiers = truthmods+clustermods+("Filter:15000","LArHVCorr",),
lock = True,
)
AntiKt4TopoTowers = JetDefinition("AntiKt",0.4,cst["TopoTower"],
ghostdefs = standardghosts+["TrackLRT"]+flavourghosts,
#modifiers = calibmods+truthmods+standardmods+clustermods+("Filter_calibThreshold:15000","LArHVCorr",),
modifiers = truthmods+clustermods+("Filter:15000","LArHVCorr",),
lock = True,
)
AntiKt4TopoTowersSK = JetDefinition("AntiKt",0.4,cst["TopoTowerSK"],
ghostdefs = standardghosts+["TrackLRT"]+flavourghosts,
#modifiers = calibmods+truthmods+standardmods+clustermods+("Filter_calibThreshold:15000","LArHVCorr",),
modifiers = truthmods+clustermods+("Filter:15000","LArHVCorr",),
lock = True,
)
......@@ -137,10 +133,6 @@ def JETM42Cfg(flags):
# for AOD produced before 24.0.17, the electron removal tau is not available
TauJets_EleRM_in_input = (flags.Input.TypedCollections.count('xAOD::TauJetContainer#TauJets_EleRM') > 0)
#if TauJets_EleRM_in_input:
# logJETM42.info("TauJets_EleRM is in the input AOD. Relevant containers will be scheduled")
#else:
# logJETM42.info("TauJets_EleRM is Not in the input AOD. No relevant containers will be written")
# Common augmentations
acc.merge(JETM42KernelCfg(flags,
......
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