5 Add algorithm to create the truth jets collection unless the
6 collection exists already, or a truth jet finder is already running
12 if "xAOD::JetContainer#AntiKt4TruthJets" not in flags.Input.TypedCollections:
13 from AthenaCommon.Logging
import logging
14 log = logging.getLogger(
'InDetPhysValMonitoring/addTruthJets.py')
16 log.info(
'DEBUG addTruthJetsIfNotExising {} not in {} [file_type={}]'.
format(
"AntiKt4TruthJets", flags.Input.TypedCollections, flags.Input.Format))
18 from JetRecConfig.StandardSmallRJets
import AntiKt4Truth
20 AntiKt4Truth.ghostdefs.append(
"Truth")
21 from JetRecConfig.JetRecConfig
import JetRecCfg