Line | |
---|
1 |
|
---|
2 | // Maximun number of (data) events to be processed)
|
---|
3 | NEVENTS 10
|
---|
4 |
|
---|
5 | // data file directory
|
---|
6 | IDIR /local_disk/jrico/rootdata/Crab20040215/
|
---|
7 |
|
---|
8 | // Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544
|
---|
9 | PRUNS 16743
|
---|
10 | CRUNS 16744
|
---|
11 | DRUNS 16745-16767
|
---|
12 |
|
---|
13 | // output file name
|
---|
14 | // OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
|
---|
15 | OUTFILE ./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)
|
---|
21 | FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
|
---|
22 |
|
---|
23 | // Display flag (DISPLAY=1 will show event display and skip saving into output file)
|
---|
24 | DISPLAY 1
|
---|
25 |
|
---|
26 | // calibration flag:
|
---|
27 | // -1: kDummy
|
---|
28 | // 0: kNone
|
---|
29 | // 1: kDefault
|
---|
30 | CALFLAG 0
|
---|
31 |
|
---|
32 | // Cleaning level
|
---|
33 | CLEANLEVEL 3.0 1.5
|
---|
34 |
|
---|
35 | //Island calculations
|
---|
36 | // 0 nothing about islands
|
---|
37 | // 1 islands w/o cleaning
|
---|
38 | // 2 islands w cleaning
|
---|
39 | ISLFLAG 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...
|
---|
44 | ISLANDCLEAN 1 40
|
---|
45 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.