Changeset 666 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/02/01 12:48:15 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r654 r666 22 22 void Print(Option_t *opt = NULL) ; 23 23 24 Int_t GetPixId() const{ return fPixId ; }24 Int_t GetPixId() const { return fPixId ; } 25 25 Float_t GetNumPhotons() const { return fPhot ; } 26 26 Float_t GetErrorPhot() const { return fErrPhot ; } … … 32 32 void SetPixelUsed() { fIsUsed = kTRUE ; } 33 33 34 void SetCorePixel(){ fIsCore = kTRUE ; }34 void SetCorePixel() { fIsCore = kTRUE ; } 35 35 Bool_t IsCorePixel() const { return fIsCore ; } 36 36
Note:
See TracChangeset
for help on using the changeset viewer.