[Rivet-svn] r3510 - branches/2011-07-aida2yoda/src/Analyses trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Dec 6 14:02:03 GMT 2011


Author: hoeth
Date: Tue Dec  6 14:02:03 2011
New Revision: 3510

Log:
rename class of ExampleAnalysis to EXAMPLE

Modified:
   branches/2011-07-aida2yoda/src/Analyses/EXAMPLE.cc
   trunk/src/Analyses/EXAMPLE.cc

Modified: branches/2011-07-aida2yoda/src/Analyses/EXAMPLE.cc
==============================================================================
--- branches/2011-07-aida2yoda/src/Analyses/EXAMPLE.cc	Tue Dec  6 14:00:18 2011	(r3509)
+++ branches/2011-07-aida2yoda/src/Analyses/EXAMPLE.cc	Tue Dec  6 14:02:03 2011	(r3510)
@@ -13,11 +13,11 @@
 
 
   /// @brief Just measures a few random things as an example.
-  class ExampleAnalysis : public Analysis {
+  class EXAMPLE : public Analysis {
   public:
 
     /// Constructor
-    ExampleAnalysis()
+    EXAMPLE()
       : Analysis("EXAMPLE")
     {
       // No counters etc. to initialise, hence nothing to do here!
@@ -127,6 +127,6 @@
 
 
   // The hook for the plugin system
-  DECLARE_RIVET_PLUGIN(ExampleAnalysis);
+  DECLARE_RIVET_PLUGIN(EXAMPLE);
 
 }

Modified: trunk/src/Analyses/EXAMPLE.cc
==============================================================================
--- trunk/src/Analyses/EXAMPLE.cc	Tue Dec  6 14:00:18 2011	(r3509)
+++ trunk/src/Analyses/EXAMPLE.cc	Tue Dec  6 14:02:03 2011	(r3510)
@@ -13,11 +13,11 @@
 
 
   /// @brief Just measures a few random things as an example.
-  class ExampleAnalysis : public Analysis {
+  class EXAMPLE : public Analysis {
   public:
 
     /// Constructor
-    ExampleAnalysis()
+    EXAMPLE()
       : Analysis("EXAMPLE")
     {
       // No counters etc. to initialise, hence nothing to do here!
@@ -127,6 +127,6 @@
 
 
   // The hook for the plugin system
-  DECLARE_RIVET_PLUGIN(ExampleAnalysis);
+  DECLARE_RIVET_PLUGIN(EXAMPLE);
 
 }


More information about the Rivet-svn mailing list