ATLAS Offline Software
Functions | Variables
LArReadCellsConfig Namespace Reference

Functions

def LArReadCellsCfg (flags)
 

Variables

 flags = initConfigFlags()
 
 Files
 
 forceIter
 
 outputNtup
 
 cfg = MainServicesCfg(flags)
 

Function Documentation

◆ LArReadCellsCfg()

def LArReadCellsConfig.LArReadCellsCfg (   flags)

Definition at line 6 of file LArReadCellsConfig.py.

6 def LArReadCellsCfg(flags):
7 
8  result=ComponentAccumulator()
9 
10  #setup Calo reco
11  from CaloRec.CaloRecoConfig import CaloRecoCfg
12  result.merge(CaloRecoCfg(flags))
13  result.getEventAlgo("LArRawChannelBuilder").TimingContainerKey="LArOFIterResult"
14 
15  from TrigT1ResultByteStream.TrigT1ResultByteStreamConfig import L1TriggerByteStreamDecoderCfg
16  result.merge(L1TriggerByteStreamDecoderCfg(flags))
17 
18  from LArCafJobs.LArSCDumperSkeleton import L1CaloMenuCfg
19  result.merge(L1CaloMenuCfg(flags))
20 
21  from LumiBlockComps.BunchCrossingCondAlgConfig import BunchCrossingCondAlgCfg
22  result.merge(BunchCrossingCondAlgCfg(flags))
23 
24  from IOVDbSvc.IOVDbSvcConfig import addFolders
25  result.merge(addFolders(flags,
26  '/LAR/ElecCalibOfl/Shape/RTM/4samples3bins17phases<tag>LARElecCalibOflShapeRTM4samples3bins17phases-RUN2-UPD3-00</tag><key>LArShape17phases</key>',
27  'LAR_OFL'))
28 
29  result.getService("PoolSvc").ReadCatalog += ["apcfile:poolcond/PoolCat_comcond_castor.xml"]
30 
31  result.merge(addFolders(flags,'/LAR/ElecCalibOfl/AutoCorrs/AutoCorr<tag>LARElecCalibOflAutoCorrsAutoCorr-RUN2-UPD3-00</tag>','LAR_OFL'))
32  result.getService("IOVDbSvc").overrideTags+=['<prefix>/LAR/ElecCalibOfl/Shape/RTM/5samples1phase</prefix><tag>LARElecCalibOflShapeRTM5samples1phase-RUN2-UPD1-04</tag>']
33  # for splashes: FIXME later
34  result.getService("IOVDbSvc").overrideTags+=['<prefix>/LAR/ElecCalibOfl/OFC/PhysWave/RTM/4samples3bins17phases</prefix><tag>LARElecCalibOflOFCPhysWaveRTM4samples3bins17phases-RUN2-UPD3-00</tag>']
35  result.getService("IOVDbSvc").overrideTags+=['<prefix>/LAR/ElecCalibOfl/Shape/RTM/4samples3bins17phases</prefix><tag>LARElecCalibOflShapeRTM4samples3bins17phases-RUN2-UPD3-00</tag>']
36 
37  print("Dumping flags: ")
38  flags.dump()
39  dumperAlg=CompFactory.LArReadCells("LArReadCells")
40  dumperAlg.output = flags.LArShapeDump.outputNtup
41  dumperAlg.etCut = -1500.
42  dumperAlg.etCut2 = -1500.
43 
44  result.addEventAlgo(dumperAlg)
45 
46  return result
47 
48 

Variable Documentation

◆ cfg

LArReadCellsConfig.cfg = MainServicesCfg(flags)

Definition at line 64 of file LArReadCellsConfig.py.

◆ Files

LArReadCellsConfig.Files

Definition at line 57 of file LArReadCellsConfig.py.

◆ flags

LArReadCellsConfig.flags = initConfigFlags()

Definition at line 52 of file LArReadCellsConfig.py.

◆ forceIter

LArReadCellsConfig.forceIter

Definition at line 58 of file LArReadCellsConfig.py.

◆ outputNtup

LArReadCellsConfig.outputNtup

Definition at line 59 of file LArReadCellsConfig.py.

python.CaloRecoConfig.CaloRecoCfg
def CaloRecoCfg(flags, clustersname=None)
Definition: CaloRecoConfig.py:9
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
LArSCDumperSkeleton.L1CaloMenuCfg
def L1CaloMenuCfg(flags)
Definition: LArSCDumperSkeleton.py:11
python.BunchCrossingCondAlgConfig.BunchCrossingCondAlgCfg
def BunchCrossingCondAlgCfg(flags)
Definition: BunchCrossingCondAlgConfig.py:8
python.IOVDbSvcConfig.addFolders
def addFolders(flags, folderStrings, detDb=None, className=None, extensible=False, tag=None, db=None, modifiers='')
Definition: IOVDbSvcConfig.py:72
LArReadCellsConfig.LArReadCellsCfg
def LArReadCellsCfg(flags)
Definition: LArReadCellsConfig.py:6
dbg::print
void print(std::FILE *stream, std::format_string< Args... > fmt, Args &&... args)
Definition: SGImplSvc.cxx:70
TrigT1ResultByteStreamConfig.L1TriggerByteStreamDecoderCfg
def L1TriggerByteStreamDecoderCfg(flags, returnEDM=False)
Definition: TrigT1ResultByteStreamConfig.py:132