ATTENTION: THE READION INPUT FILES MAY NOOOOOT CONTAIN NUMBERS WITHOUD DIGITS FOR THE VALUES: for example 2 -> has to be 2.0 !!!
3{
4
5
8
9
10 Bool_t LINEARERRORADDION=kFALSE;
11
14 Int_t
plateArray[13]={10,12,14,16,18,20,23,26,29,32,35,40,45};
20
21 for (int i=0;i<13;i++) {
22 for (int j=0;j<12;j++) {
24 }
25 }
26
27
28
29
30
31
32
33
35 const char*
name =
"libShower_Energy_Statistics_Gamma.txt";
37 for (int i=0;i<13;i++) {
39 cout <<
plate_i <<
"---------------------------------" << endl;
41 for (int j=0;j<12;j++) {
45 }
46 cout << endl;
47 }
50
51
53 const char*
name =
"libShower_Energy_Systematics_Gamma.txt";
55 for (int i=0;i<13;i++) {
57 cout <<
plate_i <<
"---------------------------------" << endl;
59 for (int j=0;j<12;j++) {
63 }
64 cout << endl;
65 }
68
69
70
71 cout << endl << endl;
72
73 for (int i=0;i<13;i++) {
75 for (int j=0;j<12;j++) {
80 }
81 cout << endl;
82 }
83
85}
Float_t sigmasysoutput_tot[12][13]
Definition: merge_Energy_SytematicSources_Electron.C:13
Int_t dummy
Definition: merge_Energy_SytematicSources_Electron.C:7
Int_t plate
Definition: merge_Energy_SytematicSources_Electron.C:1
Int_t plate_i
Definition: merge_Energy_SytematicSources_Electron.C:10
pFile
Definition: merge_Energy_SytematicSources_Electron.C:25
Int_t plateArray[13]
Definition: merge_Energy_SytematicSources_Electron.C:8
Float_t sigmasysoutput
Definition: merge_Energy_SytematicSources_Electron.C:11
Float_t sigmasysinput[12][13]
Definition: merge_Energy_SytematicSources_Electron.C:12
Float_t dummyf
Definition: merge_Energy_SytematicSources_Electron.C:9
const char * name
Definition: merge_Energy_SytematicSources_Electron.C:24