[Rivet-svn] r2731 - in trunk/src: . Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Oct 28 18:21:07 BST 2010


Author: buckley
Date: Thu Oct 28 18:21:07 2010
New Revision: 2731

Log:
Keep Hudson build happy

Modified:
   trunk/src/Analyses/CDF_1994_S2952106.cc
   trunk/src/Makefile.am

Modified: trunk/src/Analyses/CDF_1994_S2952106.cc
==============================================================================
--- trunk/src/Analyses/CDF_1994_S2952106.cc	Thu Oct 28 17:33:38 2010	(r2730)
+++ trunk/src/Analyses/CDF_1994_S2952106.cc	Thu Oct 28 18:21:07 2010	(r2731)
@@ -282,7 +282,7 @@
       _histAlphaCorr->setCoordinate(1, yval_alpha, yerr_alpha);
 
 
-      AIDA::IDataPointSetFactory& hf = datapointsetFactory();
+      //AIDA::IDataPointSetFactory& hf = datapointsetFactory();
       /// @todo Histo factory output paths don't work this way
       //hf.multiply(histoDir() + "/d03-x01-y01", *_histJet3eta, *_histEta3Corr);
       //hf.multiply("/_histJet3eta", *_histJet3eta, *_histEta3Corr);

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	Thu Oct 28 17:33:38 2010	(r2730)
+++ trunk/src/Makefile.am	Thu Oct 28 18:21:07 2010	(r2731)
@@ -10,7 +10,7 @@
 
 libRivet_la_LDFLAGS = \
   -L$(prefix)/lib \
-  -L$(HEPMCLIBPATH) \
+  -L$(HEPMCLIBPATH) -R$(HEPMCLIBPATH) \
   -export-dynamic $(VERSIONINFOFLAGS)
 
 libRivet_la_LIBADD  = \


More information about the Rivet-svn mailing list