Changeset 5185
- Timestamp:
- 10/05/04 15:36:19 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5184 r5185 19 19 20 20 -*-*- END OF LINE -*-*- 21 22 2004/10/05: Thomas Bretz 23 24 * mjobs/MJStar.cc: 25 - removed rate cut from eventloop because its highly untested and 26 unstable 27 28 21 29 22 30 2004/10/05: Markus Meyer and Keiichi Mase -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r5159 r5185 173 173 MGeomApply apply; // Only necessary to craete geometry 174 174 MEventRateCalc rate; 175 MEventRateCalc rate1; // 5min175 //MEventRateCalc rate1; // 5min 176 176 rate.SetNumEvents(1200); 177 rate1.SetNumEvents(60000); 178 rate1.SetNameEventRate("MEventRate2"); 179 rate1.SetNameTimeRate("MTimeRate2"); 180 /* 177 //rate1.SetNumEvents(60000); 178 //rate1.SetNameEventRate("MEventRate2"); 179 //rate1.SetNameTimeRate("MTimeRate2"); 180 181 /* 181 182 MEventRateCalc rate10000; 182 183 rate10000.SetNameEventRate("MEventRate10000"); … … 212 213 hvs.SetNumEvents(500); 213 214 214 MContinue cont1("MEventRate2.fRate/MEventRate.fRate>1.1");215 MContinue cont2("MEventRate.fRate/MEventRate2.fRate>1.1");215 //MContinue cont1("MEventRate2.fRate/MEventRate.fRate>1.1"); 216 //MContinue cont2("MEventRate.fRate/MEventRate2.fRate>1.1"); 216 217 217 218 MFillH fillvs(&hvs, "MTime", "FillEventRate10s"); … … 283 284 tlist2.AddToList(&cont); 284 285 tlist2.AddToList(&rate); 285 tlist2.AddToList(&rate1);286 //tlist2.AddToList(&rate1); 286 287 tlist2.AddToList(&fillvs); 287 tlist2.AddToList(&cont1);288 tlist2.AddToList(&cont2);288 //tlist2.AddToList(&cont1); 289 //tlist2.AddToList(&cont2); 289 290 tlist2.AddToList(&fill8); 290 291 tlist2.AddToList(&fill9);
Note:
See TracChangeset
for help on using the changeset viewer.