Changeset 3160 for trunk/MagicSoft/Mars/manalysis/MHPedestalPix.h
- Timestamp:
- 02/15/04 18:37:08 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHPedestalPix.h
r3157 r3160 6 6 #endif 7 7 8 class TObject;9 class TH1F;10 class MBinning;11 8 class MHPedestalPix : public MHGausEvents 12 9 { … … 24 21 Int_t fPixId; // Pixel Nr 25 22 26 Int_t fTotalEntries;27 28 23 public: 29 24 30 MHPedestalPix( );25 MHPedestalPix(const char *name=NULL, const char *title=NULL); 31 26 ~MHPedestalPix(); 32 27 … … 38 33 void SetChargeLast( const Axis_t last =fgChargeLast) { fChargeLast = last; } 39 34 40 // Getters41 const Int_t GetTotalEntries() const { return fTotalEntries; }42 43 35 // Others 44 36 void ChangeHistId(Int_t i);
Note:
See TracChangeset
for help on using the changeset viewer.