54The first four bits are enumberating the peak reconstruction method
550 RecoMethod1
561 RecoMethod2
572 RecoMethod3
583 RecoMethod4
59
60Bits 4 to 15 are flags:
614 -> 0x10 RAMPCONST
625 -> 0x20 RAMPDB
636 -> 0x40 PEDSAMPLEZERO
647 -> 0x80 PEDDB
658 -> 0x0100 ITERCONVERGED
669
6710 -> 0x0400 SATURATED
6811 -> 0x0800 MASKED
6912 -> 0x1000 DSPCALC
7013 -> 0x2000 QTPRESENT
7114
7215
73
74
75Copy from https://twiki.cern.ch/twiki/bin/view/AtlasComputing/CaloEventDataModel
76The Provenance (16 bits unsigned) defining how the LArRawChannel was reconstructed. The bit meaning is
770x00FF are used the store the offline algorithm used, in the same way as now. For instance provenance & 0x00FF == 0x00A5 would tell that the pulse was reconstructed with the OFC with all calibrations from the database.
780x0100 is used to store the information on the convergence of the OFC iteration.
790x0400 saturated pulse (ADC>=4095 or =< 0 )
800x0800 cell is masked as noisy cell (E/t/Q set to 0)
810x1000 is used to tell that the raw channel comes from the DSP and not offline computation.
820x2000 is used to tell that time and quality information are available for this channel