Changeset 1792
- Timestamp:
- 02/25/03 16:44:23 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1791 r1792 3 3 2003/02/25: Abelardo Moralejo 4 4 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 7 10 8 11 2003/02/24: Abelardo Moralejo -
trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.h
r1790 r1792 65 65 Bool_t PostProcess(); 66 66 67 TH1F* GetHist(Int_t i) {return fHist[i];} 68 67 69 void Draw(); 68 70
Note:
See TracChangeset
for help on using the changeset viewer.