Changeset 19735
- Timestamp:
- 10/07/19 21:33:50 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/plot_callisto.C
r19734 r19735 6 6 { 7 7 timer.TurnOn(); 8 TString input= Getline("Type 'q' to exit, or event number and <return> to go on: ");8 const char *gl = Getline("Type 'q' to exit, or event number and <return> to go on: "); 9 9 timer.TurnOff(); 10 10 11 TString input = gl; 11 12 if (input=="q\n") 12 13 return -1; … … 57 58 while (evtnum>=0) 58 59 { 60 if (evtnum>=T->GetEntries()) 61 evtnum = 0; 62 59 63 T->GetEntry(evtnum); 60 64
Note:
See TracChangeset
for help on using the changeset viewer.