Ignore:
Timestamp:
05/27/04 18:02:18 (21 years ago)
Author:
rico
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard

    r4139 r4225  
     1/////////////////////////////////////////////////////////
     2// Data card template for makeHillas executable        //
     3//                                                     //
     4// *** Compulsory cards are:                           //
     5// PRUNS, CRUNS, DRUNS, OUTFILE                        //
     6//                                                     //
     7// the rest are optional                               //
     8// *** Do NEVER add a datacard with no value after it  //
     9/////////////////////////////////////////////////////////
     10
    111
    212// Maximun number of (data) events to be processed)
    3 NEVENTS 10
     13NEVENTS 9999999
    414
    515// data file directory
     
    919PRUNS 16743
    1020CRUNS 16744
    11 DRUNS 16745-16767
     21DRUNS 16745
    1222
    1323// output file name
     
    1929// Enclose all conditions between brakets, like: "(x<y) && (z<5)"
    2030// (see MF description class for more details)
    21 FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
     31// FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
    2232
    2333// Display flag
     
    2535// DISPLAY 1 will show event display and produce ps file
    2636// DISPLAY 2 will produce the ps files, no display
    27 DISPLAY 0
     37DISPLAY 1
    2838
    2939// PS file name
     
    3444//  0: kNone
    3545//  1: kDefault
    36 CALFLAG 0
     46// 11: kDefault + bad pixel interpolation
     47CALFLAG 11
    3748
    3849// Cleaning level
Note: See TracChangeset for help on using the changeset viewer.