| 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 99999999
|
|---|
| 14 |
|
|---|
| 15 | // data file directory
|
|---|
| 16 | IDIR /mnt/magic/Data/rootdata/CrabNebula/Period021/2004_09_22/
|
|---|
| 17 |
|
|---|
| 18 | // Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544
|
|---|
| 19 | // if PRUNS 0, take pedestals from low gains
|
|---|
| 20 | PCRUNS 39313
|
|---|
| 21 | CRUNS 39315
|
|---|
| 22 | PRUNS 0
|
|---|
| 23 | DRUNS 39261,39262,39264,39265,39269,39271,39273,39274,39276,39277,39279,39280,39282,39283,39285
|
|---|
| 24 | //,39286,39288,39290,39292-39294,39296-39299,39301,39302,39304-39306,39308,39309,39311,39318,39319,39321,39322,39324,39325,39327,39328,39330,39331,39333,39334,39336-39338,39340-39342,39344,39348-39350,39352-39355,39357,39358,39360-39362,39364-39366,39368-39370,39372,39373
|
|---|
| 25 | // 37478-37480,37482-37484,37486,37487,37489-37491,37493-37495,37497-37499,37501-37502,37504-37505,37507-37508,37510-37512,37514,37516-37519,37521,37522,37524,37525,37527-37529,37531,37532,37534,37535,37537-37539,37541-37544,37546-37551,37553-37555
|
|---|
| 26 |
|
|---|
| 27 | // output file name
|
|---|
| 28 | // OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
|
|---|
| 29 | OUTFILE /local_disk/jrico/prueba2.root
|
|---|
| 30 |
|
|---|
| 31 | // Selection cut.
|
|---|
| 32 | // Condition "==" not supported.
|
|---|
| 33 | // Enclose all conditions between brakets, like: "(x<y) && (z<5)"
|
|---|
| 34 | // (see MF description class for more details)
|
|---|
| 35 | // FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
|
|---|
| 36 |
|
|---|
| 37 | // Display flag
|
|---|
| 38 | // DISPLAY 0 will simply produce the hillas parameters files
|
|---|
| 39 | // DISPLAY 1 will show event display and produce ps file
|
|---|
| 40 | // DISPLAY 2 will produce the ps files, no display
|
|---|
| 41 | DISPLAY 0
|
|---|
| 42 |
|
|---|
| 43 | // PS file name
|
|---|
| 44 | PSFILENAME makehillas.ps
|
|---|
| 45 |
|
|---|
| 46 | // Signal extractor, higain first, higainlast, logainfirst, logainlast, window size
|
|---|
| 47 | // signal extractors: 0 fixed window, 1 sliding window, 2 peak search
|
|---|
| 48 | EXTRACTOR 2 0 14 2 14 6
|
|---|
| 49 |
|
|---|
| 50 | // calibration flag:
|
|---|
| 51 | // -1: kDummy
|
|---|
| 52 | // 0: kNone
|
|---|
| 53 | // 1: kDefault(F factor)
|
|---|
| 54 | // 2: kDemocratic
|
|---|
| 55 | // 11: kDefault(F factor) + bad pixel interpolation
|
|---|
| 56 | // 21: kDemocratic + bad pixel interpolation
|
|---|
| 57 | CALFLAG 1
|
|---|
| 58 |
|
|---|
| 59 | // calibration time:
|
|---|
| 60 | // 0: kFALSE (no time calibration)
|
|---|
| 61 | // 1: kTRUE (time calibration)
|
|---|
| 62 | CALTIME 1
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | // Cleaning level (tail cut, boundary cut, number of rings, cleaning method - 1=standard, 2=democratic)
|
|---|
| 66 | CLEANLEVEL 2.5 2.0 1 1
|
|---|
| 67 |
|
|---|
| 68 | //Island calculations
|
|---|
| 69 | // 0 same as 1 1:normal algorithm
|
|---|
| 70 | // 1 islands w/o cleaning 2:alternative algorithm
|
|---|
| 71 | // 2 islands w cleaning
|
|---|
| 72 | ISLFLAG 0 1
|
|---|
| 73 |
|
|---|
| 74 | // island cleaning:
|
|---|
| 75 | // 0: timing method val:0.2, 0.3, 0.5...
|
|---|
| 76 | // 1: no timing method val: 40, 50, 60...
|
|---|
| 77 | ISLANDCLEAN 1 40
|
|---|
| 78 |
|
|---|