Changeset 1163
- Timestamp:
- 01/11/02 17:32:40 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/trigrate.C
r1008 r1163 66 66 Int_t num = to-from+1; 67 67 68 TObjArray hists(MParList::CreateObjList("MHMcRate", num));68 TObjArray hists(MParList::CreateObjList("MHMcRate", from, to)); 69 69 hists.SetOwner(); 70 70 … … 90 90 tasklist.AddToList(&reader); 91 91 92 Float_t BgR[10]={ 660, 4, 0, 0, 0, 0, 0, 0, 0, 0};92 Float_t BgR[10]={0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; 93 93 cout << "Number of Trigger conditions: " << num << endl; 94 94 95 MMcTriggerRateCalc rate( num, 14, BgR, 100000);95 MMcTriggerRateCalc rate(dim, 14, BgR, 100000); 96 96 tasklist.AddToList(&rate); 97 97
Note:
See TracChangeset
for help on using the changeset viewer.