Changeset 9937 for trunk/Mars/Changelog
- Timestamp:
- 09/22/10 15:25:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r9936 r9937 42 42 * msim/MHPhotonEvent.cc: 43 43 - implemented types 6-8 44 45 * mcorsika/MCorsikaEvtHeader.[h,cc]: 46 - added fNumReuse 47 - added member functions to increase and reset the number of reusages 48 - increased class version number accordingly 49 50 * mcorsika/MCorsikaRead.[h,cc]: 51 - count the number of showers (events) times its reusage 52 for fNumTotalEvents 53 - adapted ReadEvent to re-usage of showers (still needs to be tested for 54 EventIO) 55 - Fixed return type (should be Int_t) of ReadEvent 56 - take the number of reusages in PostProcess into account 57 58 * mcorsika/MCorsikaRunHeader.[h,cc]: 59 - added total number of reusages fNumReuse 60 - increased class version number accordingly 61 62 * mmc/MMcEvt.hxx: 63 - added setter for the reuse counter 64 65 * msim/MPhotonData.[h,cc]: 66 - removed fNumPhotons (we allow 1-photon bunches only anyway and MMCS 67 doesn't even distribute this number) 68 - increased class version number accordingly 69 70 * msim/MSimMMCS.cc: 71 - correctly propagate the number of events (number of showers times reusage) 72 - propagate counter for reusage to MMcEvt 73 74 * msim/MPhotonEvent.[h,cc]: 75 - added functions to calculate mean x and mean y 76 - propagate re-usage counter through ReadEvent 44 77 45 78
Note:
See TracChangeset
for help on using the changeset viewer.