# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |