// $Id$ // // File: DBCAL_ADCHit.h // Created: Thu Aug 10 14:43:29 EDT 2006 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc) // #ifndef _DBCAL_ADCHit_ #define _DBCAL_ADCHit_ #include #include class DBCAL_ADCHit:public JObject{ public: HDCLASSDEF(DBCAL_ADCHit); int cid; ///< cell id (1-18) for this end int layer; ///< layer (1-6) int sector; ///< sector(1-3) int end; ///< end 0=BCALN 1=BCALS int adc; ///< uncalibrated energy in ADC counts bool overflow; ///< ADC channel in overflow condition int ped; ///< pedestal in ADC counts float gain; ///< gain of this channel (should be ~1) double E_attenuated; ///< Energy(GeV) with attenuation still in }; #endif // _DBCAL_ADCHit_