Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions | Variables
LArShapeDumperConfig Namespace Reference

Functions

def LArShapeDumperCfg (flags)
 

Variables

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

Function Documentation

◆ LArShapeDumperCfg()

def LArShapeDumperConfig.LArShapeDumperCfg (   flags)

Definition at line 6 of file LArShapeDumperConfig.py.

6 def LArShapeDumperCfg(flags):
7 
8  result=ComponentAccumulator()
9 
10 
11  from LArGeoAlgsNV.LArGMConfig import LArGMCfg
12  result.merge(LArGMCfg(flags))
13  from TileGeoModel.TileGMConfig import TileGMCfg
14  result.merge(TileGMCfg(flags))
15 
16  #Setup cabling
17  from LArCabling.LArCablingConfig import LArOnOffIdMappingCfg
18  result.merge(LArOnOffIdMappingCfg(flags))
19 
20  from LArByteStream.LArRawDataReadingConfig import LArRawDataReadingCfg
21  result.merge(LArRawDataReadingCfg(flags))
22 
23  from LArROD.LArRawChannelBuilderAlgConfig import LArRawChannelBuilderAlgCfg
24  result.merge(LArRawChannelBuilderAlgCfg(flags))
25  result.getEventAlgo("LArRawChannelBuilder").TimingContainerKey="LArOFIterResult"
26 
27  from LArCellRec.LArTimeVetoAlgConfig import LArTimeVetoAlgCfg
28  result.merge(LArTimeVetoAlgCfg(flags))
29 
30  from LumiBlockComps.BunchCrossingCondAlgConfig import BunchCrossingCondAlgCfg
31  result.merge(BunchCrossingCondAlgCfg(flags))
32 
33  from CaloTools.CaloNoiseCondAlgConfig import CaloNoiseCondAlgCfg
34  result.merge(CaloNoiseCondAlgCfg(flags,"totalNoise"))
35 
36  from LArROD.LArFebErrorSummaryMakerConfig import LArFebErrorSummaryMakerCfg
37  result.merge(LArFebErrorSummaryMakerCfg(flags))
38  result.getEventAlgo("LArFebErrorSummaryMaker").CheckAllFEB=False
39 
40  from IOVDbSvc.IOVDbSvcConfig import addFolders
41  result.merge(addFolders(flags,
42  '/LAR/ElecCalibOfl/Shape/RTM/5samples3bins17phases<tag>LARElecCalibOflShapeRTM5samples3bins17phases-RUN2-UPD3-00</tag><key>LArShape17phases</key>',
43  'LAR_OFL'))
44 
45  result.getService("PoolSvc").ReadCatalog += ["apcfile:poolcond/PoolCat_comcond_castor.xml"]
46 
47  if flags.LArShapeDump.doTrigger:
48 
49  from TrigT1ResultByteStream.TrigT1ResultByteStreamConfig import L1TriggerByteStreamDecoderCfg
50  result.merge(L1TriggerByteStreamDecoderCfg(flags))
51 
52  from LArCafJobs.LArSCDumperSkeleton import L1CaloMenuCfg
53  result.merge(L1CaloMenuCfg(flags))
54 
55  from TrigDecisionTool.TrigDecisionToolConfig import TrigDecisionToolCfg
56  result.merge(TrigDecisionToolCfg(flags))
57 
58 
59  result.merge(addFolders(flags,'/LAR/ElecCalibOfl/AutoCorrs/AutoCorr<tag>LARElecCalibOflAutoCorrsAutoCorr-RUN2-UPD3-00</tag>','LAR_OFL',className='LArAutoCorrComplete'))
60  result.getService("IOVDbSvc").overrideTags+=['<prefix>/LAR/ElecCalibOfl/Shape/RTM/5samples1phase</prefix><tag>LARElecCalibOflShapeRTM5samples1phase-RUN2-UPD1-04</tag>']
61  # for splashes: FIXME later
62  result.getService("IOVDbSvc").overrideTags+=['<prefix>/LAR/ElecCalibOfl/OFC/PhysWave/RTM/4samples3bins17phases</prefix><tag>LARElecCalibOflOFCPhysWaveRTM4samples3bins17phases-RUN2-UPD3-00</tag>']
63  result.getService("IOVDbSvc").overrideTags+=['<prefix>/LAR/ElecCalibOfl/Shape/RTM/4samples3bins17phases</prefix><tag>LARElecCalibOflShapeRTM4samples3bins17phases-RUN2-UPD3-00</tag>']
64 
65  if(flags.LArShapeDump.digitsKeySC != ""):
66  #Setup cabling
67  from LArCabling.LArCablingConfig import LArOnOffIdMappingSCCfg
68  result.merge(LArOnOffIdMappingSCCfg(flags))
69  from LArBadChannelTool.LArBadChannelConfig import LArBadChannelCfg
70  result.merge(LArBadChannelCfg(flags,isSC=True))
71  from LArConfiguration.LArElecCalibDBConfig import LArElecCalibDBSCCfg
72  result.merge(LArElecCalibDBSCCfg(flags,["Pedestal"]))
73  from LArByteStream.LArRawSCDataReadingConfig import LArRawSCDataReadingCfg
74  result.merge(LArRawSCDataReadingCfg(flags))
75 
76 
77 
78 
79  print("Dumping flags: ")
80  flags.dump()
81  dumperAlg=CompFactory.LArShapeDumper("LArShapeDumper")
82  dumperAlg.CaloType = flags.LArShapeDump.caloType
83  dumperAlg.Prescale = flags.LArShapeDump.prescale
84  dumperAlg.NoiseSignifCut = flags.LArShapeDump.noiseSignifCut
85  dumperAlg.DoTrigger = flags.LArShapeDump.doTrigger
86  dumperAlg.DoStream = flags.LArShapeDump.doStream
87  dumperAlg.DoOFCIter = flags.LArShapeDump.doOFCIter
88  dumperAlg.DumpChannelInfos = flags.LArShapeDump.dumpChannelInfos
89  dumperAlg.DumpDisconnected = False
90  dumperAlg.DigitsKey = flags.LArShapeDump.digitsKey
91  dumperAlg.ProblemsToMask=['deadReadout', 'deadPhys','almostDead', 'short',
92  'highNoiseHG','highNoiseMG','highNoiseLG']
93  dumperAlg.LArShapeDumperTool=CompFactory.LArShapeDumperTool(DoShape=True)
94  dumperAlg.LArShapeDumperTool=CompFactory.LArShapeDumperTool("LArShapeDumperToolSC",DoShape=False,IsSC=True)
95  dumperAlg.FileName=flags.LArShapeDump.outputNtup
96  dumperAlg.TriggerNames = flags.LArShapeDump.triggerNames
97  dumperAlg.TrigDecisionTool = result.getPublicTool('TrigDecisionTool')
98  from LArConfiguration.LArConfigFlags import RawChannelSource
99  if flags.LAr.RawChannelSource == RawChannelSource.Calculated:
100  dumperAlg.ChannelsKey = "LArRawChannels_FromDigits"
101 
102  dumperAlg.EnergyCutSC = flags.LArShapeDump.energySCCut
103  dumperAlg.MinADCMaxSC = flags.LArShapeDump.adcSCCut
104 
105  result.addEventAlgo(dumperAlg)
106 
107  if (flags.LArShapeDump.HECNoiseNtup!=""):
108  hns=CompFactory.LArHECNoise()
109  hns.TrigDecisionTool = result.getPublicTool('TrigDecisionTool')
110  result.addEventAlgo(hns)
111  result.addService(CompFactory.THistSvc(Output=["HEC DATAFILE='"+flags.LArShapeDump.HECNoiseNtup+"' OPT='RECREATE'",]))
112 
113  return result
114 
115 

