Changeset 6549


Ignore:
Timestamp:
02/16/05 19:08:50 (20 years ago)
Author:
rico
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
5 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6547 r6549  
    2121
    2222                                                 -*-*- 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       
    2341 2005/02/16 Abelardo Moralejo
    2442
    2543   * mtemp/mpadova/macros/resize.C
    2644     - Changed weights
    27 
    2845
    2946 2005/02/16 Thomas Hengstebeck
  • trunk/MagicSoft/Mars/mhistmc/HistMcLinkDef.h

    r1974 r6549  
    1717#pragma link C++ class MHMcCT1CollectionArea+;
    1818#pragma link C++ class MHMcTriggerLvl2+;
     19#pragma link C++ class MHMcUnfoldCoeff+;
    1920
    2021#endif
  • trunk/MagicSoft/Mars/mhistmc/Makefile

    r3927 r6549  
    3333           MHMcEnergyMigration.cc \
    3434           MHMcCT1CollectionArea.cc \
    35            MHMcTriggerLvl2.cc
     35           MHMcTriggerLvl2.cc \
     36           MHMcUnfoldCoeff.cc
    3637
    3738############################################################
  • trunk/MagicSoft/Mars/mmontecarlo/Makefile

    r3927 r6549  
    2121INCLUDES = -I. -I../mbase -I../mmc -I../mhbase -I../mhist -I../mhistmc \
    2222           -I../mgeom -I../manalysis -I../mtools -I../mfileio          \
    23            -I../mfilter -I../mdata -I../mfbase
     23           -I../mfilter -I../mdata -I../mfbase 
    2424
    2525SRCFILES = MMcCollectionAreaCalc.cc \
     
    2828           MMcTriggerRateCalc.cc \
    2929           MMcEnergyEst.cc \
    30            MMcWeightEnergySpecCalc.cc
     30           MMcWeightEnergySpecCalc.cc \
     31           MMcUnfoldCoeffCalc.cc
    3132
    3233############################################################
  • trunk/MagicSoft/Mars/mmontecarlo/MonteCarloLinkDef.h

    r2448 r6549  
    1111#pragma link C++ class MMcEnergyEst+;
    1212#pragma link C++ class MMcWeightEnergySpecCalc+;
     13#pragma link C++ class MMcUnfoldCoeffCalc+;
    1314
    1415#endif
Note: See TracChangeset for help on using the changeset viewer.