[Rivet-svn] r3459 - branches/2011-07-aida2yoda/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Oct 24 17:03:20 BST 2011


Author: hoeth
Date: Mon Oct 24 17:03:20 2011
New Revision: 3459

Log:
merge r3444 and r3458 from trunk

Modified:
   branches/2011-07-aida2yoda/src/Analyses/MC_WWJETS.cc

Modified: branches/2011-07-aida2yoda/src/Analyses/MC_WWJETS.cc
==============================================================================
--- branches/2011-07-aida2yoda/src/Analyses/MC_WWJETS.cc	Mon Oct 24 17:02:43 2011	(r3458)
+++ branches/2011-07-aida2yoda/src/Analyses/MC_WWJETS.cc	Mon Oct 24 17:03:20 2011	(r3459)
@@ -74,7 +74,6 @@
 
       // global stuff
       _h_HT = bookHisto1D("HT", logBinEdges(100, 100.0, 0.5*sqrtS()));
-      _h_jets_dphi_12 = bookHisto1D("jets_dphi_12", 25, 0.0, PI);
       _h_jets_m_12 = bookHisto1D("jets_m_12", logBinEdges(100, 1.0, 0.25*sqrtS()));
 
       MC_JetAnalysis::init();
@@ -156,7 +155,6 @@
       if (jets.size()>1) {
         FourMomentum jet1(jets[0].momentum());
         FourMomentum jet2(jets[1].momentum());
-        _h_jets_dphi_12->fill(mapAngle0ToPi(jet1.phi()-jet2.phi()), weight);
         _h_jets_m_12->fill(FourMomentum(jet1+jet2).mass(), weight);
       }
 
@@ -188,7 +186,6 @@
       scale(_h_WW_jet1_deta, norm);
       scale(_h_WW_jet1_dR, norm);
       scale(_h_We_jet1_dR, norm);
-      scale(_h_jets_dphi_12, norm);
       scale(_h_jets_m_12, norm);
       scale(_h_HT, norm);
 
@@ -223,7 +220,6 @@
     Histo1DPtr _h_WW_jet1_deta;
     Histo1DPtr _h_WW_jet1_dR;
     Histo1DPtr _h_We_jet1_dR;
-    Histo1DPtr _h_jets_dphi_12;
     Histo1DPtr _h_jets_m_12;
     Histo1DPtr _h_HT;
     //@}


More information about the Rivet-svn mailing list