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

Comparing UserCode/HbbAnalysis/src/HistosElecsBase.cc (file contents):
Revision 1.1 by amagnan, Fri Oct 2 11:05:53 2009 UTC vs.
Revision 1.2 by amagnan, Tue Oct 13 12:14:05 2009 UTC

# Line 148 | Line 148 | namespace HbbAnalysis {//namespace
148  
149            p_recoOverGen_vsEta[binEta]->Fill(aElec.recoVars().pT/aElec.genVars().pT);
150            p_recoOverGen_vsPt[binpt]->Fill(aElec.recoVars().pT/aElec.genVars().pT);
151 +          p_recoOverGen->Fill(aElec.recoVars().pT/aElec.genVars().pT);
152          }
153      
154  
# Line 195 | Line 196 | namespace HbbAnalysis {//namespace
196          p_combIso->Fill(lIsoVar[4]);
197          p_combIsoOverEt->Fill(lIsoVar[5]);
198  
199 <        double lIsoCut[6] = {1.,0.1,4.,0.1,5.,0.2};
199 >        double lIsoCut[6] = {2.4,0.05,2.4,0.09,3.,0.1};
200  
201          for (unsigned int i(0); i<6; i++){//loop on iso variables
202  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines