Changeset 906 for trunk/MagicSoft/Mars
- Timestamp:
- 08/02/01 14:08:53 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r902 r906 1 1 -*-*- END -*-*- 2 2001/08/02: Thomas Bretz 3 4 * macros/getRate.C: 5 - make use of new stylish lists of containers 6 7 * macros/CT1Hillas.C, macros/getCollArea.C: 8 - make use of return value of Eventloop 9 10 * macros/merpp.C: 11 - changed return type to void 12 13 14 2 15 2001/07/23: Thomas Bretz 3 16 -
trunk/MagicSoft/Mars/NEWS
r881 r906 2 2 3 3 *** Version 0.4 4 5 - Fixed a bug which causes MReadTree to read the first file only 4 6 5 7 - Added a task to compute the trigger rate (MMcTriggerRateCalc) -
trunk/MagicSoft/Mars/macros/getRate.C
r905 r906 27 27 // file or a multyple trigger option, a MHMcRate or an array of 28 28 // MHMcRate are needed. 29 29 // 30 30 parlist.AddToList(&tasklist); 31 31 32 // 33 // You don't have to add the MHMcRate container here by hand. 34 // But if you want to print or display these containers later on 35 // it is necessary (Rem: No printing or displaying is done in this 36 // macro yet) 37 // 32 38 TObjArray *hists = new TObjArray(MParList::CreateObjList("MHMcRate", dim)); 33 39
Note:
See TracChangeset
for help on using the changeset viewer.