You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

CalTupleAlg

CalTupleAlg generates CalTuple entries from TDS digi data. Current entries include:

  • CalXtalAdcPed[16][8][12][2]: pedestal subtraced adc values per channel. (BESTRANGE)

  • CalXtalAdcRng[16][8][12][2]: adc range selection per channel

  • CalXtalFaceSignal[16][8][12][2]: Signal @ each crystal face in units of MeV deposited at center of xtal

Each of the above branches is a multi-dimensional array matching CAL geometry ([16][8][12][2], representing tower, layer, xtal & xtal face respectively)

  • CalXtalAdcPedAllRange[16][8][12][2][4]: pedestal subtracted adc values for all adc channels (may be zero if data is not available). shape is [16][8][12][2][4] (last index represents ADC range.)

  • CalXtalFaceSignalAllRange[16][8][12][2][4]: face signal for all adc channels (may be zero if data is not available). shape is [16][8][12][2][4] (last index represents ADC range.

jobOptions

Parameters:CalTupleAlg.tupleName override name of CalTuple tree. (default is "CalTuple")CalTupleAlg.tupleFilename optional name of CalTuple file. instructs ntupleWriterSvc to create CalTuple in it's own file instead of sharing the default file w/ other modules. The default ("") will use the shared fileCalCalibSvc CalCalibSvcspecifies whichICalCalibSvcobject should be used byCalTupleAlg. default is "CalCalibSvc"

  • No labels