Changeset 1792 for trunk/MagicSoft


Ignore:
Timestamp:
02/25/03 16:44:23 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1791 r1792  
    33 2003/02/25: Abelardo Moralejo
    44
    5     * mmontecarlo/MMcTriggerRateCalc.cc
    6       - Added axis labels in graphic output.
     5    * mmontecarlo/MMcTriggerRateCalc.[h,cc]
     6      - Added axis labels in graphic output
     7      - Added Get function for rate histograms
     8    * macros/trigrate.C
     9      - Added output file with rate histograms
    710
    811 2003/02/24: Abelardo Moralejo
  • trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.h

    r1790 r1792  
    6565    Bool_t PostProcess();
    6666
     67    TH1F* GetHist(Int_t i) {return fHist[i];}
     68
    6769    void Draw();
    6870
Note: See TracChangeset for help on using the changeset viewer.