|
| 1 | +eventdisplay reconstruction parameter file |
| 2 | +=========================================== |
| 3 | +next-neighbour cleaning (no angular DISP) - v4x versions |
| 4 | +=========================================== |
| 5 | + |
| 6 | +Note: all line without '*' in the beginning are ignored |
| 7 | + |
| 8 | +Remember that after changing any values here, you have to redo lookup tables, |
| 9 | +effective areas and radial acceptances |
| 10 | +(so don't do it) |
| 11 | + |
| 12 | +The following file describes the reconstruction parameters for eventdisplay: |
| 13 | + |
| 14 | +i) trace integration and image cleaning parameter |
| 15 | + |
| 16 | +ii) quality cuts applied before the array analysis |
| 17 | +(reconstruction of shower core and direction). |
| 18 | + |
| 19 | + Each set of cuts listed below correspond to one set of array parameters in the |
| 20 | + eventdisplay output file (showerpars tree): |
| 21 | + for example: first set of cuts to Xcore[0], Ycore[0], etc., second set to Xcore[1], Ycore[1], ... |
| 22 | + |
| 23 | + The maximum number of different set is 100 |
| 24 | + (can be changed in VGlobalRunParameter: variable VDST_MAXRECMETHODS |
| 25 | + |
| 26 | + mscw_energy reads the results of one set only, choose with -arrayrecid=RECID |
| 27 | + (e.g. for cut set 13: -arrayrecid=13) |
| 28 | + |
| 29 | + (Note: There is some confusion between the words method and cut set in the array analysis code of |
| 30 | + eventdisplay.) |
| 31 | + |
| 32 | +Note that these values override parameters given at the command line (!) |
| 33 | +--------------------------------------------------------------------------------------------------- |
| 34 | +--------------------------------------------------------------------------------------------------- |
| 35 | + |
| 36 | + |
| 37 | +i) trace integration and image cleaning parameter |
| 38 | +-------------------------------------------------- |
| 39 | + |
| 40 | + trace integration <integration method (0=off/1=default/2=sliding window)> |
| 41 | +* -1 FADCANALYSIS 2 |
| 42 | + double pass method |
| 43 | + Par1: <doublepass (on=1, off=0)> |
| 44 | + Par2: <integration window length for pass 1> |
| 45 | + Par3: <integration method for pass 1 (1/2)> |
| 46 | + Par4: <double pass error option (0/1)> (don't change if you don't understand) |
| 47 | + Par5: <maximum time difference between LG and HG T0 (default -4 samples)> |
| 48 | +* -1 FADCDOUBLEPASS 0 6 2 0 -4 |
| 49 | + trace integration window <window 1> <window 2> |
| 50 | +* -1 FADCSUMMATIONWINDOW 6 6 |
| 51 | + trace integration start (for window 1 for integration method 1) |
| 52 | + Par1: <sample # of window start> |
| 53 | + Par2: <shift of window start for double pass> |
| 54 | + Par3: <timing method used for calculation of window start (FIXED/TZERO/TAVERAGE)> |
| 55 | + Par4: <max difference between T0 and trace integration start> |
| 56 | +* -1 FADCSUMMATIONSTART 0 0 TAVERAGE |
| 57 | + |
| 58 | + image cleaning <method=TWOLEVELCLEANING/TIMECLUSTERCLEANING/TIMETWOLEVEL/CLUSTERCLEANING> <FIXED/VARIABLE> |
| 59 | +* -1 IMAGECLEANINGMETHOD TIMENEXTNEIGHBOUR FIXED |
| 60 | +probability to get fake image from NSB for this readout window |
| 61 | +* -1 IMAGECLEANING_FAKEPROBABILITY 0.5E-3 |
| 62 | +* -1 IMAGECLEANING_ACTIVEMULTIPLICITIES 4NN 2NNp1 3NN 2NN |
| 63 | +* -1 WRITEGRAPHSTOFILE TRUE |
| 64 | + |
| 65 | + image calculation at the edge of the camera <start fit for image with at least this loss> <min number of tubes> |
| 66 | +* -1 LLEDGEFIT 0.05 5 |
| 67 | + |
| 68 | + quality cut on distance of image/border pixel (applied for all cuts defined below) |
| 69 | + (this is currently used for plotting only) |
| 70 | + -1 BRIGHTSTARS CATALOGUENAME MIN_B_MAGNITUDE MIN_DISTANCE_DEG <apply cut for images with less then minimum number of tubes> |
| 71 | +* -1 BRIGHTSTARS Hipparcos_MAG8_1997.dat 3.0 0. 15 |
| 72 | + |
| 73 | +ii) quality cuts applied before the array analysis |
| 74 | +-------------------------------------------------- |
| 75 | + |
| 76 | +USAGE: |
| 77 | + |
| 78 | + to start a new set of cuts: |
| 79 | + |
| 80 | + '* -1 RECMETHOD 4' |
| 81 | + |
| 82 | + syntax: |
| 83 | + |
| 84 | + <telescope type> <variable name> <variable value> |
| 85 | + |
| 86 | + all line without '*' in the beginning are ignored |
| 87 | + |
| 88 | + all operators are '>' or '<' (except for number of images, where it is '>=') |
| 89 | + |
| 90 | + DEFAULTS: |
| 91 | + minimum number of images required for stereo reconstruction |
| 92 | + -1 MNIMAGE 2 |
| 93 | + minimum angle between image axes for two telescope analysis [deg] |
| 94 | + -1 MINANGLE 5. |
| 95 | + minimum number of channels for all telescopes |
| 96 | + -1 MINTUBES 4 |
| 97 | + maximum number of low gain channels per telescope |
| 98 | + -1 MAXLOWGAIN 5000 |
| 99 | + minimum local distance for all telescopes [deg] |
| 100 | + -1 MINDIST -1.e3 |
| 101 | + maximum local distance for all telescopes [deg] |
| 102 | + -1 MAXDIST 1.e3 |
| 103 | + minimum alpha for all telescopes [deg] |
| 104 | + -1 MINALPHA -1.e3 |
| 105 | + maximum alpha for all telescopes [deg] |
| 106 | + -1 MAXALPHA 1.e3 |
| 107 | + minimum image size for all telescopes [dc] |
| 108 | + -1 MINSIZE 400 |
| 109 | + ignore all pointing corrections (default: off) |
| 110 | + -1 USEEVNPOINTING 0 |
| 111 | + maximum loss of image size on edge of the camera [%] |
| 112 | + -1 MAXLOSS 0.05 |
| 113 | + maximum width/length (to remove images to close to the telescopes) |
| 114 | + -1 MAXWIDTHLENGTH 1.e10 |
| 115 | + |
| 116 | +--------------------------------------------------------------------------------------------------- |
| 117 | +--------------------------------------------------------------------------------------------------- |
| 118 | +Set 0 = default reconstruction method |
| 119 | + |
| 120 | +* -1 RECMETHOD 4 |
| 121 | +* -1 MINANGLE 10. |
| 122 | +* -1 MINTUBES 5 |
| 123 | +* -1 MINSIZE 100 |
| 124 | +* -1 MAXLOSS 0.2 |
| 125 | +* -1 MINWIDTH 0.02 |
| 126 | +* -1 MAXDIST 1.75 |
| 127 | + |
| 128 | +======== IMPORTANT IMPORTANT ============ |
| 129 | +ignore the following lines for regular data analysis |
| 130 | +-1 MCONLY |
| 131 | +======== IMPORTANT IMPORTANT ============ |
| 132 | + |
| 133 | +Set 1 = (placeholder, as this is a no-disp file) |
| 134 | + |
| 135 | +* -1 RECMETHOD 4 |
| 136 | +* -1 MINANGLE 10. |
| 137 | +* -1 MINTUBES 5 |
| 138 | +* -1 MINSIZE 100 |
| 139 | +* -1 MAXLOSS 0.2 |
| 140 | +* -1 MINWIDTH 0.02 |
| 141 | +* -1 MAXDIST 1.75 |
| 142 | + |
| 143 | +============================== |
| 144 | +3-telescope combinations |
| 145 | +============================== |
| 146 | + |
| 147 | +Set 2 = T1 off default reconstruction method |
| 148 | + |
| 149 | +* -1 RECMETHOD 4 |
| 150 | +* -1 MINANGLE 10. |
| 151 | +* -1 MINTUBES 5 |
| 152 | +* -1 MINSIZE 100 |
| 153 | +* -1 MAXLOSS 0.2 |
| 154 | +* -1 MINWIDTH 0.02 |
| 155 | +* -1 MAXDIST 1.75 |
| 156 | +* 1 USEIMAGE 0 |
| 157 | + |
| 158 | +Set 3 = T2 off default reconstruction method |
| 159 | + |
| 160 | +* -1 RECMETHOD 4 |
| 161 | +* -1 MINANGLE 10. |
| 162 | +* -1 MINTUBES 5 |
| 163 | +* -1 MINSIZE 100 |
| 164 | +* -1 MAXLOSS 0.2 |
| 165 | +* -1 MINWIDTH 0.02 |
| 166 | +* -1 MAXDIST 1.75 |
| 167 | +* 2 USEIMAGE 0 |
| 168 | + |
| 169 | +Set 4 = T3 off default reconstruction method |
| 170 | + |
| 171 | +* -1 RECMETHOD 4 |
| 172 | +* -1 MINANGLE 10. |
| 173 | +* -1 MINTUBES 5 |
| 174 | +* -1 MINSIZE 100 |
| 175 | +* -1 MAXLOSS 0.2 |
| 176 | +* -1 MINWIDTH 0.02 |
| 177 | +* -1 MAXDIST 1.75 |
| 178 | +* 3 USEIMAGE 0 |
| 179 | + |
| 180 | +Set 5 = T4 off default reconstruction method |
| 181 | + |
| 182 | +* -1 RECMETHOD 4 |
| 183 | +* -1 MINANGLE 10. |
| 184 | +* -1 MINTUBES 5 |
| 185 | +* -1 MINSIZE 100 |
| 186 | +* -1 MAXLOSS 0.2 |
| 187 | +* -1 MINWIDTH 0.02 |
| 188 | +* -1 MAXDIST 1.75 |
| 189 | +* 4 USEIMAGE 0 |
| 190 | + |
0 commit comments