]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AliVVfriend* moved to AliVfriend*, unnecessary AliVV* classes removed
authorsgorbuno <Sergey.Gorbunov@cern.ch>
Wed, 27 Aug 2014 16:21:15 +0000 (18:21 +0200)
committersgorbuno <Sergey.Gorbunov@cern.ch>
Wed, 27 Aug 2014 16:21:15 +0000 (18:21 +0200)
55 files changed:
ANALYSIS/AliAnalysisManager.cxx
ANALYSIS/AliAnalysisManager.h
HLT/global/AliFlatESDEvent.cxx
HLT/global/AliFlatESDEvent.h
HLT/global/AliFlatESDFriend.cxx
HLT/global/AliFlatESDFriend.h
HLT/global/AliFlatESDFriendTrack.cxx
HLT/global/AliFlatESDFriendTrack.h
HLT/global/AliFlatESDMisc.cxx [deleted file]
HLT/global/AliFlatESDMisc.h [deleted file]
HLT/global/AliFlatESDTrack.cxx
HLT/global/AliFlatESDTrack.h
HLT/global/AliFlatESDTrigger.h
HLT/global/AliFlatESDV0.h
HLT/global/AliFlatESDVertex.h
HLT/global/AliFlatTPCCluster.h
STEER/CMakelibSTEERBase.pkg
STEER/ESD/AliESDfriend.cxx
STEER/ESD/AliESDfriend.h
STEER/ESD/AliESDfriendTrack.cxx
STEER/ESD/AliESDfriendTrack.h
STEER/ESD/AliESDkink.h
STEER/ESD/AliTrackPointArray.cxx
STEER/ESD/AliTrackPointArray.h
STEER/STEER/AliHLTTestInputHandler.cxx
STEER/STEER/AliHLTTestInputHandler.h
STEER/STEERBase/AliExternalTrackParam.h
STEER/STEERBase/AliVEvent.h
STEER/STEERBase/AliVEventHandler.h
STEER/STEERBase/AliVMisc.h [moved from STEER/STEERBase/AliVVMisc.h with 52% similarity]
STEER/STEERBase/AliVParticle.h
STEER/STEERBase/AliVTPCseed.h [moved from STEER/STEERBase/AliVVTPCseed.h with 68% similarity]
STEER/STEERBase/AliVTrack.h
STEER/STEERBase/AliVVTPCseed.cxx [deleted file]
STEER/STEERBase/AliVVTRDseed.cxx [deleted file]
STEER/STEERBase/AliVVTRDseed.h [deleted file]
STEER/STEERBase/AliVVcluster.cxx [deleted file]
STEER/STEERBase/AliVVcluster.h [deleted file]
STEER/STEERBase/AliVVevent.h
STEER/STEERBase/AliVVfriendEvent.cxx [deleted file]
STEER/STEERBase/AliVVfriendTrack.cxx [deleted file]
STEER/STEERBase/AliVVfriendTrack.h [deleted file]
STEER/STEERBase/AliVVkink.cxx [deleted file]
STEER/STEERBase/AliVVkink.h [deleted file]
STEER/STEERBase/AliVVtrack.h
STEER/STEERBase/AliVVtrackPoint.cxx [deleted file]
STEER/STEERBase/AliVVtrackPoint.h [deleted file]
STEER/STEERBase/AliVVtrackPointArray.cxx [deleted file]
STEER/STEERBase/AliVVtrackPointArray.h [deleted file]
STEER/STEERBase/AliVfriendEvent.h [moved from STEER/STEERBase/AliVVfriendEvent.h with 50% similarity]
STEER/STEERBase/AliVfriendTrack.h [new file with mode: 0644]
STEER/STEERBaseLinkDef.h
TPC/Calib/AliAnalysisTaskPt.cxx
TPC/Calib/AliAnalysisTaskPt.h
TPC/Rec/AliTPCseed.h

index 33b9ef49a33b9ff18746c27db9b8214f7727a627..ce09386a5d880ca46b8546adc1aac421b50a2b95 100644 (file)
@@ -2950,7 +2950,7 @@ void AliAnalysisManager::Changed()
 }
 
 //______________________________________________________________________________
