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

Comparing UserCode/cbrown/Development/Plotting/ZbAnalysis.C (file contents):
Revision 1.2 by buchmann, Tue Jul 10 16:00:42 2012 UTC vs.
Revision 1.4 by buchmann, Fri Aug 17 13:06:09 2012 UTC

# Line 123 | Line 123 | int main (int argc, char ** argv)
123    if(directory!="") PlottingSetup::directoryname=directory;
124    if(option_counter==0) usage();
125    
126 +  PlottingSetup::publicmode=true; // suppressing the whole JZB header
127    
128    
129    ///----------------------------------- BELOW THIS LINE: NO MORE OPTIONS BUT ACTUAL FUNCTION CALLS! ---------------------------------------------------------
# Line 136 | Line 137 | int main (int argc, char ** argv)
137    
138    PlottingSetup::RestrictToMassPeak=true;
139    
140 <  define_samples(showList,allsamples,signalsamples,scansample,raresample,systsamples,qcdsamples);
140 >  define_Zb_samples(showList,allsamples,signalsamples,scansample,raresample,systsamples,qcdsamples);
141    setlumi(luminosity);
142    setessentialcut(essential);//this sets the essential cut; this one is used in the draw command so it is AUTOMATICALLY applied everywhere. IMPORTANT: Do NOT store weights here!
143    stringstream resultsummary;
# Line 155 | Line 156 | int main (int argc, char ** argv)
156    
157    
158    write_warning(__FUNCTION__,"Everything missing so far goes here: ");
159 <  
160 <  
161 <  write_warning(__FUNCTION__,"Commented out all yields");
159 >  cout << " Still need to carry out cross - checks" << endl;
160 >  cout << " Still need to define errors in final plot " << endl;
161 >  cout << " Still need to make PU cut " << endl;
162    
163    
164    do_basic_ZB_analysis();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines