Changeset 1083 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 11/15/01 12:17:20 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
r1051 r1083 24 24 void InitSize(UInt_t num) { fPixels->Expand(num); } 25 25 26 void AddPixel(Int_t id, Float_t nph, Float_t er r)26 void AddPixel(Int_t id, Float_t nph, Float_t er) 27 27 { 28 new ((*fPixels)[fNumPixels++]) MCerPhotPix(id, nph, er r);28 new ((*fPixels)[fNumPixels++]) MCerPhotPix(id, nph, er); 29 29 } 30 30 -
trunk/MagicSoft/Mars/manalysis/MImgCleanStd.h
r1076 r1083 33 33 Bool_t Process(); 34 34 35 void Print(Option_t *o="") const; 36 35 37 Bool_t ProcessMessage(Int_t msg, Int_t submsg, Long_t param1, Long_t param2); 36 38
Note:
See TracChangeset
for help on using the changeset viewer.