Changeset 6549
- Timestamp:
- 02/16/05 19:08:50 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6547 r6549 21 21 22 22 -*-*- END OF LINE -*-*- 23 2005/02/16 Javier Rico 24 25 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile, 26 mhistmc/HistMcLinkDef.h 27 - Added container class holding the histograms of the coefficients 28 for the (iterative) unfolding. 29 30 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile, 31 mmontecarlo/MonteCarloLinkDef.h 32 - Added task class to compute the coefficients for the (iterative) 33 unfolding. 34 35 * macros/unfoldCoeff.C 36 - added macro that computes the effective areas and coefficients 37 from a MC input file (with OriginalMC tree and MEnergyEst 38 branch containing the energy estimator). This may be used 39 as layout for spectrum computation program. 40 23 41 2005/02/16 Abelardo Moralejo 24 42 25 43 * mtemp/mpadova/macros/resize.C 26 44 - Changed weights 27 28 45 29 46 2005/02/16 Thomas Hengstebeck -
trunk/MagicSoft/Mars/mhistmc/HistMcLinkDef.h
r1974 r6549 17 17 #pragma link C++ class MHMcCT1CollectionArea+; 18 18 #pragma link C++ class MHMcTriggerLvl2+; 19 #pragma link C++ class MHMcUnfoldCoeff+; 19 20 20 21 #endif -
trunk/MagicSoft/Mars/mhistmc/Makefile
r3927 r6549 33 33 MHMcEnergyMigration.cc \ 34 34 MHMcCT1CollectionArea.cc \ 35 MHMcTriggerLvl2.cc 35 MHMcTriggerLvl2.cc \ 36 MHMcUnfoldCoeff.cc 36 37 37 38 ############################################################ -
trunk/MagicSoft/Mars/mmontecarlo/Makefile
r3927 r6549 21 21 INCLUDES = -I. -I../mbase -I../mmc -I../mhbase -I../mhist -I../mhistmc \ 22 22 -I../mgeom -I../manalysis -I../mtools -I../mfileio \ 23 -I../mfilter -I../mdata -I../mfbase 23 -I../mfilter -I../mdata -I../mfbase 24 24 25 25 SRCFILES = MMcCollectionAreaCalc.cc \ … … 28 28 MMcTriggerRateCalc.cc \ 29 29 MMcEnergyEst.cc \ 30 MMcWeightEnergySpecCalc.cc 30 MMcWeightEnergySpecCalc.cc \ 31 MMcUnfoldCoeffCalc.cc 31 32 32 33 ############################################################ -
trunk/MagicSoft/Mars/mmontecarlo/MonteCarloLinkDef.h
r2448 r6549 11 11 #pragma link C++ class MMcEnergyEst+; 12 12 #pragma link C++ class MMcWeightEnergySpecCalc+; 13 #pragma link C++ class MMcUnfoldCoeffCalc+; 13 14 14 15 #endif
Note:
See TracChangeset
for help on using the changeset viewer.