ATLAS Offline Software
Loading...
Searching...
No Matches
EventBuildingSequences.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.HLT
namespace  python.HLT.CommonSequences
namespace  python.HLT.CommonSequences.EventBuildingSequences

Functions

 python.HLT.CommonSequences.EventBuildingSequences.addEventBuildingSequence (flags, chain, eventBuildType, chainDict)
 python.HLT.CommonSequences.EventBuildingSequences.pebInfoWriterToolCfg (flags, name, eventBuildType)
 python.HLT.CommonSequences.EventBuildingSequences.getPEBBuildSuffix (chain, eventBuildType)
 python.HLT.CommonSequences.EventBuildingSequences.pebInputMaker (flags, chain, eventBuildType)
 python.HLT.CommonSequences.EventBuildingSequences.pebMenuSequenceGenCfg (flags, chain, eventBuildType, chainDict)
 python.HLT.CommonSequences.EventBuildingSequences.findEventBuildingStep (chainConfig)
 python.HLT.CommonSequences.EventBuildingSequences.alignEventBuildingSteps (chain_configs, chain_dicts)
 python.HLT.CommonSequences.EventBuildingSequences.isFullScan (chain)
 python.HLT.CommonSequences.EventBuildingSequences.isNoAlg (chain)

Variables

 python.HLT.CommonSequences.EventBuildingSequences.log = logging.getLogger(__name__)
 python.HLT.CommonSequences.EventBuildingSequences.flags = initConfigFlags()
 python.HLT.CommonSequences.EventBuildingSequences.Files
 python.HLT.CommonSequences.EventBuildingSequences.AtlasVersion
int python.HLT.CommonSequences.EventBuildingSequences.failures = 0
 python.HLT.CommonSequences.EventBuildingSequences.tool = None
 python.HLT.CommonSequences.EventBuildingSequences.cfg = pebInfoWriterToolCfg(flags, 'TestTool_'+eb_identifier, eb_identifier)
 python.HLT.CommonSequences.EventBuildingSequences.isRoIBasedPEB = EventBuildingInfo.isRoIBasedPEB(eb_identifier)
str python.HLT.CommonSequences.EventBuildingSequences.robs = 'StaticPEBInfoWriterTool' else tool.ExtraROBs
str python.HLT.CommonSequences.EventBuildingSequences.dets = 'StaticPEBInfoWriterTool' else tool.ExtraSubDets
bool python.HLT.CommonSequences.EventBuildingSequences.robs_check_passed = True
bool python.HLT.CommonSequences.EventBuildingSequences.is_data_scouting = False
 python.HLT.CommonSequences.EventBuildingSequences.rob_sid = SourceIdentifier(rob_id)
 python.HLT.CommonSequences.EventBuildingSequences.rob_det_id = rob_sid.subdetector_id()
 python.HLT.CommonSequences.EventBuildingSequences.always_present_rob = SourceIdentifier(SubDetector.TDAQ_CTP, 0)