5 Add algorithm to create the Reco jets collection unless the
6 collection exists already, or a Reco jet finder is already running
12 if "xAOD::JetContainer#"+jetCollection
not in flags.Input.TypedCollections:
13 from AthenaCommon.Logging
import logging
14 log = logging.getLogger(
'InDetPhysValMonitoring/addRecoJets.py')
16 log.info(
'DEBUG addRecoJetsIfNotExising {} not in {} [file_type={}]'.
format(jetCollection, flags.Input.TypedCollections, flags.Input.Format))
18 from JetRecConfig
import StandardSmallRJets
19 theCollectionCfg = getattr(StandardSmallRJets, jetCollection.split(
"Jets")[0])
20 from JetRecConfig.JetRecConfig
import JetRecCfg