Ignore:
Timestamp:
03/02/01 12:48:15 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r654 r666  
    2222  void Print(Option_t *opt = NULL) ;
    2323             
    24   Int_t GetPixId() const        { return fPixId ;    }
     24  Int_t   GetPixId() const      { return fPixId ;    }
    2525  Float_t GetNumPhotons() const { return fPhot ;     }
    2626  Float_t GetErrorPhot() const  { return fErrPhot ;  }
     
    3232  void   SetPixelUsed()         { fIsUsed = kTRUE ;  }
    3333
    34   void SetCorePixel()           { fIsCore = kTRUE ;  }
     34  void   SetCorePixel()         { fIsCore = kTRUE ;  }
    3535  Bool_t IsCorePixel() const    { return fIsCore ;   }
    3636
Note: See TracChangeset for help on using the changeset viewer.