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

Last change on this file since 4117 was 4117, checked in by rico, 21 years ago
*** empty log message ***
File size: 1.0 KB
Line 
1
2// Maximun number of (data) events to be processed)
3NEVENTS 10
4
5// data file directory
6IDIR /local_disk/jrico/rootdata/Crab20040215/
7
8// Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544
9PRUNS 16743
10CRUNS 16744
11DRUNS 16745-16767
12
13// output file name
14// OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
15OUTFILE ./prueba.root
16
17// Selection cut.
18// Condition "==" not supported.
19// Enclose all conditions between brakets, like: "(x<y) && (z<5)"
20// (see MF description class for more details)
21FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
22
23// Display flag (DISPLAY=1 will show event display and skip saving into output file)
24DISPLAY 1
25
26// calibration flag:
27// -1: kDummy
28// 0: kNone
29// 1: kDefault
30CALFLAG 0
31
32// Cleaning level
33CLEANLEVEL 3.0 1.5
34
35//Island calculations
36// 0 nothing about islands
37// 1 islands w/o cleaning
38// 2 islands w cleaning
39ISLFLAG 0
40
41// island cleaning:
42// 0: timing method val:0.2, 0.3, 0.5...
43// 1: no timing method val: 40, 50, 60...
44ISLANDCLEAN 1 40
45
Note: See TracBrowser for help on using the repository browser.