Ignore:
Timestamp:
07/05/01 13:23:12 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/readMagic.C

    r706 r855  
    3131    MCerPhotEvt &phevt = *(MCerPhotEvt*)plist->FindObject("MCerPhotEvt");
    3232
    33     Int_t icount = 0 ;
    3433    MCamDisplay display(&geomcam) ;
    3534
    3635    while (read.Process())
    3736    {
    38         cout << "Event: " << icount++  << endl  ;
     37        cout << "Event #" << read.GetEventNum() ":" << endl;
    3938
    4039        ncalc.Process();
Note: See TracChangeset for help on using the changeset viewer.