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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Mar 15 11:03:40 GMT 2012


Author: hoeth
Date: Thu Mar 15 11:03:40 2012
New Revision: 3604

Log:
New-style plugin hook in ATLAS_2011_I926145, ATLAS_2011_I944826 and ATLAS_2012_I1084540

Modified:
   trunk/ChangeLog
   trunk/src/Analyses/ATLAS_2011_I926145.cc
   trunk/src/Analyses/ATLAS_2011_I944826.cc
   trunk/src/Analyses/ATLAS_2012_I1084540.cc

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Thu Mar 15 10:59:22 2012	(r3603)
+++ trunk/ChangeLog	Thu Mar 15 11:03:40 2012	(r3604)
@@ -1,6 +1,8 @@
 2012-03-15  Hendrik Hoeth <hendrik.hoeth at cern.ch>
 
 	* Make ATLAS_2012_I1084540 less verbose.
+	* New-style plugin hook in ATLAS_2011_I926145,
+	ATLAS_2011_I944826 and ATLAS_2012_I1084540
 
 2012-03-07  Andy Buckley  <andy.buckley at cern.ch>
 

Modified: trunk/src/Analyses/ATLAS_2011_I926145.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2011_I926145.cc	Thu Mar 15 10:59:22 2012	(r3603)
+++ trunk/src/Analyses/ATLAS_2011_I926145.cc	Thu Mar 15 11:03:40 2012	(r3604)
@@ -178,9 +178,7 @@
   };
 
 
-
-  // This global object acts as a hook for the plugin system
-  AnalysisBuilder<ATLAS_2011_I926145> plugin_ATLAS_2011_I926145;
-
+  // The hook for the plugin system
+  DECLARE_RIVET_PLUGIN(ATLAS_2011_I926145);
 
 }

Modified: trunk/src/Analyses/ATLAS_2011_I944826.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2011_I944826.cc	Thu Mar 15 10:59:22 2012	(r3603)
+++ trunk/src/Analyses/ATLAS_2011_I944826.cc	Thu Mar 15 11:03:40 2012	(r3604)
@@ -281,9 +281,7 @@
   };
 
 
-
   // The hook for the plugin system
-  //DECLARE_RIVET_PLUGIN(ATLAS_2011_I944826);
-  AnalysisBuilder<ATLAS_2011_I944826> plugin_ATLAS_2011_I944826;
+  DECLARE_RIVET_PLUGIN(ATLAS_2011_I944826);
 
 }

Modified: trunk/src/Analyses/ATLAS_2012_I1084540.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2012_I1084540.cc	Thu Mar 15 10:59:22 2012	(r3603)
+++ trunk/src/Analyses/ATLAS_2012_I1084540.cc	Thu Mar 15 11:03:40 2012	(r3604)
@@ -234,7 +234,7 @@
   //@}
 };
 
-// This global object acts as a hook for the plugin system
-AnalysisBuilder<ATLAS_2012_I1084540> plugin_ATLAS_2012_I1084540;
+  // The hook for the plugin system
+  DECLARE_RIVET_PLUGIN(ATLAS_2012_I1084540);
 
 }


More information about the Rivet-svn mailing list