-void AliAnalysisManager::InitInputData(AliVVevent* esdEvent, AliVVfriendEvent* esdFriend)
+void AliAnalysisManager::InitInputData(AliVVevent* esdEvent, AliVfriendEvent* esdFriend)
 {
 
 // Method to propagte to all the connected tasks the HLT event.
index f2d56f325fbb622d057ebc8d94eb9f4e7b045e9a..d882ea8d6bb94078d03bedd370ada0741fb3bc5a 100644 (file)
@@ -37,7 +37,7 @@ class AliVEventPool;
 class AliAnalysisGrid;
 class AliAnalysisStatistics;
 class AliVVevent;
-class AliVVfriendEvent;
+class AliVfriendEvent;
 
 class AliAnalysisManager : public TNamed {
 
@@ -230,7 +230,7 @@ enum EAliAnalysisFlags {
    void                 Lock();
    void                 UnLock();
    void                 Changed();
-   void                 InitInputData(AliVVevent* esdEvent, AliVVfriendEvent* esdFriend);
+   void                 InitInputData(AliVVevent* esdEvent, AliVfriendEvent* esdFriend);
 protected:
    void                 CreateReadCache();
    void                 ImportWrappers(TList *source);
index 7cfc3f719f3d7f79750eff12894ae33d35584a14..9458e6bb20ef0d506edebe4541b3a246618f74be 100644 (file)
@@ -98,7 +98,7 @@ AliFlatESDEvent::AliFlatESDEvent()
 }
 
 
-AliFlatESDEvent::AliFlatESDEvent( AliVVConstructorReinitialisationFlag f ) 
+AliFlatESDEvent::AliFlatESDEvent( AliVConstructorReinitialisationFlag f ) 
   :
   AliVVevent( f ),
   fContentSize(fContentSize),
index df0aa8c6167a93f0b85d65552c123dd189e73205..c7f2a66cb579019868179a569d997f76f148af9e 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "Rtypes.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 #include "AliVVevent.h"
 #include "AliFlatESDTrack.h"
 #include "AliFlatESDVertex.h"
@@ -31,8 +31,8 @@ class AliFlatESDEvent :public AliVVevent {
   ~AliFlatESDEvent() {}
 
   // constructor and method for reinitialisation of virtual table
-  AliFlatESDEvent( AliVVConstructorReinitialisationFlag );
-  void Reinitialize() { new (this) AliFlatESDEvent( AliVVReinitialize ); }
+  AliFlatESDEvent( AliVConstructorReinitialisationFlag );
+  void Reinitialize() { new (this) AliFlatESDEvent( AliVReinitialize ); }
 
   // --------------------------------------------------------------------------------
   // Interface to AliVVEvent
@@ -62,7 +62,7 @@ class AliFlatESDEvent :public AliVVevent {
   Int_t GetPrimaryVertexSPD( AliESDVertex &v ) const ;
   Int_t GetPrimaryVertexTracks( AliESDVertex &v ) const ;
 
-  AliVVfriendEvent* FindFriend() const { return fFriendEvent; }
+  AliVfriendEvent* FindFriend() const { return fFriendEvent; }
 
   // --------------------------------------------------------------------------------
   // Own methods 
index 41ece91b7d09073ce34e7678c5ca7f5190b840e1..dfe44a1866d04efed5a6003f02958c6eb7ee629b 100644 (file)
@@ -69,7 +69,8 @@ void AliFlatESDFriend::Reset()
 }
  
 // _______________________________________________________________________________________________________
-AliFlatESDFriend::AliFlatESDFriend(AliFlatESDSpecialConstructorFlag f) :
+AliFlatESDFriend::AliFlatESDFriend(AliVConstructorReinitialisationFlag f) :
+  AliVfriendEvent(),
   fContentSize(),
   fBitFlags(),
   fNTracks(),
@@ -83,7 +84,7 @@ AliFlatESDFriend::AliFlatESDFriend(AliFlatESDSpecialConstructorFlag f) :
   // the vtable pointer for this AliFlatESDFriend object is already reset when this constructor is called
   // we should only initialise vtable pointers for all contained objects
 
-  if(f == AliFlatESDReinitialize){   
+  if(f == AliVReinitialize){   
     for( int i=0; i<fNTracks; i++ ){
       AliFlatESDFriendTrack  *tr = GetFlatTrackNonConst(i);
       if( tr ) tr->Reinitialize();
index 51348b3f7b57f8ac019e8bb57d84bb128350664d..885a1d33c4ffca90ff46c4959c5d0b5fe99b1433 100644 (file)
  */
 
 #include "Rtypes.h"
-#include "AliFlatESDMisc.h"
-#include "AliVVfriendEvent.h"
+#include "AliVMisc.h"
+#include "AliVfriendEvent.h"
 #include "AliFlatESDFriendTrack.h"
 
 class AliVVVZEROfriend;
 class AliVVTZEROfriend;
 
 //_____________________________________________________________________________
-class AliFlatESDFriend : public AliVVfriendEvent {
+class AliFlatESDFriend : public AliVfriendEvent {
 public:
   AliFlatESDFriend();
   ~AliFlatESDFriend() {}
 
-  // Implementation of virtual methods of AliVVfriend
+  // Implementation of virtual methods of AliVfriend
 
   Int_t GetNumberOfTracks() const { return fNTracks; }
   Int_t GetEntriesInTracks() const { return fNTrackEntries; }
-  const AliVVfriendTrack* GetTrack(Int_t i) const {return GetFlatTrack(i); }
+  const AliVfriendTrack* GetTrack(Int_t i) const {return GetFlatTrack(i); }
   
   AliVVVZEROfriend *GetVZEROfriend(){ return NULL; }
   AliVVTZEROfriend *GetTZEROfriend(){ return NULL; }
@@ -41,8 +41,8 @@ public:
   Int_t GetNclustersTPC(UInt_t sector) const { return (sector<72)?fNclustersTPC[sector]:0; }
   Int_t GetNclustersTPCused(UInt_t sector) const { return (sector<72)?fNclustersTPCused[sector]:0; }
   
-  //virtual void AddTrack(const AliVVfriendTrack *t) {}
-  //virtual void AddTrackAt(const AliVVfriendTrack* /*t*/, Int_t /*i*/) {}
+  //virtual void AddTrack(const AliVfriendTrack *t) {}
+  //virtual void AddTrackAt(const AliVfriendTrack* /*t*/, Int_t /*i*/) {}
   //virtual void SetVZEROfriend(AliESDVZEROfriend* /*obj*/) {}
   //virtual void SetTZEROfriend(AliESDTZEROfriend * obj) {}
   //void SetSkipBit(Bool_t skip){}
@@ -65,7 +65,7 @@ public:
 
   void Reinitialize()
   {
-    new (this) AliFlatESDFriend(AliFlatESDReinitialize);
+    new (this) AliFlatESDFriend(AliVReinitialize);
   }
 
 private: 
@@ -76,7 +76,7 @@ private:
   // special constructor, to be called by placement new,
   // when accessing information after reinterpret_cast
   // so that vtable is generated, but values are not overwritten
-  AliFlatESDFriend(AliFlatESDSpecialConstructorFlag);
+  AliFlatESDFriend(AliVConstructorReinitialisationFlag);
  
   AliFlatESDFriendTrack  *GetFlatTrackNonConst( Int_t i ){ 
     const Long64_t *table = reinterpret_cast<const Long64_t*> (fContent + fTrackTablePointer);
index 33440390ab3d9059f0e6939336f3cc45c2128b70..a65ce13267617a85dca9bea994eb7684b361d006 100644 (file)
 
 // _______________________________________________________________________________________________________
 AliFlatESDFriendTrack::AliFlatESDFriendTrack() :
-  AliVVfriendTrack()
+  AliVfriendTrack()
 {
   // Default constructor
 }
 
-AliFlatESDFriendTrack::AliFlatESDFriendTrack( AliVVConstructorReinitialisationFlag f ) :
-AliVVfriendTrack( f )
+AliFlatESDFriendTrack::AliFlatESDFriendTrack( AliVConstructorReinitialisationFlag f ) :
+AliVfriendTrack( f )
 {
   // constructor for reinitialisation of vtable
 }
index 1405b0881d93d2bca151a8dd40c3db27c4e6c948..3b90be6dd27e9ffaf13a0e79a5530a9ea5ce0c16 100644 (file)
@@ -19,8 +19,8 @@ Op - Track parameters estimated at the point of maximal radial coordinate reache
 #include "Rtypes.h"
 
 #include "AliFlatTPCCluster.h"
-#include "AliVVfriendTrack.h"
-#include "AliVVMisc.h"
+#include "AliVfriendTrack.h"
+#include "AliVMisc.h"
 
 class AliESDtrack;
 class AliESDfriendTrack;
@@ -28,15 +28,15 @@ class AliExternalTrackParam;
 class AliTrackPointArray;
 class AliTPCseed;
 
-class AliFlatESDFriendTrack :public AliVVfriendTrack 
+class AliFlatESDFriendTrack :public AliVfriendTrack 
 {
  public:
   AliFlatESDFriendTrack();
   ~AliFlatESDFriendTrack() {}
   // constructor for reinitialisation of virtual table
-  AliFlatESDFriendTrack( AliVVConstructorReinitialisationFlag );
+  AliFlatESDFriendTrack( AliVConstructorReinitialisationFlag );
 
-  //implementation of AliVVfriendTrack methods 
+  //implementation of AliVfriendTrack methods 
   Int_t GetTPCseed( AliTPCseed &) const {return -1;}
 
   //AliVVTPCseed* GetTPCseed() const {return NULL;}
@@ -52,7 +52,7 @@ class AliFlatESDFriendTrack :public AliVVfriendTrack
 
   // own methods
 
-  void Reinitialize() { new (this) AliFlatESDFriendTrack( AliVVReinitialize ); }
+  void Reinitialize() { new (this) AliFlatESDFriendTrack( AliVReinitialize ); }
   
  private: 
 
diff --git a/HLT/global/AliFlatESDMisc.cxx b/HLT/global/AliFlatESDMisc.cxx
deleted file mode 100644 (file)
index fec343a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "AliFlatESDMisc.h"
-
diff --git a/HLT/global/AliFlatESDMisc.h b/HLT/global/AliFlatESDMisc.h
deleted file mode 100644 (file)
index 8d0217b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef ALIFLATESDMISC_H
-#define ALIFLATESDMISC_H
-
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               *
- * Primary Authors : Steffen Weber     */
-
-
-
-enum AliFlatESDSpecialConstructorFlag{AliFlatESDReinitialize};
-
-typedef enum AliFlatESDSpecialConstructorFlag AliFlatESDSpecialConstructorFlag;
-
-
-#endif
index 24d05fad3d87d0c0b0396f77845a3958acf63afc..9c2a487572381ec088b14513c056964fb66927cd 100644 (file)
@@ -48,7 +48,7 @@ AliFlatESDTrack::AliFlatESDTrack() :
 {
 }
 
-AliFlatESDTrack::AliFlatESDTrack( AliVVConstructorReinitialisationFlag f )
+AliFlatESDTrack::AliFlatESDTrack( AliVConstructorReinitialisationFlag f )
   :
   AliVVtrack( f ),
   fTrackParamMask(fTrackParamMask ),
index 176d038f025dc0130e73319e4043fc91123df2d0..59e47d234474da909a88821cc8d4d75f14f527b0 100644 (file)
@@ -17,7 +17,7 @@ Op - Track parameters estimated at the point of maximal radial coordinate reache
 */
 
 #include "Rtypes.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 #include "AliVVtrack.h"
 #include "AliFlatExternalTrackParam.h"
 
@@ -33,8 +33,8 @@ class AliFlatESDTrack :public AliVVtrack {
   ~AliFlatESDTrack() {}  
 
   // constructor and method for reinitialisation of virtual table
-  AliFlatESDTrack( AliVVConstructorReinitialisationFlag );
-  void Reinitialize() { new (this) AliFlatESDTrack( AliVVReinitialize ); }
+  AliFlatESDTrack( AliVConstructorReinitialisationFlag );
+  void Reinitialize() { new (this) AliFlatESDTrack( AliVReinitialize ); }
 
   // --------------------   AliVVtrack interface    ---------------------------------
 
index e692263a0dd8a976b65a30ccbc087a271b217beb..9ce9e3b194da5e3b1edb7442d9dd389857501e0d 100644 (file)
@@ -13,7 +13,7 @@
 */
 
 #include "Rtypes.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 #include <string>
 
 class AliFlatESDTrigger{
@@ -26,7 +26,7 @@ class AliFlatESDTrigger{
   ~AliFlatESDTrigger();
 
   // constructor and method for reinitialisation of virtual table
-  AliFlatESDTrigger( AliVVConstructorReinitialisationFlag );
+  AliFlatESDTrigger( AliVConstructorReinitialisationFlag );
   void Reinitialize() const {} // no virtual table - do nothing
 
   // --------------------------------------------------------------------------------
@@ -87,7 +87,7 @@ inline AliFlatESDTrigger::~AliFlatESDTrigger()
   // Destructor  
 }
 
-inline AliFlatESDTrigger::AliFlatESDTrigger( AliVVConstructorReinitialisationFlag ) :
+inline AliFlatESDTrigger::AliFlatESDTrigger( AliVConstructorReinitialisationFlag ) :
   fContentSize(fContentSize),
   fTriggerIndex(fTriggerIndex)
 {
index 61df695dd4bbc7836d0faca7471088d768c31973..da827c1404eef700bdce00780242adeb91a7b73b 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "Rtypes.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 
 class AliFlatESDV0
 {
@@ -22,7 +22,7 @@ class AliFlatESDV0
   ~AliFlatESDV0(){}
  
   // constructor and method for reinitialisation of virtual table
-  AliFlatESDV0( AliVVConstructorReinitialisationFlag ): fNegTrackID(fNegTrackID), fPosTrackID(fPosTrackID) {}
+  AliFlatESDV0( AliVConstructorReinitialisationFlag ): fNegTrackID(fNegTrackID), fPosTrackID(fPosTrackID) {}
   void Reinitialize() const {} // no virtual table - do nothing
  
   //--
index bd1c64a0ccecdd9acf4929c33d7ae6a4e22952ac..a13299ef710a49fe653bb718e29e34cfe11781cd 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "Rtypes.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 #include "AliESDVertex.h"
 
 struct AliFlatESDVertex
@@ -21,7 +21,7 @@ struct AliFlatESDVertex
  ~AliFlatESDVertex() {}
 
   // constructor and method for reinitialisation of virtual table
-  AliFlatESDVertex( AliVVConstructorReinitialisationFlag );
+  AliFlatESDVertex( AliVConstructorReinitialisationFlag );
   void Reinitialize() const {} // no virtual table - do nothing
 
   //--
@@ -109,7 +109,7 @@ fChi2(0)
   for( int i=0; i<6; i++) fCov[i] = -9999;
 }
 
-inline AliFlatESDVertex::AliFlatESDVertex( AliVVConstructorReinitialisationFlag ): 
+inline AliFlatESDVertex::AliFlatESDVertex( AliVConstructorReinitialisationFlag ): 
 fNContributors(fNContributors), 
 fChi2(fChi2)
 {
index a6401a9fc10c00e7bdb4333ac9d108023abb8ec0..463fdc1764d66d09ac3404f5b3fdbfa10965d33c 100644 (file)
  */
 
 #include "Rtypes.h"
-#include "AliVVcluster.h"
-#include "AliFlatESDMisc.h"
+#include "AliVMisc.h"
 
-class AliFlatTPCCluster: public AliVVcluster
+class AliFlatTPCCluster
 {
   public:
 
@@ -29,9 +28,7 @@ class AliFlatTPCCluster: public AliVVcluster
   void SetCharge(UShort_t charge)  {fCharge = charge;}
   void SetQMax(UShort_t qmax)      {fQMax = qmax;}
   
-  void Reinitialize(){
-    new (this) AliFlatTPCCluster(AliFlatESDReinitialize);
-  }
+  void Reinitialize(){} // do nothing
 
   Float_t  GetX()       const      {return fX;}
   Float_t  GetY()       const      {return fY;}
@@ -52,7 +49,7 @@ class AliFlatTPCCluster: public AliVVcluster
   
   private:
 
- AliFlatTPCCluster(AliFlatESDSpecialConstructorFlag f): AliVVcluster(f),fX(fX),fY(fY),fZ(fZ),fPadRow(fPadRow),fSigmaY2(fSigmaY2),fSigmaZ2(fSigmaZ2),fCharge(fCharge),fQMax(fQMax){}
+ AliFlatTPCCluster(AliVConstructorReinitialisationFlag ): fX(fX),fY(fY),fZ(fZ),fPadRow(fPadRow),fSigmaY2(fSigmaY2),fSigmaZ2(fSigmaZ2),fCharge(fCharge),fQMax(fQMax){}
 
   Float_t fX;       // X coordinate in local coordinates
   Float_t fY;       // Y coordinate in local coordinates
index 4fedd1030f22c675531166b8424d05875d5d4ebf..da7c3b0cc5fe64d59e71c700bf7819cfe481cd86 100644 (file)
@@ -3,13 +3,6 @@
 set ( SRCS  
     STEERBase/AliVVevent.cxx
     STEERBase/AliVVtrack.cxx
-    STEERBase/AliVVfriendEvent.cxx
-    STEERBase/AliVVfriendTrack.cxx
-    STEERBase/AliVVkink.cxx
-    STEERBase/AliVVcluster.cxx
-    STEERBase/AliVVtrackPointArray.cxx
-    STEERBase/AliVVtrackPoint.cxx
-    STEERBase/AliVVTPCseed.cxx
     STEERBase/AliVParticle.cxx 
     STEERBase/AliVTrack.cxx 
     STEERBase/AliEventplane.cxx 
index 3cd90b653e7e5826bdf91bf3cadd10c8252142b3..c4e96b6cb3c0570c1f10572bcc52666d131f1a2f 100644 (file)
@@ -44,7 +44,7 @@ AliESDfriend::AliESDfriend(): TObject(), fTracks("AliESDfriendTrack",1),
 
 AliESDfriend::AliESDfriend(const AliESDfriend &f) :
   TObject(f),
-  AliVVfriendEvent(),
+  AliVfriendEvent(),
   fTracks(f.fTracks),
   fESDVZEROfriend(f.fESDVZEROfriend ? new AliESDVZEROfriend(*f.fESDVZEROfriend) : NULL),
   fESDTZEROfriend(f.fESDTZEROfriend ? new AliESDTZEROfriend(*f.fESDTZEROfriend) : NULL),
index 2284cd6b261e8f4226ca72ba1390505780d24efd..78d7e6b4003b7df7365facb22f3ab9ca6f1ad777 100644 (file)
 #include <TClonesArray.h>
 
 #include "AliESDfriendTrack.h"
-#include "AliVVfriendEvent.h"
+#include "AliVfriendEvent.h"
 
 class AliESDVZEROfriend;
 class AliESDTZEROfriend;
 
 //_____________________________________________________________________________
-class AliESDfriend : public TObject, public AliVVfriendEvent {
+class AliESDfriend : public TObject, public AliVfriendEvent {
 public:
   AliESDfriend();
   AliESDfriend(const AliESDfriend &);
index d21b83e3702a79fb37cb24bb792bd18ce70712e6..fc6a345a59626febd7a7095377f4c22518d531ba 100644 (file)
@@ -23,7 +23,7 @@
 #include "TObjArray.h"
 #include "TClonesArray.h"
 #include "AliKalmanTrack.h"
-#include "AliVVTPCseed.h"
+#include "AliVTPCseed.h"
 
 ClassImp(AliESDfriendTrack)
 
@@ -61,7 +61,7 @@ fTRDIn(0)
 
 AliESDfriendTrack::AliESDfriendTrack(const AliESDfriendTrack &t): 
 TObject(t),
-AliVVfriendTrack(),
+AliVfriendTrack(),
 f1P(t.f1P),
 fnMaxITScluster(t.fnMaxITScluster),
 fnMaxTPCcluster(t.fnMaxTPCcluster),
@@ -152,9 +152,9 @@ TObject * AliESDfriendTrack::GetCalibObject(Int_t index) const {
 
 Int_t AliESDfriendTrack::GetTPCseed( AliTPCseed &seed) const {
   TObject* calibObject = NULL;
-  AliVVTPCseed* seedP = NULL;
+  AliVTPCseed* seedP = NULL;
   for (Int_t idx = 0; (calibObject = GetCalibObject(idx)); ++idx) {
-    if ((seedP = dynamic_cast<AliVVTPCseed*>(calibObject))) {
+    if ((seedP = dynamic_cast<AliVTPCseed*>(calibObject))) {
       seedP->CopyToTPCseed( seed );
       return 0;
     }
index 56a950c631bca451fe72b8b5eb06ef6e640d6b06..d20701d8ab4000af1267665dc24a82b5f9b539f7 100644 (file)
@@ -10,7 +10,7 @@
 #include <TObject.h>
 #include <TClonesArray.h>
 #include <AliExternalTrackParam.h>
-#include "AliVVfriendTrack.h"
+#include "AliVfriendTrack.h"
 #include "AliTrackPointArray.h"
 
 class AliKalmanTrack;
@@ -19,7 +19,7 @@ class AliTPCseed;
 
 
 //_____________________________________________________________________________
-class AliESDfriendTrack : public TObject, public AliVVfriendTrack {
+class AliESDfriendTrack : public TObject, public AliVfriendTrack {
 public:
   enum {
     kMaxITScluster=12,
@@ -70,7 +70,7 @@ public:
   void SetSkipBit(Bool_t skip){SetBit(23,skip);}
   Bool_t TestSkipBit() {return TestBit(23);}
 
-  // VVfriendTrack interface
+  // VfriendTrack interface
 
   Int_t GetTPCseed( AliTPCseed &) const;
 
index 7435da669835e01f3597dce17ef4d744905eacd7..92cc38720b1859c326d955b17184d15bc8c84569 100644 (file)
 #include <TObject.h>
 #include "AliExternalTrackParam.h"
 #include <TPDGCode.h>
-#include "AliVVkink.h"
 
 class AliESDtrack;
 
-class AliESDkink : public TObject, public AliVVkink {
+class AliESDkink : public TObject {
 public:
   AliESDkink();             //constructor
   AliESDkink(const AliESDkink &source);             //constructor
index 40dfa6326bee97c8fabb69d8679d8cf6a85c3c94..3b507418e645fc33ae62728f765d8150ad0fd208 100644 (file)
@@ -220,7 +220,7 @@ Bool_t AliTrackPointArray::AddPoint(Int_t i, const AliTrackPoint *p)
 
 
 //______________________________________________________________________________
-Bool_t AliTrackPointArray::GetPoint(AliVVtrackPoint &p, Int_t i) const
+Bool_t AliTrackPointArray::GetPoint(AliTrackPoint &p, Int_t i) const
 {
   // Get the point at position i
   //
@@ -433,7 +433,7 @@ void AliTrackPoint::GetXYZ(Float_t *xyz, Float_t *cov) const
 }
 
 //______________________________________________________________________________
-Float_t AliTrackPoint::GetResidual(const AliVVtrackPoint &p, Bool_t weighted) const
+Float_t AliTrackPoint::GetResidual(const AliTrackPoint &p, Bool_t weighted) const
 {
   // This method calculates the track to space-point residuals. The track
   // interpolation is also stored as AliTrackPoint. Using the option
@@ -478,7 +478,7 @@ Float_t AliTrackPoint::GetResidual(const AliVVtrackPoint &p, Bool_t weighted) co
 }
 
 //_____________________________________________________________________________
-Bool_t AliTrackPoint::GetPCA(const AliVVtrackPoint &p, AliVVtrackPoint &out) const
+Bool_t AliTrackPoint::GetPCA(const AliTrackPoint &p, AliTrackPoint &out) const
 {
   //
   // Get the intersection point between this point and
index cdacbb2bb07eafd0890f3294af2eaa3c42262c22..9025df0c162727d11a0670cc6d6abb7e0e29836a 100644 (file)
 
 #include <TObject.h>
 #include <TMatrixDSym.h>
-#include "AliVVtrackPointArray.h"
-#include "AliVVtrackPoint.h"
 #include "Rtypes.h"
 
 class TGeoRotation;
 
-class AliTrackPoint : public AliVVtrackPoint, public TObject {
+class AliTrackPoint : public TObject {
 
  public:
   AliTrackPoint();
@@ -54,8 +52,8 @@ class AliTrackPoint : public AliVVtrackPoint, public TObject {
   Int_t    GetClusterType() const { return fClusterType;}
   Bool_t   IsExtra() const { return fIsExtra;}
 
-  Float_t  GetResidual(const AliVVtrackPoint &p, Bool_t weighted = kFALSE) const;
-  Bool_t   GetPCA(const AliVVtrackPoint &p, AliVVtrackPoint &out) const;
+  Float_t  GetResidual(const AliTrackPoint &p, Bool_t weighted = kFALSE) const;
+  Bool_t   GetPCA(const AliTrackPoint &p, AliTrackPoint &out) const;
 
   Float_t  GetAngle() const;
   Bool_t   GetRotMatrix(TGeoRotation& rot) const;
@@ -91,7 +89,7 @@ class AliTrackPoint : public AliVVtrackPoint, public TObject {
 //   cvetan.cheshkov@cern.ch 3/11/2005                                      //
 //////////////////////////////////////////////////////////////////////////////
 
-class AliTrackPointArray : public TObject, public AliVVtrackPointArray {
+class AliTrackPointArray : public TObject {
 
  public:
 
@@ -106,7 +104,7 @@ class AliTrackPointArray : public TObject, public AliVVtrackPointArray {
 
   Int_t     GetNPoints() const { return fNPoints; }
   Int_t     GetCovSize() const { return fSize; }
-  Bool_t    GetPoint(AliVVtrackPoint &p, Int_t i) const;
+  Bool_t    GetPoint(AliTrackPoint &p, Int_t i) const;
   // Getters for fast access to the coordinate arrays
   const Float_t*  GetX() const { return &fX[0]; }
   const Float_t*  GetY() const { return &fY[0]; }
index 3b21a32b31da0ad1aed2f39d6bd2acea78db2800..c835dcd6fa75a220eaab356824dd24e132ab8a25 100644 (file)
@@ -54,14 +54,14 @@ Bool_t AliHLTTestInputHandler::BeginEvent(Long64_t)
 }     
 
 //______________________________________________________________________________
-Bool_t AliHLTTestInputHandler::InitTaskInputData(AliVVevent* esdEvent, AliVVfriendEvent* friendEvent, TObjArray* arrTasks) {
+Bool_t AliHLTTestInputHandler::InitTaskInputData(AliVVevent* esdEvent, AliVfriendEvent* friendEvent, TObjArray* arrTasks) {
 
 // Method to propagte to all the connected tasks the HLT event.
 // The method gets the list of tasks from the manager
 
   Printf("----> AliHLTTestInputHandler::InitTaskInpuData: Setting the event...");
   SetVVEvent(esdEvent);
-  SetVVFriendEvent(friendEvent);
+  SetVFriendEvent(friendEvent);
   // set transient pointer to event inside tracks
   fEvent->ConnectTracks();
   Printf("----> AliHLTTestInputHandler::InitTaskInpuData: ...Event set");
index 35258d7155c924b177134dbb5a3f9b6baef378e5..b24ec0cee6b87e7af2402572517948981f17c7ae 100644 (file)
@@ -14,7 +14,7 @@
 
 class TObjArray;
 class AliVVevent;
-class AliVVfriendevent;
+class AliVfriendevent;
 
 class AliHLTTestInputHandler : public AliVEventHandler {
 
@@ -38,21 +38,21 @@ class AliHLTTestInputHandler : public AliVEventHandler {
     virtual Bool_t TerminateIO() {return kTRUE;}
 
     // Especially needed for HLT
-    Bool_t InitTaskInputData(AliVVevent* /*esdEvent*/, AliVVfriendEvent* /*friendEvent*/, TObjArray* /*arrTasks*/);
+    Bool_t InitTaskInputData(AliVVevent* /*esdEvent*/, AliVfriendEvent* /*friendEvent*/, TObjArray* /*arrTasks*/);
 
     AliVEvent* GetEvent() const {return NULL;}
     AliVVevent* GetVVEvent() const {return fEvent;}
     void  SetVVEvent(AliVVevent *event) {fEvent = event;}
 
-    AliVVfriendEvent* GetVVFriendEvent() const {return fFriendEvent;}
-    void  SetVVFriendEvent(AliVVfriendEvent *friendEvent) {fFriendEvent = friendEvent;}
+    AliVfriendEvent* GetVFriendEvent() const {return fFriendEvent;}
+    void  SetVFriendEvent(AliVfriendEvent *friendEvent) {fFriendEvent = friendEvent;}
       
  private:
     AliHLTTestInputHandler(const AliVEventHandler& handler);             
     AliHLTTestInputHandler& operator=(const AliVEventHandler& handler);  
     
     AliVVevent       *fEvent;          //! Pointer to the event
-    AliVVfriendEvent *fFriendEvent;    //! Pointer to the friend event
+    AliVfriendEvent *fFriendEvent;    //! Pointer to the friend event
 
     ClassDef(AliHLTTestInputHandler, 1);
 };
index 56725de327787e00697481184c6a588c9114fce6..15b1f5e6544344276f0c2ffce136401e6bd24ab7 100644 (file)
@@ -21,7 +21,7 @@
 #include "TMath.h"
 
 #include "AliVTrack.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 const Double_t kVeryBig=1./kAlmost0;
 const Double_t kMostProbablePt=0.35;
 
@@ -44,8 +44,8 @@ class AliExternalTrackParam: public AliVTrack {
   AliExternalTrackParam(Double_t xyz[3],Double_t pxpypz[3],
                        Double_t cv[21],Short_t sign);
   // constructor for reinitialisation of vtable
-  AliExternalTrackParam( AliVVConstructorReinitialisationFlag f) :AliVTrack(f), fX(), fAlpha(){}
-  void Reinitialize() { new (this) AliExternalTrackParam( AliVVReinitialize ); }
+  AliExternalTrackParam( AliVConstructorReinitialisationFlag f) :AliVTrack(f), fX(), fAlpha(){}
+  void Reinitialize() { new (this) AliExternalTrackParam( AliVReinitialize ); }
 
   virtual ~AliExternalTrackParam(){}
   void CopyFromVTrack(const AliVTrack *vTrack);
index 961957e035fa6b6235069d08ad3ae775a117dd81..cdfe54d700709b051c9a884aef01d531549355e2 100644 (file)
@@ -40,7 +40,7 @@ class AliVEvent : public TObject, virtual public AliVVevent {
   UInt_t    GetTimeStamp()     const { return 0; }
   UInt_t    GetEventSpecie() const { return 0; }
   ULong64_t GetTriggerMaskNext50() const { return 0; }
-  AliVVfriendEvent* FindFriend() const { return 0; }
+  AliVfriendEvent* FindFriend() const { return 0; }
 
   Int_t GetNumberOfKinks() const { return 0; }
 
index b0e80a009c937d7e96b0f0a0b796cb1b9aefa057..f3d77130609c984978465655132046b6c054596f 100644 (file)
@@ -16,7 +16,7 @@ class TTree;
 class TObjArray;
 class AliVVevent;
 class AliVEvent;
-class AliVVfriendEvent;
+class AliVfriendEvent;
 
 class AliVEventHandler : public TNamed {
 
@@ -64,10 +64,10 @@ enum EEventHandlerFlags {
     virtual TList        *GetUserInfo() const {return 0x0;};
 
     // HLT
-    virtual Bool_t              InitTaskInputData(AliVVevent* /*event*/, AliVVfriendEvent* /*esdFriend*/, TObjArray* /*arrTasks*/) {return kTRUE;};
+    virtual Bool_t              InitTaskInputData(AliVVevent* /*event*/, AliVfriendEvent* /*esdFriend*/, TObjArray* /*arrTasks*/) {return kTRUE;};
     virtual AliVEvent*          GetEvent() const {return 0x0;};
     virtual AliVVevent*         GetVVEvent() const {return 0x0;};
-    virtual AliVVfriendEvent*   GetVVFriendEvent() const {return 0x0;};
+    virtual AliVfriendEvent*   GetVFriendEvent() const {return 0x0;};
 
  private :
   ClassDef(AliVEventHandler, 1);
similarity index 52%
rename from STEER/STEERBase/AliVVMisc.h
rename to STEER/STEERBase/AliVMisc.h
index 9c1ade9ea064e1448059eb5747e3d85f7eaaa78f..aa8e12c0d23841ee66bb42fad3d3d77cd604f1de 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALIVVMISC_H
-#define ALIVVMISC_H
+#ifndef ALIVMISC_H
+#define ALIVMISC_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               *
@@ -7,9 +7,9 @@
 
 
 
-enum AliVVConstructorReinitialisationFlag{AliVVReinitialize};
+enum AliVConstructorReinitialisationFlag{AliVReinitialize};
 
-typedef enum AliVVConstructorReinitialisationFlag AliVVConstructorReinitialisationFlag;
+typedef enum AliVConstructorReinitialisationFlag AliVConstructorReinitialisationFlag;
 
 
 #endif
index 65f8044baa1154665d55813fe3549df2ecf6fcaf..19ba86cca8017965eb87262157c5eb9c84cfc31a 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <Rtypes.h>
 #include <TObject.h>
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 
 #include <float.h>
 
@@ -31,7 +31,7 @@ public:
   AliVParticle& operator=(const AliVParticle& vPart);
 
   // constructor for reinitialisation of vtable
-  AliVParticle( AliVVConstructorReinitialisationFlag ) :TObject(*this){}
+  AliVParticle( AliVConstructorReinitialisationFlag ) :TObject(){}
 
   // kinematics
   virtual Double_t Px() const = 0;
similarity index 68%
rename from STEER/STEERBase/AliVVTPCseed.h
rename to STEER/STEERBase/AliVTPCseed.h
index ee2a340a22e229226f54b0751f23927cc62c0752..1dc4999058a632d6da1e137dc81ff8587f6008e9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALIVVTPCSEED_H
-#define ALIVVTPCSEED_H
+#ifndef ALIVTPCSEED_H
+#define ALIVTPCSEED_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               *
@@ -8,12 +8,11 @@
 #include "Rtypes.h"
 class AliTPCseed;
 
-class AliVVTPCseed {
+class AliVTPCseed {
   public:
-  AliVVTPCseed() {}
-  virtual ~AliVVTPCseed() {}
+  AliVTPCseed() {}
+  virtual ~AliVTPCseed() {}
   virtual void CopyToTPCseed( AliTPCseed &) const = 0;
-  //ClassDef(AliVVTPCseed, 0);
 };
 
 #endif
index bb79f465f3ee06545a917e4a41687b6548d6dd64..fcc7f50fc87a8b8579f2047e345622fcee29aac4 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "AliVParticle.h"
 #include "AliPID.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 
 class AliVEvent;
 class AliVVertex;
@@ -71,7 +71,7 @@ public:
   AliVTrack(const AliVTrack& vTrack); 
   AliVTrack& operator=(const AliVTrack& vTrack);
   // constructor for reinitialisation of vtable
-  AliVTrack( AliVVConstructorReinitialisationFlag f) :AliVParticle(f){}
+  AliVTrack( AliVConstructorReinitialisationFlag f) :AliVParticle(f){}
 
   virtual const AliVEvent* GetEvent() const {return 0;}
   virtual Int_t    GetID() const = 0;
diff --git a/STEER/STEERBase/AliVVTPCseed.cxx b/STEER/STEERBase/AliVVTPCseed.cxx
deleted file mode 100644 (file)
index 88804e3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "AliVVTPCseed.h"
diff --git a/STEER/STEERBase/AliVVTRDseed.cxx b/STEER/STEERBase/AliVVTRDseed.cxx
deleted file mode 100644 (file)
index 16ad7e3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "AliVVTRDseed.h"
diff --git a/STEER/STEERBase/AliVVTRDseed.h b/STEER/STEERBase/AliVVTRDseed.h
deleted file mode 100644 (file)
index a835fba..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef ALIVVTRDSEED_H
-#define ALIVVTRDSEED_H
-
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               *
- * Primary Author: Mikolaj Krzewicki, mkrzewic@cern.ch
- */
-
-class AliVVTRDseed {
-  public:
-  AliVVTRDseed();
-  virtual ~AliVVTRDseed();
-  //ClassDef(AliVVTRDseed, 0);
-};
-
-#endif
diff --git a/STEER/STEERBase/AliVVcluster.cxx b/STEER/STEERBase/AliVVcluster.cxx
deleted file mode 100644 (file)
index 3f1f9ff..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "AliVVcluster.h"
diff --git a/STEER/STEERBase/AliVVcluster.h b/STEER/STEERBase/AliVVcluster.h
deleted file mode 100644 (file)
index a4a0a25..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef ALIVVCLUSTER_H
-#define ALIVVCLUSTER_H
-
-#include "Rtypes.h"
-
-class AliVVcluster
-{
-  public:
-  AliVVcluster() {}
-  AliVVcluster(Bool_t) {}
-  virtual ~AliVVcluster() {}
-  virtual void SetX(Float_t /*x*/)             {}
-  virtual void SetY(Float_t /*y*/)             {}
-  virtual void SetZ(Float_t /*z*/)             {}
-  virtual void SetPadRow(Short_t /*padrow*/)   {}
-  virtual void SetSigmaY2(Float_t /*sigmaY2*/) {}
-  virtual void SetSigmaZ2(Float_t /*sigmaZ2*/) {}
-  virtual void SetCharge(UShort_t /*charge*/)  {}
-  virtual void SetQMax(UShort_t /*qmax*/)      {}
-
-  virtual Float_t  GetX()       const      {return 0.;}
-  virtual Float_t  GetY()       const      {return 0.;}
-  virtual Float_t  GetZ()       const      {return 0.;}
-  virtual UShort_t GetPadRow()  const      {return 0;}
-  virtual Float_t  GetSigmaY2() const      {return 0.;}
-  virtual Float_t  GetSigmaZ2() const      {return 0.;}
-  virtual UShort_t GetCharge()  const      {return 0;}
-  virtual UShort_t GetQMax()    const      {return 0;}
-};
-#endif
index 54038a4f680d08822fd132d877d1cf70307b8235..b05edcdb31437c73cc2db2d0fe8fefa26a7ff95a 100644 (file)
  */
 #include "Rtypes.h"
 #include "TString.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 
 class TList;
 //class AliVVvertex;
 class AliVVtrack;
 class AliMultiplicity;
-class AliVVfriendEvent;
+class AliVfriendEvent;
 class AliESDkink;
 class TTree;
 
@@ -29,7 +29,7 @@ class AliVVevent{
   AliVVevent() {}
 
   // constructor and method for reinitialisation of virtual table
-  AliVVevent( AliVVConstructorReinitialisationFlag ){}  
+  AliVVevent( AliVConstructorReinitialisationFlag ){}  
 
  protected:
 
@@ -79,7 +79,7 @@ class AliVVevent{
   virtual AliESDkink* GetKink(Int_t /*i*/) const = 0;
   //virtual AliVVtrack* GetV0(Int_t /*i*/) const = 0;
 
-  virtual AliVVfriendEvent* FindFriend() const = 0;
+  virtual AliVfriendEvent* FindFriend() const = 0;
 
  
   // some ESD interfaces, not yet implemented in flat esd (may be not needed, may be need some changes)
diff --git a/STEER/STEERBase/AliVVfriendEvent.cxx b/STEER/STEERBase/AliVVfriendEvent.cxx
deleted file mode 100644 (file)
index f322c5a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "AliVVfriendEvent.h"
diff --git a/STEER/STEERBase/AliVVfriendTrack.cxx b/STEER/STEERBase/AliVVfriendTrack.cxx
deleted file mode 100644 (file)
index 0fd2553..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "AliVVfriendTrack.h"
diff --git a/STEER/STEERBase/AliVVfriendTrack.h b/STEER/STEERBase/AliVVfriendTrack.h
deleted file mode 100644 (file)
index 10a736f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#ifndef ALIVVFRIENDTRACK_H
-#define ALIVVFRIENDTRACK_H
-
-//_____________________________________________________________________________
-#include "AliVVMisc.h"
-
-#include "Rtypes.h"
-class AliTPCseed;
-class AliVVtrackPointArray;
-
-//_____________________________________________________________________________
-class AliVVfriendTrack {
-public:
-
-  AliVVfriendTrack(){}
-  // constructor for reinitialisation of vtable
-  AliVVfriendTrack( AliVVConstructorReinitialisationFlag ){}
-
-  virtual ~AliVVfriendTrack(){}
-
-  //used in calibration
-  
-  virtual Int_t GetTPCseed( AliTPCseed &) const = 0;
-  //virtual const AliVVtrackPointArray *GetTrackPointArray() const {return NULL;}
-  //virtual const AliVVtrack * GetITSOut() const {return NULL;} 
-  //virtual const AliVVtrack * GetTPCOut() const {return  NULL;} 
-  //virtual const AliVVtrack * GetTRDIn()  const {return NULL;} 
-  // virtual TObject* GetCalibObject(Int_t /*index*/) const = 0;
-
-private: 
-  AliVVfriendTrack(const AliVVfriendTrack &);
-  AliVVfriendTrack& operator=(const AliVVfriendTrack& esd);  
-
-  //ClassDef(AliVVfriendTrack,0);
-};
-
-#endif
-
-
diff --git a/STEER/STEERBase/AliVVkink.cxx b/STEER/STEERBase/AliVVkink.cxx
deleted file mode 100644 (file)
index 025183a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* $Id$ */
-
-/**************************************************************************
- * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- *                                                                        *
- * Author: The ALICE Off-line Project.                                    *
- * Contributors are mentioned in the code where appropriate.              *
- *                                                                        *
- * Permission to use, copy, modify and distribute this software and its   *
- * documentation strictly for non-commercial purposes is hereby granted   *
- * without fee, provided that the above copyright notice appears in all   *
- * copies and that both the copyright notice and this permission notice   *
- * appear in the supporting documentation. The authors make no claims     *
- * about the suitability of this software for any purpose. It is          *
- * provided "as is" without express or implied warranty.                  *
- **************************************************************************/
-
-#include "AliVVkink.h"
-
-
diff --git a/STEER/STEERBase/AliVVkink.h b/STEER/STEERBase/AliVVkink.h
deleted file mode 100644 (file)
index a85ff05..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef ALIVVkink_H
-#define ALIVVkink_H
-
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               *
- * Primary Authors : Sergey Gorbunov, Jochen Thaeder, Chiara Zampolli     */
-
-/**
- * >> interface class <<
- */
-
-class AliVVkink
-{
-  public:
-  virtual ~AliVVkink() {}
-
-  //  ClassDef(AliVVkink, 0)  // base class for kink data
-
-};
-
-#endif
index c04ab6c1d727e57feadfabeab63e98fa33bcaa05..36efe69b706b26df3767f5f6f6937219f00cab03 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "Rtypes.h"
-#include "AliVVMisc.h"
+#include "AliVMisc.h"
 class AliExternalTrackParam;
 
 class AliVVtrack {
@@ -21,8 +21,8 @@ class AliVVtrack {
   virtual ~AliVVtrack() {}
 
   // constructor and method for reinitialisation of virtual table
-  AliVVtrack( AliVVConstructorReinitialisationFlag ) {}
-  void Reinitialize() { new (this) AliVVtrack( AliVVReinitialize ); }
+  AliVVtrack( AliVConstructorReinitialisationFlag ) {}
+  void Reinitialize() { new (this) AliVVtrack( AliVReinitialize ); }
 
  // --------------------------------------------------------------------------------
 
diff --git a/STEER/STEERBase/AliVVtrackPoint.cxx b/STEER/STEERBase/AliVVtrackPoint.cxx
deleted file mode 100644 (file)
index c02bb35..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "AliVVtrackPoint.h"
-
diff --git a/STEER/STEERBase/AliVVtrackPoint.h b/STEER/STEERBase/AliVVtrackPoint.h
deleted file mode 100644 (file)
index e09abbe..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-#ifndef ALIVVTRACKPOINT_H
-#define ALIVVTRACKPOINT_H
-
-#include "Rtypes.h"
-class TGeoRotation;
-class AliTrackPoint;
-
-
-class AliVVtrackPoint {
-  public:
-  AliVVtrackPoint() {}
-  virtual ~AliVVtrackPoint() {}
-
-
-  virtual void     SetXYZ(Float_t /*x*/, Float_t /*y*/, Float_t /*z*/, const Float_t *cov = 0) {if (cov) return;}
-  virtual void     SetXYZ(const Float_t* /*xyz*/, const Float_t *cov = 0) {if (cov) return;}
-  virtual void     SetCov(const Float_t* /*cov*/) {}
-  virtual void     SetVolumeID(UShort_t /*volid*/) {}
-  virtual void     SetCharge(Float_t /*charge*/) {}
-  virtual void     SetDriftTime(Float_t /*time*/) {}
-  virtual void     SetChargeRatio(Float_t /*ratio*/) {}
-  virtual void     SetClusterType(Int_t /*clutype*/) {}
-  virtual void     SetExtra(Bool_t flag=kTRUE) {if (flag) return;}
-
-  virtual Float_t  GetX() const { return 0.; }
-  virtual Float_t  GetY() const { return 0.; }
-  virtual Float_t  GetZ() const { return 0.; }
-  virtual void     GetXYZ(Float_t* /*xyz*/, Float_t* cov = 0) const {if (cov) return;}
-  virtual const Float_t* GetCov() const { return NULL; }
-  virtual UShort_t GetVolumeID() const { return 0; }
-  virtual Float_t  GetCharge() const { return 0.; }
-  virtual Float_t  GetDriftTime() const { return 0.;}
-  virtual Float_t  GetChargeRatio() const { return 0.;}
-  virtual Int_t    GetClusterType() const { return 0;}
-  virtual Bool_t   IsExtra() const { return kFALSE;}
-
-  virtual Float_t  GetResidual(const AliVVtrackPoint& /*p*/, Bool_t weighted = kFALSE) const {if (weighted) return 0.; else return 0.;}
-  virtual Bool_t   GetPCA(const AliVVtrackPoint& /*p*/, AliVVtrackPoint& /*out*/) const {return kFALSE;}
-
-  virtual Float_t  GetAngle() const {return 0.;}
-  virtual Bool_t   GetRotMatrix(TGeoRotation& /*rot*/) const {return kFALSE;}
-  //virtual void SetAlignCovMatrix(const TMatrixDSym& /*alignparmtrx*/) {}
-
-  //virtual AliTrackPoint& Rotate(Float_t /*alpha*/) const {return *this;}
-  //virtual AliTrackPoint& MasterToLocal() const {return *this;}
-
-  virtual void     Print(Option_t*) const {}
-
-  //ClassDef(AliVVtrackPoint, 0);
-};
-
-#endif
diff --git a/STEER/STEERBase/AliVVtrackPointArray.cxx b/STEER/STEERBase/AliVVtrackPointArray.cxx
deleted file mode 100644 (file)
index eee8102..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "AliVVtrackPointArray.h"
-
diff --git a/STEER/STEERBase/AliVVtrackPointArray.h b/STEER/STEERBase/AliVVtrackPointArray.h
deleted file mode 100644 (file)
index 9cb8c3a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef ALIVVTRACKPOINTARRAY_H
-#define ALIVVTRACKPOINTARRAY_H
-
-#include "Rtypes.h"
-
-#include "AliVVtrackPoint.h"
-
-class AliVVtrackPointArray {
-  public:
-  AliVVtrackPointArray() {}
-  virtual ~AliVVtrackPointArray() {}
-  virtual Int_t GetNPoints() const {return 0;}
-  virtual Bool_t GetPoint(AliVVtrackPoint& /*p*/, Int_t /*i*/) const =0 ;
-
-  //ClassDef(AliVVtrackPointArray, 0);
-};
-
-#endif
similarity index 50%
rename from STEER/STEERBase/AliVVfriendEvent.h
rename to STEER/STEERBase/AliVfriendEvent.h
index 6902bd0b8009dc8abba1bfa7b2a43aa053eda43f..32ec30a10e035e83419fd1bd98e5fd230695a924 100644 (file)
@@ -1,14 +1,14 @@
-#ifndef ALIVVFRIENDEVENT_H
-#define ALIVVFRIENDEVENT_H
+#ifndef ALIVFRIENDEVENT_H
+#define ALIVFRIENDEVENT_H
 
 #include "Rtypes.h"
-class AliVVfriendTrack;
+class AliVfriendTrack;
 
 //_____________________________________________________________________________
-class AliVVfriendEvent {
+class AliVfriendEvent {
 public:
-  AliVVfriendEvent() {}
-  virtual ~AliVVfriendEvent() {}
+  AliVfriendEvent() {}
+  virtual ~AliVfriendEvent() {}
 
   virtual Int_t GetNclustersTPC(UInt_t /*sector*/) const = 0;
   virtual Int_t GetNclustersTPCused(UInt_t /*sector*/) const = 0;
@@ -16,13 +16,13 @@ public:
   //used in calibration
   virtual Bool_t TestSkipBit() const = 0;
   virtual Int_t GetNumberOfTracks() const = 0;
-  virtual const AliVVfriendTrack *GetTrack(Int_t /*i*/) const = 0;
+  virtual const AliVfriendTrack *GetTrack(Int_t /*i*/) const = 0;
 
 private: 
-  AliVVfriendEvent(const AliVVfriendEvent &);
-  AliVVfriendEvent& operator=(const AliVVfriendEvent& esd);  
+  AliVfriendEvent(const AliVfriendEvent &);
+  AliVfriendEvent& operator=(const AliVfriendEvent& esd);  
 
-//  ClassDef(AliVVfriendEvent,0);
+//  ClassDef(AliVfriendEvent,0);
 };
 
 #endif
diff --git a/STEER/STEERBase/AliVfriendTrack.h b/STEER/STEERBase/AliVfriendTrack.h
new file mode 100644 (file)
index 0000000..7ce8020
--- /dev/null
@@ -0,0 +1,39 @@
+#ifndef ALIVFRIENDTRACK_H
+#define ALIVFRIENDTRACK_H
+
+//_____________________________________________________________________________
+#include "AliVMisc.h"
+
+#include "Rtypes.h"
+class AliTPCseed;
+class AliVVtrackPointArray;
+
+//_____________________________________________________________________________
+class AliVfriendTrack {
+public:
+
+  AliVfriendTrack(){}
+  // constructor for reinitialisation of vtable
+  AliVfriendTrack( AliVConstructorReinitialisationFlag ){}
+
+  virtual ~AliVfriendTrack(){}
+
+  //used in calibration
+  
+  virtual Int_t GetTPCseed( AliTPCseed &) const = 0;
+  //virtual const AliVtrackPointArray *GetTrackPointArray() const {return NULL;}
+  //virtual const AliVtrack * GetITSOut() const {return NULL;} 
+  //virtual const AliVtrack * GetTPCOut() const {return  NULL;} 
+  //virtual const AliVtrack * GetTRDIn()  const {return NULL;} 
+  // virtual TObject* GetCalibObject(Int_t /*index*/) const = 0;
+
+private: 
+  AliVfriendTrack(const AliVfriendTrack &);
+  AliVfriendTrack& operator=(const AliVfriendTrack& esd);  
+
+  //ClassDef(AliVfriendTrack,0);
+};
+
+#endif
+
+
index 3200819016d52ba9f4f7541de63a6133220b69d2..74f6a5626f195f36764d28d0ef4746b586999211 100644 (file)
 
 #pragma link C++ class AliVVevent+;
 #pragma link C++ class AliVVtrack+;
-#pragma link C++ class AliVVfriendEvent+;
-#pragma link C++ class AliVVfriendTrack+;
-#pragma link C++ class AliVVkink+;
-#pragma link C++ class AliVVcluster+;
-#pragma link C++ class AliVVtrackPointArray+;
-#pragma link C++ class AliVVtrackPoint+;
-#pragma link C++ class AliVVTPCseed+;
 
 #endif
 
index 896e91e1e18cdf587eb11d1c41aa40cb2d268e69..e742d2c61be60b02f3502b553e3c406cb6b6dab1 100644 (file)
@@ -14,8 +14,8 @@
 #include "AliVEventHandler.h"
 #include "AliTPCseed.h"
 #include "AliTPCclusterMI.h"
-#include "AliVVfriendEvent.h"
-#include "AliVVfriendTrack.h"
+#include "AliVfriendEvent.h"
+#include "AliVfriendTrack.h"
 
 #include "AliAnalysisTaskPt.h"
 
@@ -65,7 +65,7 @@ void AliAnalysisTaskPt::ConnectInputData(Option_t *)
       //fESD = dynamic_cast<AliESDEvent*>(esdH->GetEvent());
       fESD = esdH->GetVVEvent();
       if (fUseFriends){        
-       fESDfriend = esdH->GetVVFriendEvent();
+       fESDfriend = esdH->GetVFriendEvent();
       }
     }
     if (!fESD) {
@@ -170,7 +170,7 @@ void AliAnalysisTaskPt::Exec(Option_t *)
     // Friend Track loop
     for (Int_t iFriend = 0; iFriend < nESDfriendtracks; iFriend++) {
       //Printf("Getting friend %d", iFriend);
-      const AliVVfriendTrack* friendTrack = fESDfriend->GetTrack(iFriend);
+      const AliVfriendTrack* friendTrack = fESDfriend->GetTrack(iFriend);
       if (!friendTrack) {
        Printf("ERROR: Could not receive track %d", iFriend);
        continue;
index 326cf54958f7658ba9d373edfd13abeaa6cffa2f..d05fe9fa9ccde345531fa7d87e094331bf5506c2 100644 (file)
@@ -6,7 +6,7 @@
 
 class TH1F;
 class AliESDEvent;
-class AliVVfriendEvent;
+class AliVfriendEvent;
 class AliVVevent;
 class AliESDtrackCuts;
 class TList;
@@ -30,7 +30,7 @@ class AliAnalysisTaskPt : public AliAnalysisTask {
 
  private:
   AliVVevent*       fESD;                      // ESD object
-  AliVVfriendEvent* fESDfriend;                // ESD friend object
+  AliVfriendEvent* fESDfriend;                // ESD friend object
   TH1F*             fHistPt;                   // Pt spectrum
   AliESDtrackCuts*  fCuts;                     // cuts
   Int_t fEv;
index ef55a6637ef971709c747532a5b468cf9ffd5d81..4fabb13a93c6928576242c5d162a4fda45833175 100644 (file)
@@ -20,7 +20,7 @@
 #include "AliTPCtrack.h"
 #include "AliComplexCluster.h"
 #include "AliPID.h"
-#include "AliVVTPCseed.h"
+#include "AliVTPCseed.h"
 
 class TFile;
 class AliTPCParam;
@@ -31,7 +31,7 @@ class AliESD;
 class AliTPCCalPad;
 class TClonesArray;
 
-class AliTPCseed : public AliTPCtrack, public AliVVTPCseed {
+class AliTPCseed : public AliTPCtrack, public AliVTPCseed {
   public:  
      AliTPCseed();
      virtual ~AliTPCseed();