Changeset 2454 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/03/03 15:41:36 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2448 r2454 1 1 -*-*- END OF LINE -*-*- 2 2003/11/03: Thomas Bretz 3 4 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]: 5 - fixed such, that it now works correctly with non-MC files 6 - moved container requests from PreProcess to ReInit 7 - removed some obsolete data members - made them locally 8 9 * manalysis/MMcPedestalRead.[h,cc]: 10 - removed 11 12 * mbase/MEvtLoop.cc: 13 - replaced the gApplication->InheritsFrom(TRint::Class()) 14 workaround for thread safty by the more correct check 15 whether we are running in the main Thread (TThread::Self()) 16 17 * mbase/MTask.h: 18 - added the missing const-qualifier to GetNumExecutions 19 20 * mbase/MTaskList.cc: 21 - fixed a typo in the output 22 23 * mimage/MHillasCalc.[h,cc]: 24 - replaced TArrayC by TArrayL to support huge number of events 25 - added PrintSkipped 26 - added comments to the data members 27 28 29 2 30 2003/10/31: Marcos Lopez 3 31 4 * mhist/MFill .cc:32 * mhist/MFillH.cc: 5 33 - Fixed a bug in function PreProcess(MParList *pList). Inside the 6 34 conditional sentence "if (!fWeight && !fWeightName.IsNull())", 7 35 fWeight never pointed to the object MWeight recoverd from the 8 36 parameter list. 9 10 * mhistmc/MHMcEnergyImpact.cc11 12 13 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc] 14 15 37 38 * mhistmc/MHMcEnergyImpact.cc: 39 - In the Fill function, pass the weight to the histogram fHist. 40 41 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]: 42 - Added new class for changing the energy spectrum of the showers 43 simulated with Corsika to a different one, be using weights 16 44 17 45 * mmontecarlo/Makefile, MonteCarloLinkDef.h
Note:
See TracChangeset
for help on using the changeset viewer.