ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/last_configuration.C
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/last_configuration.C (file contents):
Revision 1.7 by buchmann, Thu Sep 29 12:57:00 2011 UTC vs.
Revision 1.14 by buchmann, Mon Feb 27 21:18:43 2012 UTC

# Line 1 | Line 1
1   #include <iostream>
2   #include <vector>
3 + #ifndef SampleClassLoaded
4 + #include "SampleClass.C"
5 + #endif
6 + #define SetupLoaded
7 + #ifndef ResultLibraryClassLoaded
8 + #include "ResultLibraryClass.C"
9 + #endif
10  
11   using namespace std;
12  
# Line 11 | Line 18 | float MCPeakError=-999;
18   }
19  
20   void read_config() {
21 < datajzb="(jzb[1]+0.06*pt-3.11057)";
22 < mcjzb="(jzb[1]+0.04*pt-1.99849)";
21 > datajzb="(jzb[1]+0.06*pt-3.58613)";
22 > mcjzb="(jzb[1]+0.04*pt-2.32212)";
23  
24  
25  
26 < MCPeakError=0.142505;
26 > MCPeakError=0.0952464;
27  
28 < jzb_cuts.push_back(50);
29 < jzb_cuts.push_back(100);
30 < jzb_cuts.push_back(150);
31 < jzb_cuts.push_back(200);
28 > jzb_cuts.push_back(50); // JZB cut at 50
29 > jzb_cuts.push_back(100); // JZB cut at 100
30 > jzb_cuts.push_back(150); // JZB cut at 150
31 > jzb_cuts.push_back(200); // JZB cut at 200
32 > jzb_cuts.push_back(250); // JZB cut at 250
33 >
34 >
35 > Nobs.push_back(408); // JZB cut at 50
36 > Nobs.push_back(88); // JZB cut at 100
37 > Nobs.push_back(21); // JZB cut at 150
38 > Nobs.push_back(5); // JZB cut at 200
39 > Nobs.push_back(3); // JZB cut at 250
40 > Npred.push_back(407.667); // JZB cut at 50
41 > Npred.push_back(89.3333); // JZB cut at 100
42 > Npred.push_back(22); // JZB cut at 150
43 > Npred.push_back(8); // JZB cut at 200
44 > Npred.push_back(2); // JZB cut at 250
45 > Nprederr.push_back(61.1314); // JZB cut at 50
46 > Nprederr.push_back(13.6275); // JZB cut at 100
47 > Nprederr.push_back(4.25245); // JZB cut at 150
48 > Nprederr.push_back(2.10159); // JZB cut at 200
49 > Nprederr.push_back(0.874007); // JZB cut at 250
50 >
51 >
52 > flippedNobs.push_back(149); // JZB cut at 50
53 > flippedNobs.push_back(11); // JZB cut at 100
54 > flippedNobs.push_back(3); // JZB cut at 150
55 > flippedNobs.push_back(1); // JZB cut at 200
56 > flippedNobs.push_back(0); // JZB cut at 250
57 > flippedNpred.push_back(149.333); // JZB cut at 50
58 > flippedNpred.push_back(9.66667); // JZB cut at 100
59 > flippedNpred.push_back(2); // JZB cut at 150
60 > flippedNpred.push_back(-2); // JZB cut at 200
61 > flippedNpred.push_back(1); // JZB cut at 250
62 > flippedNprederr.push_back(114.072); // JZB cut at 50
63 > flippedNprederr.push_back(27.1872); // JZB cut at 100
64 > flippedNprederr.push_back(7.9425); // JZB cut at 150
65 > flippedNprederr.push_back(3.14907); // JZB cut at 200
66 > flippedNprederr.push_back(2.08); // JZB cut at 250
67  
68  
69 < Nobs.push_back(168);
28 < Nobs.push_back(48);
29 < Nobs.push_back(11);
30 < Nobs.push_back(3);
31 < Npred.push_back(164);
32 < Npred.push_back(37.3333);
33 < Npred.push_back(7);
34 < Npred.push_back(2.66667);
35 < Nprederr.push_back(43.4943);
36 < Nprederr.push_back(10.5505);
37 < Nprederr.push_back(2.5658);
38 < Nprederr.push_back(1.22474);
39 <
40 <
41 < luminosity=2096;
69 > luminosity=5028;
70  
71  
72   cout << "Configuration successfully loaded!" << endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines