- Timestamp:
- 08/24/06 21:19:28 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7927 r7928 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/08/24 Thomas Bretz 21 22 * manalysis/Makfile, manalysis/nalysisLinkDef.h: 23 - took MCompProbCalc out 24 25 26 20 27 2006/08/24 Daniela Dorner 21 28 … … 194 201 195 202 * mjobs/MJCalibration.cc, mjobs/MJCalibTest.cc: 196 - replaced default extractor b tour default spline extractor203 - replaced default extractor by our default spline extractor 197 204 198 205 * mbase/MMath.[h,cc]: 199 - added the possibility in GetMedianDev to retriev the206 - added the possibility in GetMedianDev to retrieve the 200 207 intermediate median 201 208 - updated comments -
trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
r7150 r7928 9 9 #pragma link C++ class MGeomApply+; 10 10 11 #pragma link C++ class MCompProbCalc+;11 //#pragma link C++ class MCompProbCalc+; 12 12 #pragma link C++ class MMultiDimDistCalc+; 13 13 -
trunk/MagicSoft/Mars/manalysis/Makefile
r7149 r7928 31 31 MEnergyEstimate.cc \ 32 32 MMatrixLoop.cc \ 33 MCompProbCalc.cc \34 33 MMultiDimDistCalc.cc \ 35 34 MEventRate.cc \ … … 38 37 MMcTriggerLvl2Calc.cc \ 39 38 MMcCalibrationUpdate.cc 39 40 # MCompProbCalc.cc \ 40 41 41 42 ############################################################
Note:
See TracChangeset
for help on using the changeset viewer.