- Timestamp:
- 05/27/04 18:02:18 (21 years ago)
- 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 1 11 2 12 // Maximun number of (data) events to be processed) 3 NEVENTS 1013 NEVENTS 9999999 4 14 5 15 // data file directory … … 9 19 PRUNS 16743 10 20 CRUNS 16744 11 DRUNS 16745 -1676721 DRUNS 16745 12 22 13 23 // output file name … … 19 29 // Enclose all conditions between brakets, like: "(x<y) && (z<5)" 20 30 // (see MF description class for more details) 21 FILTER (MHillas.fLength<100) && (MHillas.fLength>50)31 // FILTER (MHillas.fLength<100) && (MHillas.fLength>50) 22 32 23 33 // Display flag … … 25 35 // DISPLAY 1 will show event display and produce ps file 26 36 // DISPLAY 2 will produce the ps files, no display 27 DISPLAY 037 DISPLAY 1 28 38 29 39 // PS file name … … 34 44 // 0: kNone 35 45 // 1: kDefault 36 CALFLAG 0 46 // 11: kDefault + bad pixel interpolation 47 CALFLAG 11 37 48 38 49 // Cleaning level
Note:
See TracChangeset
for help on using the changeset viewer.