Commit in lcio/src/cpp/include on rio_v00-00
IOIMPL/rootio_templates.h-481.1.2.3 removed
RIO/rootio_templates.h+48added 1.1.2.1
+48-48
1 added + 1 removed, total 2 files
new RIO dir and namespace - moved rootio_templates there

lcio/src/cpp/include/IOIMPL
rootio_templates.h removed after 1.1.2.3
diff -N rootio_templates.h
--- rootio_templates.h	13 Jul 2009 08:30:47 -0000	1.1.2.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,48 +0,0 @@
-#ifndef rootio_templates_h
-#define rootio_templates_h 1
-
-
-#include "UTIL/LCTypedVector.h"
-
-#include "IMPL/ReconstructedParticleImpl.h"
-#include "IMPL/MCParticleImpl.h"
-#include "IMPL/VertexImpl.h"
-#include "IMPL/TrackImpl.h"
-#include "IMPL/ClusterImpl.h"
-#include "IMPL/LCRelationImpl.h"
-
-#include "TRefArray.h"
-
-// ---- tell ROOT about the templates instantiations that we are going to use ...
-
-#ifdef __MAKECINT__
-#pragma link C++ class std::vector<IMPL::ReconstructedParticleImpl*>+;
-#pragma link C++ class std::vector<IMPL::MCParticleImpl*>+;
-#pragma link C++ class std::vector<IMPL::TrackImpl*>+;
-#pragma link C++ class std::vector<IMPL::ClusterImpl*>+;
-#pragma link C++ class std::vector<IMPL::LCRelationImpl*>+;
-#pragma link C++ class std::vector<IMPL::VertexImpl*>+;
-
-#pragma link C++ class std::vector<EVENT::ReconstructedParticle*>+;
-#pragma link C++ class std::vector<EVENT::MCParticle*>+;
-#pragma link C++ class std::vector<EVENT::Track*>+;
-#pragma link C++ class std::vector<EVENT::Cluster*>+;
-#pragma link C++ class std::vector<EVENT::LCRelation*>+;
-#pragma link C++ class std::vector<EVENT::Vertex*>+;
-#endif
-
-
-
-
-
-
-// seperate data members and pointer members in ROOT
-struct ReconstructedParticleROOT{
-  EVENT::ReconstructedParticle* Particle ;
-  TRefArray  Tracks ;
-} ;
-
-
-
-
-#endif

lcio/src/cpp/include/RIO
rootio_templates.h added at 1.1.2.1
diff -N rootio_templates.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ rootio_templates.h	9 Sep 2009 13:27:44 -0000	1.1.2.1
@@ -0,0 +1,48 @@
+#ifndef rootio_templates_h
+#define rootio_templates_h 1
+
+
+#include "UTIL/LCTypedVector.h"
+
+#include "IMPL/ReconstructedParticleImpl.h"
+#include "IMPL/MCParticleImpl.h"
+#include "IMPL/VertexImpl.h"
+#include "IMPL/TrackImpl.h"
+#include "IMPL/ClusterImpl.h"
+#include "IMPL/LCRelationImpl.h"
+
+#include "TRefArray.h"
+
+// ---- tell ROOT about the templates instantiations that we are going to use ...
+
+#ifdef __MAKECINT__
+#pragma link C++ class std::vector<IMPL::ReconstructedParticleImpl*>+;
+#pragma link C++ class std::vector<IMPL::MCParticleImpl*>+;
+#pragma link C++ class std::vector<IMPL::TrackImpl*>+;
+#pragma link C++ class std::vector<IMPL::ClusterImpl*>+;
+#pragma link C++ class std::vector<IMPL::LCRelationImpl*>+;
+#pragma link C++ class std::vector<IMPL::VertexImpl*>+;
+
+#pragma link C++ class std::vector<EVENT::ReconstructedParticle*>+;
+#pragma link C++ class std::vector<EVENT::MCParticle*>+;
+#pragma link C++ class std::vector<EVENT::Track*>+;
+#pragma link C++ class std::vector<EVENT::Cluster*>+;
+#pragma link C++ class std::vector<EVENT::LCRelation*>+;
+#pragma link C++ class std::vector<EVENT::Vertex*>+;
+#endif
+
+
+
+
+
+
+// seperate data members and pointer members in ROOT
+struct ReconstructedParticleROOT{
+  EVENT::ReconstructedParticle* Particle ;
+  TRefArray  Tracks ;
+} ;
+
+
+
+
+#endif
CVSspam 0.2.8