Changeset 8916 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 06/02/08 18:22:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8913 r8916 37 37 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc], 38 38 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc], 39 mpointing/MSrcPosCam.[h,cc]: 39 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc], 40 mpointing/MPointing.[h,cc]: 40 41 - moved some code to source file to prevent TMath inclusion in 41 42 header (root 5.18) … … 90 91 Otherwise it is ambiguous in root 5.18 91 92 93 * mhbase/MH.cc: 94 - adde missing includes of TColor, TMath and TClass (root 5.18) 95 - implemented a workaround which always uses the correct 96 CreateGradientColorTable (root 5.18) 97 92 98 * Makefile: 93 99 - linking of the shared object is now done in /tmp 94 100 - replaced = by := where possible 101 102 * mjobs/MJCalibrateSignal.cc: 103 - do not invert contcoscal, that's wrong 104 105 * mmovie/MMovieWrite.cc: 106 - added a #if-directive to use either gStyle or TColor 107 for CreateGradientColorTable depending on root-version 108 109 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]: 110 - replaced Monate Carlo container by MPointingPos 111 - made every algorithm unique 95 112 96 113
Note:
See TracChangeset
for help on using the changeset viewer.