| 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 |
|
|---|
| 11 |
|
|---|
| 12 | // Maximun number of (data) events to be processed)
|
|---|
| 13 | NEVENTS 9999999
|
|---|
| 14 |
|
|---|
| 15 | // data file directory
|
|---|
| 16 | IDIR /local_disk/jrico/rootdata/Crab20040215/
|
|---|
| 17 |
|
|---|
| 18 | // Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544
|
|---|
| 19 | PRUNS 16743
|
|---|
| 20 | CRUNS 16744
|
|---|
| 21 | DRUNS 16745
|
|---|
| 22 |
|
|---|
| 23 | // output file name
|
|---|
| 24 | // OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
|
|---|
| 25 | OUTFILE ./prueba.root
|
|---|
| 26 |
|
|---|
| 27 | // Selection cut.
|
|---|
| 28 | // Condition "==" not supported.
|
|---|
| 29 | // Enclose all conditions between brakets, like: "(x<y) && (z<5)"
|
|---|
| 30 | // (see MF description class for more details)
|
|---|
| 31 | // FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
|
|---|
| 32 |
|
|---|
| 33 | // Display flag
|
|---|
| 34 | // DISPLAY 0 will simply produce the hillas parameters files
|
|---|
| 35 | // DISPLAY 1 will show event display and produce ps file
|
|---|
| 36 | // DISPLAY 2 will produce the ps files, no display
|
|---|
| 37 | DISPLAY 1
|
|---|
| 38 |
|
|---|
| 39 | // PS file name
|
|---|
| 40 | PSFILENAME makehillas.ps
|
|---|
| 41 |
|
|---|
| 42 | // calibration flag:
|
|---|
| 43 | // -1: kDummy
|
|---|
| 44 | // 0: kNone
|
|---|
| 45 | // 1: kDefault
|
|---|
| 46 | // 11: kDefault + bad pixel interpolation
|
|---|
| 47 | CALFLAG 11
|
|---|
| 48 |
|
|---|
| 49 | // Cleaning level
|
|---|
| 50 | CLEANLEVEL 3.0 1.5
|
|---|
| 51 |
|
|---|
| 52 | //Island calculations
|
|---|
| 53 | // 0 nothing about islands
|
|---|
| 54 | // 1 islands w/o cleaning
|
|---|
| 55 | // 2 islands w cleaning
|
|---|
| 56 | ISLFLAG 0
|
|---|
| 57 |
|
|---|
| 58 | // island cleaning:
|
|---|
| 59 | // 0: timing method val:0.2, 0.3, 0.5...
|
|---|
| 60 | // 1: no timing method val: 40, 50, 60...
|
|---|
| 61 | ISLANDCLEAN 1 40
|
|---|
| 62 |
|
|---|