Changeset 1783 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 02/21/03 18:09:36 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc
r1668 r1783 349 349 // analised trigger conditions should be set (BgR[]) 350 350 // 351 MRead Tree read("Events", fInputFile);351 MReadMarsFile read("Events", fInputFile); 352 352 tlist.AddToList(&read); 353 353 354 Float_t BgR[10]={660, 4, 0, 0, 0, 0, 0, 0, 0, 0}; 355 356 MMcTriggerRateCalc crate(dim, 14, BgR, 100000); 354 // We calculate only shower rate (not including NSB-only triggers) 355 Float_t* BgR = new Float_t[dim]; 356 memset(BgR, 0, num*sizeof(Float_t)); 357 358 MMcTriggerRateCalc crate(dim, BgR, 100000); 357 359 tlist.AddToList(&crate); 358 360
Note:
See TracChangeset
for help on using the changeset viewer.