[Rivet-svn] r3041 - trunk/src/Core

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Apr 4 15:10:16 BST 2011


Author: hoeth
Date: Mon Apr  4 15:10:16 2011
New Revision: 3041

Log:
removed unused variable

Modified:
   trunk/src/Core/Event.cc

Modified: trunk/src/Core/Event.cc
==============================================================================
--- trunk/src/Core/Event.cc	Mon Apr  4 14:00:41 2011	(r3040)
+++ trunk/src/Core/Event.cc	Mon Apr  4 15:10:16 2011	(r3041)
@@ -27,7 +27,7 @@
     if (!_genEvent.valid_beam_particles()) return;
     typedef pair<HepMC::GenParticle*, HepMC::GenParticle*> GPPair;
     GPPair bps = _genEvent.beam_particles();
-    const PdgIdPair beamids = make_pdgid_pair(bps.first->pdg_id(), bps.second->pdg_id());
+    //const PdgIdPair beamids = make_pdgid_pair(bps.first->pdg_id(), bps.second->pdg_id());
     //Log::getLog("Rivet.Event") << Log::TRACE << "Beam IDs: " << beamids << endl;
     const HepMC::GenParticle* plusgp = 0;
     bool rot = false;


More information about the Rivet-svn mailing list