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

Last change on this file since 4531 was 4428, checked in by aliu, 20 years ago
*** empty log message ***
File size: 2.0 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 9999999
14
15// data file directory
16IDIR /local_disk/jrico/rootdata/Crab20040215/
17
18// Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544
19PRUNS 16743
20CRUNS 16744
21DRUNS 16745
22
23// output file name
24// OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
25OUTFILE ./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
37DISPLAY 0
38
39// PS file name
40PSFILENAME makehillas.ps
41
42// calibration flag:
43// -1: kDummy
44// 0: kNone
45// 1: kDefault(F factor)
46// 2: kDemocratic
47// 11: kDefault(F factor) + bad pixel interpolation
48// 21: kDemocratic + bad pixel interpolation
49CALFLAG 0
50
51// calibration time:
52// 0: kFALSE (no time calibration)
53// 1: kTRUE (time calibration)
54//CALTIME 1
55
56
57// Cleaning level (tail cut, boundary cut, number of rings, cleaning method - 1=standard, 2=democratic)
58CLEANLEVEL 3.0 1.5 1 1
59
60//Island calculations
61// 0 nothing about islands 1:normal algorithm
62// 1 islands w/o cleaning 2:alternative algorithm
63// 2 islands w cleaning
64ISLFLAG 0 1
65
66// island cleaning:
67// 0: timing method val:0.2, 0.3, 0.5...
68// 1: no timing method val: 40, 50, 60...
69ISLANDCLEAN 1 40
70
Note: See TracBrowser for help on using the repository browser.