Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:24

0001 const char HistoFilename[1024]        = "ic05CaloMctruthHistograms.root";
0002 const char FitterFilename[1024]       = "ic05CaloMctruthFitterResults.root";
0003 const char L3OutputROOTFilename[1024] = "ic05CaloMctruthL3Graphs.root";
0004 const char L2OutputROOTFilename[1024] = "ic05CaloMctruthL2Graphs.root";
0005 const char Algorithm[100]             = "ic05";
0006 const char Version[1024]              = "Summer08"; 
0007 const bool UseRatioForResponse        = false;
0008 const int NPtBins                     = 20;
0009 const int NETA                        = 82;
0010 const double Pt[NPtBins+1]            = {5,10,12,15,20,27,35,45,57,72,90,120,150,200,300,400,550,750,1000,1500,5000};
0011 const double eta_boundaries[NETA+1]   = {-5.191,-4.889,-4.716,-4.538,-4.363,-4.191,-4.013,-3.839,-3.664,-3.489,
0012 -3.314,-3.139,-2.964,-2.853,-2.650,-2.500,-2.322,-2.172,-2.043,-1.930,
0013 -1.830,-1.740,-1.653,-1.566,-1.479,-1.392,-1.305,-1.218,-1.131,-1.044,
0014 -0.957,-0.879,-0.783,-0.696,-0.609,-0.522,-0.435,-0.348,-0.261,-0.174,
0015 -0.087,0.000,0.087,0.174,0.261,0.348,0.435,0.522,0.609,0.696,
0016 0.783,0.879,0.957,1.044,1.131,1.218,1.305,1.392,1.479,1.566,
0017 1.653,1.740,1.830,1.930,2.043,2.172,2.322,2.500,2.650,2.853,
0018 2.964,3.139,3.314,3.489,3.664,3.839,4.013,4.191,4.363,4.538,4.716,4.889,5.191};