ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbbAnalysis/additionalFiles/DataCards/IntermediateMassMakerWH.C
(Generate patch)

Comparing UserCode/VHbbAnalysis/additionalFiles/DataCards/IntermediateMassMakerWH.C (file contents):
Revision 1.2 by madfish, Sat Oct 27 20:34:50 2012 UTC vs.
Revision 1.3 by madfish, Sun Oct 28 15:41:19 2012 UTC

# Line 33 | Line 33 | int kount;
33   int kount2;
34   TString IFILE;
35   int maxCount;
36 < std::string massS[51]={
37 < "110","110_5","111","111_5","112","112_5","113","113_5","114","114_5",
38 < "115","115_5","116","116_5","117","117_5","118","118_5","119","119_5",
39 < "120","120_5","121","121_5","122","122_5","123","123_5","124","124_5",
40 < "125","125_5","126","126_5","127","127_5","128","128_5","129","129_5",
41 < "130","130_5","131","131_5","132","132_5","133","133_5","134","134_5",
42 < "135"};
36 >
37 > std::string massS[67]={
38 > "110","110.5","111","111.5","112","112.5","113","113.5","114","114.5",
39 > "115","115.5","116","116.5","117","117.5","118","118.5","119","119.5",
40 > "120","120.5","121","121.5","122","122.5","123","123.5","124","124.5",
41 > "125","125.5","126","126.5","127","127.5","128","128.5","129","129.5",
42 > "130","130.5","131","131.5","132","132.5","133","133.5","134","134.5",
43 > "135","124.6","124.7","124.8","124.9","125.1","125.2","125.3","125.4",
44 > "125.6","125.7","125.8","125.9","126.1","126.2","126.3","126.4"
45 > };
46 >
47  
48  
49   void makeSystPlot( TFile * f, TString myRooWS, RooWorkspace *WS,  string channel, string syst, int toMassNo, int fromMassNo) //massNo 0-51, see xSec7TeV.h
# Line 397 | Line 401 | if(IFILE.Contains("7TeV"))
401    if((IFILE.Contains("125")))
402    {
403       for(int to = 25; to < 35; to++)   Process(IFILE, myRooWS,to , 30);
404 +     for(int to = 51; to < 67; to++)   Process(IFILE, myRooWS,to , 30);
405    }
406  
407    if((IFILE.Contains("130")))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines