Changeset 4757
- Timestamp:
- 08/27/04 14:54:20 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4756 r4757 29 29 been set (e.g. by the macro). 30 30 31 * mcalib/MHGausEvents.cc 32 - removed one call to fHPowerProbability->SetDirectory(0) which was 33 at a completely wrong place in CreateEventXaxis(). Probably a 34 slip of the emacs-pen. 31 35 32 36 -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
r4636 r4757 326 326 { 327 327 328 Float_t *xaxis = new Float_t[n]; fHPowerProbability->SetDirectory(NULL);328 Float_t *xaxis = new Float_t[n]; 329 329 330 330 if (fEventFrequency)
Note:
See TracChangeset
for help on using the changeset viewer.