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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/various_studies.C (file contents):
Revision 1.21 by buchmann, Tue Aug 23 07:34:53 2011 UTC vs.
Revision 1.22 by buchmann, Thu Sep 1 11:01:41 2011 UTC

# Line 14 | Line 14 | to compile: just run make ... that shoul
14   #include "Modules/setTDRStyle.C"
15   #include "Modules/ActiveSamples.C"
16   #include "Modules/UpperLimitsWithShape.C"
17 < #include "Modules/external/cl95cms.c"
17 > #include "Modules/external/roostats_cl95.C"
18 > //#include "Modules/external/cl95cms.c"
19   #include "Modules/Plotting_Functions.C" //also included for peak finding etc.
20   #include "Modules/ResultModule.C"
21   #include "Modules/ExperimentalModule.C"
# Line 57 | Line 58 | int main()
58    define_samples(showList,allsamples,signalsamples,scansample);
59    setlumi(luminosity);
60    do_png(true);
61 <  do_pdf(true);
61 >  do_pdf(false);
62    do_eps(false);
63    do_C(false);
64    set_directory(directoryname);//Indicate the directory name where you'd like to save the output files in Setup.C
# Line 85 | Line 86 | int main()
86    bool do_efficiency_scan_in_susy_space=false; /// NOW OUTSOURCED TO T3
87         bool requireZ=true;
88        
88  //very experimental :
89    bool do_beautiful_ratio_plots=false;
90  write_warning(__FUNCTION__,"BEAUTIFUL PLOTS CURRENTLY DEACTIVATED IN FAVOR OF INTERESTING FITTING!");
90        
91    //**** part 1 : peak finding
92    float MCPeak=0,MCPeakError=0,DataPeak=0,DataPeakError=0,MCSigma=10,DataSigma=10;
# Line 165 | Line 164 | int main()
164    ratio_binning.push_back(100);
165    ratio_binning.push_back(200);
166    ratio_binning.push_back(350);
167 <  ratio_binning.push_back(500);
167 >  //ratio_binning.push_back(500);
168    if(do_beautiful_ratio_plots) Poisson_ratio_plots(mcjzb.str(),datajzb.str(),ratio_binning,MCPeakError,DataPeakError);
169    
170 < //  write_warning(__FUNCTION__,"WATCH OUT : STILL NEED TO DO THE NICE FIT FUNCTION THINGIE");
171 <  write_warning(__FUNCTION__,"WATCH OUT : STILL NEED TO DO THE NICE PREDICTION PLOT (do_beautiful_ratio_plots)");
170 >  write_warning(__FUNCTION__,"Need to remove the next line:");
171 > //  do_new_prediction_plots(mcjzb.str(),datajzb.str(),DataSigma,MCSigma,overlay_signal);
172    
173 + //  ttbar_sidebands_comparison(mcjzb.str());
174 +
175 +  lm0_illustration();
176    return 0;  
177   }
178  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines