Changeset 19947 for trunk/Mars/mmc/MMcEvt.hxx
- Timestamp:
- 04/23/20 17:48:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mmc/MMcEvt.hxx
r18556 r19947 10 10 { 11 11 private: 12 UInt_t fRunNumber; // [fits: name=RunNum ; unit=uint32] 12 13 UInt_t fEvtNumber; // [fits: name=EventNum ; unit=uint32] 13 14 Float_t fThick0; // [g/cm2] … … 102 103 void SetCoreY(Float_t CoreY) { fCoreY=CoreY; } //Set Core y pos 103 104 105 void SetRunNumber(UInt_t n) { fRunNumber=n; } 104 106 void SetEvtNumber(UInt_t n) { fEvtNumber=n; } 105 107 void SetEventReuse(UInt_t n) { fEventReuse=n; } … … 120 122 void Clear(Option_t *opt=NULL); 121 123 122 ClassDef(MMcEvt, 7) //Stores Montecarlo Information of one event (eg. the energy)124 ClassDef(MMcEvt, 8) //Stores Montecarlo Information of one event (eg. the energy) 123 125 }; 124 126
Note:
See TracChangeset
for help on using the changeset viewer.