|
[Rivet-svn] r4214 - in branches/2012-06-aidarivet: . src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgSat Mar 9 14:45:26 GMT 2013
Author: buckley Date: Sat Mar 9 14:45:26 2013 New Revision: 4214 Log: Fixing a symbol misnaming in ATLAS_2012_I1119557. Modified: branches/2012-06-aidarivet/ChangeLog branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1119557.cc Modified: branches/2012-06-aidarivet/ChangeLog ============================================================================== --- branches/2012-06-aidarivet/ChangeLog Fri Mar 8 17:28:18 2013 (r4213) +++ branches/2012-06-aidarivet/ChangeLog Sat Mar 9 14:45:26 2013 (r4214) @@ -1,3 +1,7 @@ +2013-03-09 Andy Buckley <andy.buckley at cern.ch> + + * Fixing a symbol misnaming in ATLAS_2012_I1119557. + 2013-03-08 Andy Buckley <andy.buckley at cern.ch> * Protect the AIDA reader against finding XML comments. Modified: branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1119557.cc ============================================================================== --- branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1119557.cc Fri Mar 8 17:28:18 2013 (r4213) +++ branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1119557.cc Sat Mar 9 14:45:26 2013 (r4214) @@ -147,7 +147,7 @@ /// Jet width calculation - double jetWidth(const Jet& jet) { + double getWidth(const Jet& jet) { const double phi_jet = jet.phi(); const double eta_jet = jet.eta(); double width(0), pTsum(0);
More information about the Rivet-svn mailing list |