]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New track hits structure using root containers
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jan 2002 17:12:00 +0000 (17:12 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jan 2002 17:12:00 +0000 (17:12 +0000)
TPC/AliTPCv2.cxx
TPC/AliTPCv3.cxx

index 0f8deafee0cc55ec123df2e4b2d6ca088a66942f..841635d169ef64e57eadeadf4c4ba10c0ca57d15 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.39  2001/05/16 14:57:25  alibrary
+New files for folders and Stack
+
 Revision 1.38  2001/05/08 16:03:06  kowal2
 Geometry update according to the latest technical spec.
 
@@ -142,7 +145,7 @@ Introduction of the Copyright and cvs Log
 #include "AliPDG.h"
 #include "AliTPCParam.h"
 #include "AliTPCParamSR.h"
-#include "AliTPCTrackHits.h"
+#include "AliTPCTrackHitsV2.h"
 #include "TLorentzVector.h"
 
 
index 1645e7bce16f44734a4388462b4529eb9b4d8cae..b5719cbecdb2e4b30315dbcfd29315feb884f872 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.28  2001/06/12 07:07:41  kowal2
+New files for folder and stack
+
 Revision 1.27  2001/05/08 16:03:06  kowal2
 Geometry update according to the latest technical spec.
 
@@ -133,7 +136,7 @@ Introduction of the Copyright and cvs Log
 #include "AliPDG.h"
 #include <TInterpreter.h>
 #include "TLorentzVector.h"
-#include "AliTPCTrackHits.h"
+#include "AliTPCTrackHitsV2.h"
 
 ClassImp(AliTPCv3)
 //_____________________________________________________________________________