Variable Documentation

◆ cfg

LArShapeDumperConfig.cfg = MainServicesCfg(flags)

Definition at line 132 of file LArShapeDumperConfig.py.

◆ Files

LArShapeDumperConfig.Files

Definition at line 125 of file LArShapeDumperConfig.py.

◆ flags

LArShapeDumperConfig.flags = initConfigFlags()

Definition at line 119 of file LArShapeDumperConfig.py.

◆ forceIter

LArShapeDumperConfig.forceIter

Definition at line 126 of file LArShapeDumperConfig.py.

LArCablingConfig.LArOnOffIdMappingSCCfg
def LArOnOffIdMappingSCCfg(configFlags)
Definition: LArCablingConfig.py:65
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.LArRawDataReadingConfig.LArRawDataReadingCfg
def LArRawDataReadingCfg(flags, **kwargs)
Definition: LArRawDataReadingConfig.py:11
LArSCDumperSkeleton.L1CaloMenuCfg
def L1CaloMenuCfg(flags)
Definition: LArSCDumperSkeleton.py:11
python.LArBadChannelConfig.LArBadChannelCfg
def LArBadChannelCfg(configFlags, tag=None, isSC=False)
Definition: LArBadChannelConfig.py:8
python.LArRawChannelBuilderAlgConfig.LArRawChannelBuilderAlgCfg
def LArRawChannelBuilderAlgCfg(flags, **kwargs)
Definition: LArRawChannelBuilderAlgConfig.py:9
python.BunchCrossingCondAlgConfig.BunchCrossingCondAlgCfg
def BunchCrossingCondAlgCfg(flags)
Definition: BunchCrossingCondAlgConfig.py:8
python.LArFebErrorSummaryMakerConfig.LArFebErrorSummaryMakerCfg
def LArFebErrorSummaryMakerCfg(flags)
Definition: LArFebErrorSummaryMakerConfig.py:7
python.CaloNoiseCondAlgConfig.CaloNoiseCondAlgCfg
def CaloNoiseCondAlgCfg(flags, noisetype="totalNoise")
Definition: CaloNoiseCondAlgConfig.py:11
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:81
LArCablingConfig.LArOnOffIdMappingCfg
def LArOnOffIdMappingCfg(configFlags)
Definition: LArCablingConfig.py:62
LArGMConfig.LArGMCfg
def LArGMCfg(flags)
Definition: LArGMConfig.py:8
LArShapeDumperConfig.LArShapeDumperCfg
def LArShapeDumperCfg(flags)
Definition: LArShapeDumperConfig.py:6
print
void print(char *figname, TCanvas *c1)
Definition: TRTCalib_StrawStatusPlots.cxx:25
python.TriggerInterface.TrigDecisionToolCfg
def TrigDecisionToolCfg(flags)
Definition: TriggerInterface.py:14
python.LArElecCalibDBConfig.LArElecCalibDBSCCfg
def LArElecCalibDBSCCfg(flags, condObjs, sqlite=None)
Definition: LArElecCalibDBConfig.py:126
if
if(febId1==febId2)
Definition: LArRodBlockPhysicsV0.cxx:567
TrigT1ResultByteStreamConfig.L1TriggerByteStreamDecoderCfg
def L1TriggerByteStreamDecoderCfg(flags, returnEDM=False)
Definition: TrigT1ResultByteStreamConfig.py:132
python.LArRawSCDataReadingConfig.LArRawSCDataReadingCfg
def LArRawSCDataReadingCfg(configFlags, ROBList=None, name="LArRawSCDataReadingAlg", **kwargs)
Definition: LArRawSCDataReadingConfig.py:8
TileGMConfig.TileGMCfg
def TileGMCfg(flags)
Definition: TileGMConfig.py:7