[yoda-svn] r462 - in trunk: . include/YODA include/YODA/Utils src

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu May 3 00:37:18 BST 2012


Author: buckley
Date: Thu May  3 00:37:18 2012
New Revision: 462

Log:
Adding more default constructors for analysis objects, to allow member variable and STL container use without pointers.

Modified:
   trunk/ChangeLog
   trunk/include/YODA/AnalysisObject.h
   trunk/include/YODA/Bin.h
   trunk/include/YODA/Bin1D.h
   trunk/include/YODA/Bin2D.h
   trunk/include/YODA/Dbn1D.h
   trunk/include/YODA/Dbn2D.h
   trunk/include/YODA/Dbn3D.h
   trunk/include/YODA/ErrorND.h
   trunk/include/YODA/Exceptions.h
   trunk/include/YODA/Histo1D.h
   trunk/include/YODA/Histo2D.h
   trunk/include/YODA/HistoBin1D.h
   trunk/include/YODA/Point2D.h
   trunk/include/YODA/Point3D.h
   trunk/include/YODA/PointND.h
   trunk/include/YODA/Profile1D.h
   trunk/include/YODA/ProfileBin1D.h
   trunk/include/YODA/Reader.h
   trunk/include/YODA/ReaderAIDA.h
   trunk/include/YODA/ReaderYODA.h
   trunk/include/YODA/Scatter2D.h
   trunk/include/YODA/Scatter3D.h
   trunk/include/YODA/ScatterND.h
   trunk/include/YODA/Utils/StringUtils.h
   trunk/include/YODA/Utils/nvector.h
   trunk/include/YODA/Weights.h
   trunk/include/YODA/Writer.h
   trunk/include/YODA/WriterAIDA.h
   trunk/include/YODA/WriterYODA.h
   trunk/src/AnalysisObject.cc
   trunk/src/Dbn1D.cc
   trunk/src/Histo1D.cc
   trunk/src/Histo2D.cc
   trunk/src/Profile1D.cc
   trunk/src/Reader.cc
   trunk/src/ReaderAIDA.cc
   trunk/src/ReaderYODA.cc
   trunk/src/Writer.cc
   trunk/src/WriterAIDA.cc
   trunk/src/WriterYODA.cc

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Thu May  3 00:28:51 2012	(r461)
+++ trunk/ChangeLog	Thu May  3 00:37:18 2012	(r462)
@@ -1,3 +1,8 @@
+2012-05-03  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Adding more default constructors for analysis objects, to allow
+	member variable and STL container use without pointers.
+
 2012-05-02  Andy Buckley  <andy.buckley at cern.ch>
 
 	* A much simplified and more robust rewrite of the Axis1D class,

Modified: trunk/include/YODA/AnalysisObject.h
==============================================================================
--- trunk/include/YODA/AnalysisObject.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/AnalysisObject.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_AnalysisObject_h
 #define YODA_AnalysisObject_h

Modified: trunk/include/YODA/Bin.h
==============================================================================
--- trunk/include/YODA/Bin.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Bin.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Bin_h
 #define YODA_Bin_h

Modified: trunk/include/YODA/Bin1D.h
==============================================================================
--- trunk/include/YODA/Bin1D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Bin1D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Bin1D_h
 #define YODA_Bin1D_h

Modified: trunk/include/YODA/Bin2D.h
==============================================================================
--- trunk/include/YODA/Bin2D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Bin2D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Bin2D_h
 #define YODA_Bin2D_h

Modified: trunk/include/YODA/Dbn1D.h
==============================================================================
--- trunk/include/YODA/Dbn1D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Dbn1D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Dbn1D_h
 #define YODA_Dbn1D_h

Modified: trunk/include/YODA/Dbn2D.h
==============================================================================
--- trunk/include/YODA/Dbn2D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Dbn2D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Dbn2D_h
 #define YODA_Dbn2D_h

