Changeset 5693 for trunk/MagicSoft
- Timestamp:
- 01/03/05 12:49:16 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5691 r5693 32 32 mhft/Makefile: 33 33 - added 34 35 * Makefile: 36 - mhft added 37 38 * mbase/MParContainer.cc, mbase/MLog.cc: 39 - added a pre-compiler option for destructor debugging 40 41 * mbase/MTaskList.[h,cc]: 42 - added new function Replace 43 44 * mdata/MDataChain.cc, mfbase/MF.cc: 45 - shortened some output 46 47 * mdata/MDataArray.[h,cc]: 48 - added new function FindRule 49 50 * mfileio/MReadTree.[h,cc]: 51 - enhanced functionality to be able to read a TTree stored in memory 52 instead of a file. Therefor introduced fTree which is now the pointer 53 used and replaced fChain where TTree and TChain have common behaviour. 54 Where they behave uncommon new code for the new case has been added. 55 56 * mfileio/MWriteRootFile.[h,cc]: 57 - enhanced functionality to be able to write a TTree into memory 58 instead of a file. This were maily bugfixes for the case fOut==0, which 59 must be handled correctly. Becarefull a tree filles without a file 60 is not deleted automatically! 61 62 * mhbase/MBinning.h: 63 - added copy constructor 64 - fixed buggy SetEdges(MBinning&) which didn't work 65 66 * mhbase/MHMatrix.cc: 67 - when adding a new rule check first if the same rule already exists 68 69 * mhflux/MAlphaFitter.[h,cc]: 70 - added new functionality to support on-off analysis 71 - didn't touch existing code 72 73 * mhflux/MHAlpha.[h,cc]: 74 - added new functionality to support on-off analysis 75 - replaced Fit() calls by newer function calls 76 - added DrawAll - PRELIMINARY 77 - fixed a bug when projecting - may be the reson for some strange 78 crashes 79 80 * mcalib/MCalibColorSet.cc: 81 - fixed a stupid bug introduced last year, which caused MCalibColorSet 82 in some circumstances to stop the eventloop when it shouldn't 83 84 * mjobs/MSequence.cc: 85 - expand path names 86 -
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r5690 r5693 420 420 return kTRUE; 421 421 } 422 422 } 423 else 424 *fLog << inf << "Color and Intensity determined from project-name (" << proj << ")... "; 425 426 if (color == kNONE) 427 { 423 428 *fLog << err; 424 429 *fLog << "Sorry, calibration run " << num << " was taken before the events could be" << endl; … … 427 432 return kFALSE; 428 433 } 429 430 *fLog << inf << "Color and Intensity determined from project-name (" << proj << ")... ";431 434 432 435 switch (color)
Note:
See TracChangeset
for help on using the changeset viewer.