|
[Rivet-svn] r4312 - in trunk: . include/Rivet pyext/rivet src/Coreblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue May 28 18:06:51 BST 2013
Author: buckley Date: Tue May 28 18:06:51 2013 New Revision: 4312 Log: Removing defunct HistoFormat.hh and HistoHandler.{hh,cc} Deleted: trunk/include/Rivet/HistoFormat.hh trunk/src/Core/HistoHandler.cc Modified: trunk/ChangeLog trunk/include/Rivet/Makefile.am trunk/pyext/rivet/rivetwrap.i trunk/src/Core/Makefile.am Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Tue May 28 18:00:20 2013 (r4311) +++ trunk/ChangeLog Tue May 28 18:06:51 2013 (r4312) @@ -1,3 +1,7 @@ +2013-05-28 Andy Buckley <andy.buckley at cern.ch> + + * Removing defunct HistoFormat.hh and HistoHandler.{hh,cc} + 2013-05-27 Andy Buckley <andy.buckley at cern.ch> * Removing includes of Logging.hh, RivetYODA.hh, and Modified: trunk/include/Rivet/Makefile.am ============================================================================== --- trunk/include/Rivet/Makefile.am Tue May 28 18:00:20 2013 (r4311) +++ trunk/include/Rivet/Makefile.am Tue May 28 18:06:51 2013 (r4312) @@ -14,7 +14,6 @@ Analysis.hh AnalysisInfo.hh \ AnalysisBuilder.hh AnalysisLoader.hh \ AnalysisHandler.hh ProjectionHandler.hh \ - HistoHandler.hh HistoFormat.hh \ Constraints.hh BeamConstraint.hh Modified: trunk/pyext/rivet/rivetwrap.i ============================================================================== --- trunk/pyext/rivet/rivetwrap.i Tue May 28 18:00:20 2013 (r4311) +++ trunk/pyext/rivet/rivetwrap.i Tue May 28 18:06:51 2013 (r4312) @@ -23,9 +23,6 @@ %template(DblPair) std::pair<double, double>; %template(DblPairList) std::vector< std::pair<double, double> >; -// Histo format enum -%include "Rivet/HistoFormat.hh" - // Particle ID stuff %include "Rivet/Particle.fhh" %include "Rivet/ParticleName.hh" Modified: trunk/src/Core/Makefile.am ============================================================================== --- trunk/src/Core/Makefile.am Tue May 28 18:00:20 2013 (r4311) +++ trunk/src/Core/Makefile.am Tue May 28 18:06:51 2013 (r4312) @@ -4,6 +4,6 @@ Event.cc Jet.cc Particle.cc ParticleName.cc \ ProjectionApplier.cc Projection.cc \ Analysis.cc AnalysisLoader.cc AnalysisInfo.cc \ - AnalysisHandler.cc Run.cc ProjectionHandler.cc HistoHandler.cc + AnalysisHandler.cc Run.cc ProjectionHandler.cc libRivetCore_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(YAML_CPPINCPATH) -DYAMLCPP_API_VERSION=$(YAMLCPP_MAJOR_VERSION)
More information about the Rivet-svn mailing list |