[Rivet-svn] r4309 - in trunk: . include/Rivet

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon May 27 21:33:52 BST 2013


Author: buckley
Date: Mon May 27 21:33:52 2013
New Revision: 4309

Log:
Removing now-unused .fhh files.

Deleted:
   trunk/include/Rivet/Analysis.fhh
   trunk/include/Rivet/AnalysisHandler.fhh
   trunk/include/Rivet/Event.fhh
   trunk/include/Rivet/ProjectionApplier.fhh
   trunk/include/Rivet/RivetYODA.fhh
Modified:
   trunk/ChangeLog
   trunk/include/Rivet/Makefile.am

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Mon May 27 21:20:19 2013	(r4308)
+++ trunk/ChangeLog	Mon May 27 21:33:52 2013	(r4309)
@@ -1,5 +1,7 @@
 2013-05-27  Andy Buckley  <andy.buckley at cern.ch>
 
+	* Removing now-unused .fhh files.
+
 	* Removing lots of unnecessary .fhh includes from core classes:
 	everything still compiling ok. A good opportunity to tidy this up
 	before the release.

Modified: trunk/include/Rivet/Makefile.am
==============================================================================
--- trunk/include/Rivet/Makefile.am	Mon May 27 21:20:19 2013	(r4308)
+++ trunk/include/Rivet/Makefile.am	Mon May 27 21:33:52 2013	(r4309)
@@ -6,24 +6,19 @@
 
 ## Rivet interface
 nobase_pkginclude_HEADERS += \
-  Rivet.hh             Exceptions.hh \
-  RivetBoost.hh        RivetHepMC.hh       RivetSTL.hh \
-  Constraints.hh       BeamConstraint.hh \
-  Event.hh             Event.fhh \
-  ParticleBase.hh      Jet.hh \
-  Particle.hh          Particle.fhh \
-  RivetYODA.hh         RivetYODA.fhh \
-  Analysis.hh          Analysis.fhh  AnalysisBuilder.hh \
-  AnalysisHandler.hh   AnalysisHandler.fhh \
-  AnalysisInfo.hh      ProjectionHandler.hh \
-  ProjectionApplier.hh \
-  Projection.hh        Projection.fhh \
-  Cmp.hh               Cmp.fhh \
-  ParticleName.hh      AnalysisLoader.hh \
+  Rivet.hh             Exceptions.hh      Event.hh       Run.hh \
+  RivetBoost.hh        RivetHepMC.hh      RivetSTL.hh    RivetYODA.hh \
+  ParticleBase.hh      Particle.fhh       Particle.hh    Jet.hh \
+  ProjectionApplier.hh Projection.fhh     Projection.hh \
+  ParticleName.hh      Cmp.fhh            Cmp.hh \
+  Analysis.hh          AnalysisInfo.hh \
+  AnalysisBuilder.hh   AnalysisLoader.hh \
+  AnalysisHandler.hh   ProjectionHandler.hh \
   HistoHandler.hh      HistoFormat.hh \
-  Run.hh
+  Constraints.hh       BeamConstraint.hh
 
 
+## Build config stuff
 nobase_pkginclude_HEADERS += \
   Config/RivetConfig.hh \
   Config/BuildOptions.hh
@@ -87,7 +82,6 @@
 ## Tools
 nobase_pkginclude_HEADERS += \
   Tools/Logging.hh  \
-  Tools/Logging.fhh \
   Tools/Utils.hh \
   Tools/RivetPaths.hh \
   Tools/BinnedHistogram.hh \


More information about the Rivet-svn mailing list