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.9 by buchmann, Tue Dec 4 12:24:22 2012 UTC vs.
Revision 1.10 by buchmann, Mon Jan 7 14:40:32 2013 UTC

# Line 160 | Line 160 | int main (int argc, char ** argv)
160    do_root(saveRoot);
161    
162    
163 <
164 <  
165 <  
166 <  
167 <  
168 <  write_warning(__FUNCTION__,"Everything missing so far goes here: ");
169 <  cout << " Still need to carry out cross - checks" << endl;
170 <  cout << " Still need to define errors in final plot " << endl;
171 <  
172 <  
163 >  write_warning(__FUNCTION__,"Using preliminary weights!");
164 >  //cutWeight=TCut("(weight*(weight<1000)*(is_data+(!is_data)*((id1==id2)*0.95+(id1!=id2)*0.94)))");
165 >  cutWeight=TCut("(weight*(weight<1000)*(is_data+(!is_data)*((id1==id2&&id1==0)*0.95+(id1==id2&&id1==1)*0.88+(id1!=id2)*0.92)))");
166    do_basic_ZB_analysis(do_Full);
167    return 0;  
168   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines