Ignore:
Timestamp:
02/15/04 18:37:08 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHPedestalPix.h

    r3157 r3160  
    66#endif
    77
    8 class TObject;
    9 class TH1F;
    10 class MBinning;
    118class MHPedestalPix : public MHGausEvents
    129{
     
    2421  Int_t fPixId;                  // Pixel Nr
    2522
    26   Int_t fTotalEntries;
    27 
    2823public:
    2924
    30   MHPedestalPix();
     25  MHPedestalPix(const char *name=NULL, const char *title=NULL);
    3126  ~MHPedestalPix();
    3227
     
    3833  void SetChargeLast( const Axis_t last =fgChargeLast)     { fChargeLast  = last; }
    3934 
    40   // Getters
    41   const Int_t GetTotalEntries() const   { return fTotalEntries;    }     
    42 
    4335  // Others
    4436  void ChangeHistId(Int_t i);
Note: See TracChangeset for help on using the changeset viewer.