]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCModelTrack.h
added test macro for external interface
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCModelTrack.h
index b88e9d6ddaaaf3d73226a37fdcc843c23ed093e6..5623a70e6d836fe32331bc4060e7eac761ddc1f5 100644 (file)
@@ -1,12 +1,21 @@
 // @(#) $Id$
 // Original: AliHLTModelTrack.h,v 1.13 2004/06/15 10:26:57 hristov 
 
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//* See cxx source for full Copyright notice                               *
+
 #ifndef AliHLTTPCModel_Track
 #define AliHLTTPCModel_Track
 
 #include "AliHLTTPCTrack.h"
 #include "AliHLTTPCModels.h"
 
+/**
+ * @class AliHLTTPCModelTrack
+ *
+ * @ingroup alihlt_tpc
+ */
 class AliHLTTPCModelTrack : public AliHLTTPCTrack {
 
  public:
@@ -19,6 +28,7 @@ class AliHLTTPCModelTrack : public AliHLTTPCTrack {
   void FillModel();
   void FillTrack();
   void Print(Bool_t everything=kTRUE);
+  using AliHLTTPCTrack::Print;
   void Set(AliHLTTPCTrack *tpt);
 
   void SetPadHit(Int_t row,Float_t f);
@@ -57,9 +67,9 @@ class AliHLTTPCModelTrack : public AliHLTTPCTrack {
   void GetClusterLabel(Int_t row,Int_t *trackID);
     
  private:
-  /** not a valid copy constructor, defined according to effective C++ style */
+  /** copy constructor prohibited */
   AliHLTTPCModelTrack(const AliHLTTPCModelTrack&);
-  /** not a valid assignment op, but defined according to effective C++ style */
+  /** assignment operator prohibited */
   AliHLTTPCModelTrack& operator=(const AliHLTTPCModelTrack&);
   
   Short_t fClusterCharge; //Average cluster charge