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! --------------------------------------------------------- |
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; |
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(); |