Changeset 906 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 08/02/01 14:08:53 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.