Changeset 855 for trunk/MagicSoft/Mars/macros/readMagic.C
- Timestamp:
- 07/05/01 13:23:12 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readMagic.C
r706 r855 31 31 MCerPhotEvt &phevt = *(MCerPhotEvt*)plist->FindObject("MCerPhotEvt"); 32 32 33 Int_t icount = 0 ;34 33 MCamDisplay display(&geomcam) ; 35 34 36 35 while (read.Process()) 37 36 { 38 cout << "Event : " << icount++ << endl;37 cout << "Event #" << read.GetEventNum() ":" << endl; 39 38 40 39 ncalc.Process();
Note:
See TracChangeset
for help on using the changeset viewer.