Modified: trunk/include/YODA/Dbn3D.h
==============================================================================
--- trunk/include/YODA/Dbn3D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Dbn3D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Dbn3D_h
 #define YODA_Dbn3D_h

Modified: trunk/include/YODA/ErrorND.h
==============================================================================
--- trunk/include/YODA/ErrorND.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/ErrorND.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_ERRORND_H
 #define YODA_ERRORND_H

Modified: trunk/include/YODA/Exceptions.h
==============================================================================
--- trunk/include/YODA/Exceptions.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Exceptions.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Exception_h
 #define YODA_Exception_h

Modified: trunk/include/YODA/Histo1D.h
==============================================================================
--- trunk/include/YODA/Histo1D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Histo1D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Histo1D_h
 #define YODA_Histo1D_h

Modified: trunk/include/YODA/Histo2D.h
==============================================================================
--- trunk/include/YODA/Histo2D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Histo2D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Histo2D_h
 #define YODA_Histo2D_h

Modified: trunk/include/YODA/HistoBin1D.h
==============================================================================
--- trunk/include/YODA/HistoBin1D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/HistoBin1D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_HistoBin1D_h
 #define YODA_HistoBin1D_h

Modified: trunk/include/YODA/Point2D.h
==============================================================================
--- trunk/include/YODA/Point2D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Point2D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_POINT2D_H
 #define YODA_POINT2D_H

Modified: trunk/include/YODA/Point3D.h
==============================================================================
--- trunk/include/YODA/Point3D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Point3D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_POINT3D_H
 #define YODA_POINT3D_H

Modified: trunk/include/YODA/PointND.h
==============================================================================
--- trunk/include/YODA/PointND.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/PointND.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_POINTND_H
 #define YODA_POINTND_H

Modified: trunk/include/YODA/Profile1D.h
==============================================================================
--- trunk/include/YODA/Profile1D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Profile1D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Profile1D_h
 #define YODA_Profile1D_h
@@ -41,6 +41,13 @@
     /// @name Constructors
     //@{
 
+    /// Default constructor
+    Profile1D()
+      : AnalysisObject("Profile1D", "", ""),
+        _axis()
+    { }
+
+
     /// Constructor giving range and number of bins
     Profile1D(size_t nxbins, double xlower, double xupper,
               const std::string& path="", const std::string& title="")

Modified: trunk/include/YODA/ProfileBin1D.h
==============================================================================
--- trunk/include/YODA/ProfileBin1D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/ProfileBin1D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_ProfileBin1D_h
 #define YODA_ProfileBin1D_h

Modified: trunk/include/YODA/Reader.h
==============================================================================
--- trunk/include/YODA/Reader.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Reader.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Reader_h
 #define YODA_Reader_h

Modified: trunk/include/YODA/ReaderAIDA.h
==============================================================================
--- trunk/include/YODA/ReaderAIDA.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/ReaderAIDA.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_READERAIDA_H
 #define YODA_READERAIDA_H

Modified: trunk/include/YODA/ReaderYODA.h
==============================================================================
--- trunk/include/YODA/ReaderYODA.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/ReaderYODA.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_READERYODA_H
 #define YODA_READERYODA_H

Modified: trunk/include/YODA/Scatter2D.h
==============================================================================
--- trunk/include/YODA/Scatter2D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Scatter2D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_SCATTER2D_H
 #define YODA_SCATTER2D_H

Modified: trunk/include/YODA/Scatter3D.h
==============================================================================
--- trunk/include/YODA/Scatter3D.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Scatter3D.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_SCATTER3D_H
 #define YODA_SCATTER3D_H

Modified: trunk/include/YODA/ScatterND.h
==============================================================================
--- trunk/include/YODA/ScatterND.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/ScatterND.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_SCATTERND_H
 #define YODA_SCATTERND_H

