PandaRoot
BSEmcPSAFPGAPeakFeatures_t.h
Go to the documentation of this file.
1 #ifndef BSEMCPSAFPGAPEAKFEATURES_T_HH
2 #define BSEMCPSAFPGAPEAKFEATURES_T_HH
3 
5  Int_t MaximumValue{-1};
6  Int_t MaximumBin{-1};
7  Int_t Integral{-1};
8  Int_t BinCounter{-1};
9  Bool_t PileUp{kFALSE};
10  Double_t PeakTime{-1};
11  Double_t CFDTime{-1};
12 };
13 
14 #endif /*BSEMCPSAFPGAPEAKFEATURES_T_HH*/