source: trunk/MagicSoft/Mars/mtemp/mifae/programs/calib.datacard@ 6577

Last change on this file since 6577 was 4394, checked in by blanch, 20 years ago
*** empty log message ***
File size: 880 bytes
Line 
1/////////////////////////////////////////////////////////
2// Data card template for calib 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// data file directory
13IDIR /nfs/magic/CCdata/rootdata/Mrk421/Period016/2004_04_22/
14
15// Pedestal (PRUNS), calibration (CRUNS)
16PRUNS 30150
17CRUNS 30148
18
19// output file name
20OUTFILE ./prueba.root
21
22// calibration flag:
23// -1: kDummy
24// 0: kNone
25// 1: kDefault (F factor)
26// 2: kDefault (Blind Pixels)
27// 11: kDefault + bad pixel interpolation
28CALFLAG 1
29
30
31
32
Note: See TracBrowser for help on using the repository browser.