Ignore:
Timestamp:
03/07/01 11:20:28 (24 years ago)
Author:
harald
Message:
calculation of errors for collection area included!
File:
1 edited

Legend:

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

    r686 r689  
    1 {{
     1void getCollArea(char *filename = "/big0/Maggi/CamData/Gamma/gamma_15_on.root" )
     2{
    23 
    34  MParList  *parlist  = new MParList() ;
     
    1415
    1516
    16   MReadTree reader("/big0/Maggi/CamData/Gamma/gamma_15_on.root","Events" ) ;
     17  MReadTree reader( filename ,"Events" ) ;
    1718  tasklist->AddToList( &reader ) ;
    1819
     
    3435  collArea->Draw() ;
    3536 
    36 }}
     37}
Note: See TracChangeset for help on using the changeset viewer.