ATLAS Offline Software
Functions
LArTimeVetoAlgConfig Namespace Reference

Functions

def LArTimeVetoAlgCfg (flags)
 

Function Documentation

◆ LArTimeVetoAlgCfg()

def LArTimeVetoAlgConfig.LArTimeVetoAlgCfg (   flags)

Definition at line 7 of file LArTimeVetoAlgConfig.py.

7 def LArTimeVetoAlgCfg(flags):
8 
9  result=ComponentAccumulator()
10 
11  result.merge(addFolders(flags,"/LAR/BadChannelsOfl/EventVeto","LAR_OFL",className="AthenaAttributeList"))
12 
13  result.addEventAlgo(CompFactory.LArTimeVetoAlg())
14 
15  return result
16 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
LArTimeVetoAlgConfig.LArTimeVetoAlgCfg
def LArTimeVetoAlgCfg(flags)
Definition: LArTimeVetoAlgConfig.py:7
python.IOVDbSvcConfig.addFolders
def addFolders(flags, folderStrings, detDb=None, className=None, extensible=False, tag=None, db=None, modifiers='')
Definition: IOVDbSvcConfig.py:72