Changeset 3217 for trunk/MagicSoft
- Timestamp:
- 02/17/04 18:14:30 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3215 r3217 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2004/01/17: Abelardo Moralejo 8 9 * macros/readrfl.C 10 - Added missing gPad->cd(1), otherwise the display of events was 11 not updated. 6 12 7 13 2004/01/17: Raquel de los Reyes -
trunk/MagicSoft/Mars/macros/readrfl.C
r2229 r3217 53 53 } 54 54 55 void readrfl(int runno=-1, int evtno=-1, const char *fname="Gamma_zbin 1_0_7_1140_w0.rfl")55 void readrfl(int runno=-1, int evtno=-1, const char *fname="Gamma_zbin0_90_7_50700to50704_w0.rfl") 56 56 { 57 57 MParList plist; … … 82 82 event.Draw(); 83 83 84 gPad->cd(1); 85 86 84 87 cout << "Runno: " << runno << " Eventno: " << evtno << endl; 85 88 … … 91 94 cout << "Event #" << evthead.GetEvtNumber() << endl; 92 95 93 display.SetCamContent(event); 94 gPad->Modified(); 95 gPad->Update(); 96 display.SetCamContent(event); 97 98 gPad->Modified(); 99 gPad->Update(); 100 96 101 if (!HandleInput()) 97 102 break;
Note:
See TracChangeset
for help on using the changeset viewer.