|
[Rivet-svn] r2062 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Nov 16 17:59:04 GMT 2009
Author: buckley Date: Mon Nov 16 17:59:03 2009 New Revision: 2062 Log: Commenting out unused beams variable (otherwise the Hudson continuous build system complains about passing the compiler warnings threshold) Modified: trunk/src/Analyses/BELLE_2006_S6265367.cc Modified: trunk/src/Analyses/BELLE_2006_S6265367.cc ============================================================================== --- trunk/src/Analyses/BELLE_2006_S6265367.cc Mon Nov 16 17:53:17 2009 (r2061) +++ trunk/src/Analyses/BELLE_2006_S6265367.cc Mon Nov 16 17:59:03 2009 (r2062) @@ -33,7 +33,7 @@ const UnstableFinalState& ufs = applyProjection<UnstableFinalState>(e, "UFS"); const Beam beamproj = applyProjection<Beam>(e, "Beams"); - const ParticlePair& beams = beamproj.beams(); + //const ParticlePair& beams = beamproj.beams(); const double s = beamproj.sqrtS()*beamproj.sqrtS(); // TODO: implement sqrtS() for asymm. beams in beam projection
More information about the Rivet-svn mailing list |