ATLAS Offline Software
Functions
LArDigitsToNtupleCfg Namespace Reference
Functions
def
LArDigitsToNtupleCfg
(flags)
Function Documentation
◆
LArDigitsToNtupleCfg()
def LArDigitsToNtupleCfg.LArDigitsToNtupleCfg
(
flags
)
Definition at line
6
of file
LArDigitsToNtupleCfg.py
.
6
def
LArDigitsToNtupleCfg
(flags):
7
cfg=
ComponentAccumulator
()
8
cfg.addEventAlgo(CompFactory.LArDigitsToNtuple(ReadTrigger=
False
,
9
ReadScint=
False
,
10
ReadPedestal=
False
,
11
ReadSCA=
False
,
12
ReadPhase=
False
,
13
NSamples=flags.LAr.ROD.nSamples,
14
ContainerKey=
"Bkg_LArDigitContainer_MC"
if
flags.Input.isMC
else
"FREE"
15
))
16
17
cfg.addService(CompFactory.NTupleSvc(Output=[
"FILE1 DATAFILE='lardigits.root' TYP='ROOT' OPT='NEW'"
]))
18
cfg.setAppProperty(
"HistogramPersistency"
,
"ROOT"
)
19
20
return
cfg
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
LArDigitsToNtupleCfg.LArDigitsToNtupleCfg
def LArDigitsToNtupleCfg(flags)
Definition:
LArDigitsToNtupleCfg.py:6
Generated on Thu Nov 7 2024 22:16:59 for ATLAS Offline Software by
1.8.18