|
[Rivet-svn] r3958 - branches/2012-06-aidarivet/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Oct 11 15:10:22 BST 2012
Author: hoeth Date: Thu Oct 11 15:10:22 2012 New Revision: 3958 Log: clean up unused variables Modified: branches/2012-06-aidarivet/src/Analyses/CDF_2012_NOTE10874.cc Modified: branches/2012-06-aidarivet/src/Analyses/CDF_2012_NOTE10874.cc ============================================================================== --- branches/2012-06-aidarivet/src/Analyses/CDF_2012_NOTE10874.cc Thu Oct 11 14:59:35 2012 (r3957) +++ branches/2012-06-aidarivet/src/Analyses/CDF_2012_NOTE10874.cc Thu Oct 11 15:10:22 2012 (r3958) @@ -54,7 +54,6 @@ ParticleVector particles = cfs.particlesByPt(); Particle p_lead = particles[0]; const double philead = p_lead.momentum().phi(); - const double etalead = p_lead.momentum().eta(); const double pTlead = p_lead.momentum().pT(); int tNch = 0; @@ -69,7 +68,6 @@ } } - const double avePt = ptSum / tNch; const double dEtadPhi = 4.0*PI/3.0; _h_nch_transverse->fill(pTlead/GeV, tNch/dEtadPhi, weight);
More information about the Rivet-svn mailing list |