ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbbAnalysis/VHbbDataFormats/interface/Histos.h
(Generate patch)

Comparing UserCode/VHbbAnalysis/VHbbDataFormats/interface/Histos.h (file contents):
Revision 1.1 by arizzi, Mon Aug 22 11:53:09 2011 UTC vs.
Revision 1.2 by arizzi, Fri Aug 26 09:01:43 2011 UTC

# Line 302 | Line 302 | public:
302          StH_ZH_dPhi->Fill(V.p4.DeltaPhi(H.p4.Phi()), w);
303        }
304        else if(iCandType == VHbbCandidate::Wen || iCandType == VHbbCandidate::Wmun){
305 <        StH_WMass->Fill(V.p4.M(), w);
305 >        StH_WMass->Fill(V.Mt(iCandType), w);
306 >        //StH_WMass->Fill(V.p4.M(), w);
307          StH_WPt->Fill(V.p4.Pt(), w);
308          StH_WH_dPhi->Fill(V.p4.DeltaPhi(H.p4.Phi()), w);
309        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines