Changeset 1051 for trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
- Timestamp:
- 11/08/01 10:49:49 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
r1048 r1051 5 5 #include <TClonesArray.h> 6 6 #endif 7 #ifndef MARS_M ParContainer8 #include "M ParContainer.h"7 #ifndef MARS_MCerPhotPix 8 #include "MCerPhotPix.h" 9 9 #endif 10 10 … … 24 24 void InitSize(UInt_t num) { fPixels->Expand(num); } 25 25 26 void AddPixel(Int_t id, Float_t nph, Float_t err); 26 void AddPixel(Int_t id, Float_t nph, Float_t err) 27 { 28 new ((*fPixels)[fNumPixels++]) MCerPhotPix(id, nph, err); 29 } 30 27 31 28 32 Bool_t IsPixelExisting(Int_t id) const;
Note:
See TracChangeset
for help on using the changeset viewer.