3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 cfg.addEventAlgo(CompFactory.LArDigitsToNtuple(ReadTrigger=
False,
13 NSamples=flags.LAr.ROD.nSamples,
14 ContainerKey=
"Bkg_LArDigitContainer_MC" if flags.Input.isMC
else "FREE"
17 cfg.addService(CompFactory.NTupleSvc(Output=[
"FILE1 DATAFILE='lardigits.root' TYP='ROOT' OPT='NEW'"]))
18 cfg.setAppProperty(
"HistogramPersistency",
"ROOT")