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

Last change on this file since 5657 was 5657, checked in by rico, 20 years ago
*** empty log message ***
File size: 2.9 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 99999999
14
15// data file directory
16IDIR /mnt/magic/Data/rootdata/CrabNebula/Period021/2004_09_22/
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 39313
21CRUNS 39315
22DRUNS 39261,39262,39264,39265,39269,39271,39273,39274,39276,39277,39279,39280,39282,39283,39285
23//,39286,39288,39290,39292-39294,39296-39299,39301,39302,39304-39306,39308,39309,39311,39318,39319,39321,39322,39324,39325,39327,39328,39330,39331,39333,39334,39336-39338,39340-39342,39344,39348-39350,39352-39355,39357,39358,39360-39362,39364-39366,39368-39370,39372,39373
24// 37478-37480,37482-37484,37486,37487,37489-37491,37493-37495,37497-37499,37501-37502,37504-37505,37507-37508,37510-37512,37514,37516-37519,37521,37522,37524,37525,37527-37529,37531,37532,37534,37535,37537-37539,37541-37544,37546-37551,37553-37555
25
26// output file name
27// OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
28OUTFILE /local_disk/jrico/prueba2.root
29
30// Selection cut.
31// Condition "==" not supported.
32// Enclose all conditions between brakets, like: "(x<y) && (z<5)"
33// (see MF description class for more details)
34// FILTER (MHillas.fLength<100) && (MHillas.fLength>50)
35
36// Display flag
37// DISPLAY 0 will simply produce the hillas parameters files
38// DISPLAY 1 will show event display and produce ps file
39// DISPLAY 2 will produce the ps files, no display
40DISPLAY 0
41
42// PS file name
43PSFILENAME makehillas.ps
44
45// Signal extractor, higain first, higainlast, logainfirst, logainlast, window size
46// signal extractors: 0 fixed window, 1 sliding window, 2 peak search, 3 spline
47EXTRACTOR 3 1 11 2 12 2
48
49// calibration flag:
50// -1: kDummy
51// 0: kNone
52// 1: kDefault(F factor)
53// 2: kDemocratic
54// 11: kDefault(F factor) + bad pixel interpolation
55// 21: kDemocratic + bad pixel interpolation
56CALFLAG 1
57
58// calibration time:
59// 0: kFALSE (no time calibration)
60// 1: kTRUE (time calibration)
61CALTIME 1
62
63
64// Cleaning level (tail cut, boundary cut, number of rings, cleaning method - 1=standard, 2=democratic)
65CLEANLEVEL 2.5 2.0 1 1
66
67//Island calculations
68// 0 same as 1 1:normal algorithm
69// 1 islands w/o cleaning 2:alternative algorithm
70// 2 islands w cleaning
71ISLFLAG 0 1
72
73// island cleaning:
74// 0: timing method val:0.2, 0.3, 0.5...
75// 1: no timing method val: 40, 50, 60...
76ISLANDCLEAN 1 40
77
Note: See TracBrowser for help on using the repository browser.