source: trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard@ 5954

Last change on this file since 5954 was 5954, checked in by domingo, 20 years ago
*** empty log message ***
File size: 2.7 KB
Line 
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)
13NEVENTS 999999
14
15// data file directory
16IDIR /local_disk/jrico/rawdata/
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
20PCRUNS 45380
21CRUNS 45419
22DRUNS 45428
23
24// output file name
25// OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
26OUTFILE /local_disk/jrico/prueba2.root
27
28// Selection cut.
29// Condition "==" not supported.
30// Enclose all conditions between brakets, like: "(x<y) && (z<5)"
31// (see MF description class for more details)
32FILTER (MNewImagePar.fNumUsedPixels<400)
33
34// Display flag
35// DISPLAY 0 will simply produce the hillas parameters files
36// DISPLAY 1 will show event display and produce ps file
37// DISPLAY 2 will produce the ps files, no display
38DISPLAY 0
39
40// PS file name
41PSFILENAME makehillas.ps
42
43// Signal extractor, higain first, higainlast, logainfirst, logainlast, window size
44// signal extractors: 0 fixed window, 1 sliding window, 2 peak search, 3 spline
45EXTRACTOR 3 1 11 2 12 2
46
47// calibration flag:
48// -1: kDummy
49// 0: kNone
50// 1: kDefault(F factor)
51// 2: kDemocratic
52// 11: kDefault(F factor) + bad pixel interpolation
53// 21: kDemocratic + bad pixel interpolation
54CALFLAG 11
55
56// calibration time:
57// 0: kFALSE (no time calibration)
58// 1: kTRUE (time calibration)
59CALTIME 1
60
61
62// Cleaning level (tail cut, boundary cut, number of rings, cleaning method - 1=standard, 2=democratic)
63CLEANLEVEL 4.0 3.5 1 1
64
65// Add the following word if you want to include Hadronness calculation,
66// followed by the name of the Random Forest file
67RANFOREST RFstd.root
68
69// Add the following word if you want to apply DISP method analysis,
70// followed by the name of the file where the MDispParameters container
71// with the optimal values of the DISP parameters is stored
72DISP DISPstd.root
73
74//Island calculations
75// 0 same as 1 1:normal algorithm
76// 1 islands w/o cleaning 2:alternative algorithm
77// 2 islands w cleaning
78ISLFLAG 0 1
79
80// island cleaning:
81// 0: timing method val:0.2, 0.3, 0.5...
82// 1: no timing method val: 40, 50, 60...
83ISLANDCLEAN 1 40
84
85// topology flag
86// 0: do not calculate topology parameters
87// 1: calculate topology parameters
88TOPFLAG 1
89
Note: See TracBrowser for help on using the repository browser.