19 #include "TObjArray.h"
22 #include "TClonesArray.h"
45 void SetNbits(Int_t Nbits);
46 void SetNThresholds(Int_t NThresholds);
47 void SetADC_linear(Bool_t ADC_linear);
48 void SetLSB(Float_t LSB);
49 void SetElectron_Conversion(Float_t Electron_Conversion);
50 void SetADC_thresholds(Float_t ADC_thresholds[], Int_t NThresholds);
53 Int_t GetNbits(){
return fNbits;}
54 Int_t GetNThresholds(){
return fNThresholds;}
55 Bool_t GetADC_linear(){
return fADC_linear;}
56 Float_t GetLSB(){
return fLSB;}
57 Float_t GetElectron_Conversion(){
return fElectron_Conversion;}
58 Float_t *GetADC_thresholds(){
return fADC_thresholds;}
68 Float_t fElectron_Conversion;
69 Float_t fADC_thresholds[adcnum];