[yoda-svn] r565 - trunk/include/YODA

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Mar 4 16:54:17 GMT 2013


Author: hoeth
Date: Mon Mar  4 16:54:17 2013
New Revision: 565

Log:
The Type=... annotation is mandatory

Modified:
   trunk/include/YODA/Plot.h

Modified: trunk/include/YODA/Plot.h
==============================================================================
--- trunk/include/YODA/Plot.h	Mon Mar  4 15:08:32 2013	(r564)
+++ trunk/include/YODA/Plot.h	Mon Mar  4 16:54:17 2013	(r565)
@@ -23,6 +23,7 @@
       : AnalysisObject("Plot", "", "")
     {
       clearAnnotations();
+      setAnnotation("Type", "Plot");
     }
 
     //@}


More information about the yoda-svn mailing list