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

Last change on this file since 4139 was 4139, checked in by rico, 22 years ago
*** empty log message ***
File size: 1.2 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
24// DISPLAY 0 will simply produce the hillas parameters files
25// DISPLAY 1 will show event display and produce ps file
26// DISPLAY 2 will produce the ps files, no display
27DISPLAY 0
28
29// PS file name
30PSFILENAME makehillas.ps
31
32// calibration flag:
33// -1: kDummy
34// 0: kNone
35// 1: kDefault
36CALFLAG 0
37
38// Cleaning level
39CLEANLEVEL 3.0 1.5
40
41//Island calculations
42// 0 nothing about islands
43// 1 islands w/o cleaning
44// 2 islands w cleaning
45ISLFLAG 0
46
47// island cleaning:
48// 0: timing method val:0.2, 0.3, 0.5...
49// 1: no timing method val: 40, 50, 60...
50ISLANDCLEAN 1 40
51
Note: See TracBrowser for help on using the repository browser.