ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/NonMCBackground/src/plotZPlusFake.cc
(Generate patch)

Comparing UserCode/MitHzz4l/NonMCBackground/src/plotZPlusFake.cc (file contents):
Revision 1.2 by dkralph, Thu Jul 12 15:10:53 2012 UTC vs.
Revision 1.3 by dkralph, Fri Jul 13 07:44:52 2012 UTC

# Line 152 | Line 152 | int main(int argc, char** argv)
152            SimpleLepton ex_lep = ex_leps[iextra];
153  
154            if(types[iextra]=="fail" && npass>2) continue;
155 +          SimpleLepton lep1=evtdata.Z1leptons[0],lep2=evtdata.Z1leptons[1];
156 +          if( dr(lep1,ex_lep) < 0.3) continue;
157 +          if( dr(lep2,ex_lep) < 0.3) continue;
158            
159  
160            TString channel;
# Line 171 | Line 174 | int main(int argc, char** argv)
174            //????????????????????????????????????????????????????????????????????????????????????????
175            KinematicsStruct kine;
176            fillKinematics(evtdata,kine);
174          SimpleLepton lep1=evtdata.Z1leptons[0],lep2=evtdata.Z1leptons[1];
177            TLorentzVector l1l3(lep1.vec+ex_lep.vec);
178            TLorentzVector l2l3(lep2.vec+ex_lep.vec);
179  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines