3from D3PDMakerCoreComps.D3PDObject
import make_SGDataVector_D3PDObject
4from AthenaConfiguration.ComponentFactory
import CompFactory
112: OF Iteration results
13Note: 1 and 2 are not available in ESD. They are available when running recon on raw data.
16LArDigitD3PDObject = make_SGDataVector_D3PDObject(
"LArDigitContainer",
17 "LArDigitContainer_Thinned",
18 "lardigit_",
"LArDigitD3PDObject" )
20LArDigitD3PDObject.defineBlock( 0,
'Digits',
24 SaveSCAAddress=
False,
25 DumpIterResults=
False )
27LArDigitD3PDObject.defineBlock( 1,
'SCA',
32 DumpIterResults=
False )
34LArDigitD3PDObject.defineBlock( 2,
'ITER',
38 SaveSCAAddress=
False,
39 DumpIterResults=
True )