Changeset 8940 for trunk/MagicSoft/Mars/macros/tutorials
- Timestamp:
- 06/12/08 15:35:15 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/tutorials/readrfl.C
r7159 r8940 53 53 } 54 54 55 void readrfl(int runno=-1, int evtno=-1, const char *fname=" Gamma_zbin0_90_7_50700to50704_w0.rfl")55 void readrfl(int runno=-1, int evtno=-1, const char *fname="~msmeyer/MC/MagicSoft/Simulation/Detector/ReflectorII/resultsQi/000302.rfl") 56 56 { 57 57 MParList plist; … … 87 87 cout << "Runno: " << runno << " Eventno: " << evtno << endl; 88 88 89 runhead.Print(); 90 89 91 while (JumpTo(tlist, read, runno, evtno)) 90 92 { … … 94 96 cout << "Event #" << evthead.GetEvtNumber() << endl; 95 97 98 evthead.Print(); 99 96 100 display.SetCamContent(event); 101 102 if (display.GetMean()<1e-5) 103 continue; 97 104 98 105 gPad->Modified();
Note:
See TracChangeset
for help on using the changeset viewer.