Modified: trunk/include/YODA/Utils/StringUtils.h
==============================================================================
--- trunk/include/YODA/Utils/StringUtils.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Utils/StringUtils.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_STRINGUTILS_H
 #define YODA_STRINGUTILS_H

Modified: trunk/include/YODA/Utils/nvector.h
==============================================================================
--- trunk/include/YODA/Utils/nvector.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Utils/nvector.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_NVECTOR_H
 #define YODA_NVECTOR_H

Modified: trunk/include/YODA/Weights.h
==============================================================================
--- trunk/include/YODA/Weights.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Weights.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Weights_h
 #define YODA_Weights_h

Modified: trunk/include/YODA/Writer.h
==============================================================================
--- trunk/include/YODA/Writer.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/Writer.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_Writer_h
 #define YODA_Writer_h

Modified: trunk/include/YODA/WriterAIDA.h
==============================================================================
--- trunk/include/YODA/WriterAIDA.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/WriterAIDA.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_WRITERAIDA_H
 #define YODA_WRITERAIDA_H

Modified: trunk/include/YODA/WriterYODA.h
==============================================================================
--- trunk/include/YODA/WriterYODA.h	Thu May  3 00:28:51 2012	(r461)
+++ trunk/include/YODA/WriterYODA.h	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #ifndef YODA_WRITERYODA_H
 #define YODA_WRITERYODA_H

Modified: trunk/src/AnalysisObject.cc
==============================================================================
--- trunk/src/AnalysisObject.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/AnalysisObject.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/AnalysisObject.h"
 #include "YODA/Exceptions.h"

Modified: trunk/src/Dbn1D.cc
==============================================================================
--- trunk/src/Dbn1D.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/Dbn1D.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/Dbn1D.h"
 #include "YODA/Utils/MathUtils.h"

Modified: trunk/src/Histo1D.cc
==============================================================================
--- trunk/src/Histo1D.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/Histo1D.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/Histo1D.h"
 #include "YODA/Profile1D.h"

Modified: trunk/src/Histo2D.cc
==============================================================================
--- trunk/src/Histo2D.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/Histo2D.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/Histo2D.h"
 #include "YODA/ProfileBin2D.h"

Modified: trunk/src/Profile1D.cc
==============================================================================
--- trunk/src/Profile1D.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/Profile1D.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/Profile1D.h"
 #include "YODA/Histo1D.h"

Modified: trunk/src/Reader.cc
==============================================================================
--- trunk/src/Reader.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/Reader.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 
 #include "YODA/Reader.h"

Modified: trunk/src/ReaderAIDA.cc
==============================================================================
--- trunk/src/ReaderAIDA.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/ReaderAIDA.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/ReaderAIDA.h"
 #include "YODA/Utils/StringUtils.h"

Modified: trunk/src/ReaderYODA.cc
==============================================================================
--- trunk/src/ReaderYODA.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/ReaderYODA.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/ReaderYODA.h"
 #include "YODA/Utils/StringUtils.h"

Modified: trunk/src/Writer.cc
==============================================================================
--- trunk/src/Writer.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/Writer.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 
 #include "YODA/Writer.h"

Modified: trunk/src/WriterAIDA.cc
==============================================================================
--- trunk/src/WriterAIDA.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/WriterAIDA.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/WriterAIDA.h"
 #include "YODA/Utils/StringUtils.h"

Modified: trunk/src/WriterYODA.cc
==============================================================================
--- trunk/src/WriterYODA.cc	Thu May  3 00:28:51 2012	(r461)
+++ trunk/src/WriterYODA.cc	Thu May  3 00:37:18 2012	(r462)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 //
 // This file is part of YODA -- Yet more Objects for Data Analysis
-// Copyright (C) 2008-2011 The YODA collaboration (see AUTHORS for details)
+// Copyright (C) 2008-2012 The YODA collaboration (see AUTHORS for details)
 //
 #include "YODA/WriterYODA.h"
 


More information about the yoda-svn mailing list