- Timestamp:
- 02/15/04 18:53:09 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHPedestalPix.cc
r3164 r3165 70 70 } 71 71 72 void MHPedestalPix::Clear(Option_t *o) 73 { 74 75 fPixId = -1; 76 MHGausEvents::Clear(); 77 return; 78 } 79 80 72 81 73 82 void MHPedestalPix::InitBins() -
trunk/MagicSoft/Mars/manalysis/MHPedestalPix.h
r3160 r3165 26 26 ~MHPedestalPix(); 27 27 28 void Clear(Option_t *o=""); 28 29 void InitBins(); 29 30
Note:
See TracChangeset
for help on using the changeset viewer.