Ignore:
Timestamp:
02/02/01 11:28:36 (24 years ago)
Author:
harald
Message:
Added the first implementation of a EventDisplay for MAGIC.
The class doing the job is called "MCamDisplay".
File:
1 edited

Legend:

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

    r594 r595  
    1919  // MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/CT1_99_on1.dat") ;
    2020
    21 
    22  
    2321  cout << readct1->PreProcess(plist) << endl ;
    2422
    2523  Int_t icount = 0 ;
     24
     25  MCamDisplay display(0) ;
     26
    2627  while ( readct1->Process() == kTRUE )
    2728    {
    2829      cout << "Event: " << icount++  << endl  ;
    29       //      phevt->Print() ; 
     30     
     31      if ( icount == 3 )
     32        phevt->Print() ;
     33     
     34      display->Draw( phevt )  ;
     35
     36      gClient->HandleInput();   
     37      if(getchar()=='e') break; 
    3038    }
    3139
Note: See TracChangeset for help on using the changeset viewer.