]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerParam.h
New classes included
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerParam.h
index 9a7c334315670c7c58055107831ae61a18eaeca2..a9650778f1c65e6269b5f9536f6caab5329eecba 100644 (file)
 //#include "AliTrackReference.h"
 //----------------------------
 
-class AliTPCtrackerParam {
+class AliTPC;
+
+class AliTPCtrackerParam:
+  public TObject
+{
+   
   /////////////////////////////////////////////////////////////////////////
   //                                                                        
   // This class builds AliTPCtrack objects from generated tracks to feed    
@@ -44,15 +49,13 @@ class AliTPCtrackerParam {
   //                                                                        
   /////////////////////////////////////////////////////////////////////////
  public:
-  AliTPCtrackerParam(const Int_t coll=0,const Double_t Bz=0.4,const Int_t n=1,
-                    const char* evfoldname = AliConfig::fgkDefaultEventFolderName);
+  AliTPCtrackerParam(Int_t coll=0, Double_t Bz=0.4, Int_t n=1,
+                    const char* evfoldname = AliConfig::GetDefaultEventFolderName());
   virtual ~AliTPCtrackerParam();
 
   // this function performs the parameterized tracking
   //
-  AliTPCtrackerParam(const AliTPCtrackerParam  &p){
-    // dummy copy constructor
-  }
+  AliTPCtrackerParam(const AliTPCtrackerParam& p);
   //
   Int_t BuildTPCtracks(const TFile *inp, TFile *out);
   // these functions are used to create a DB of cov. matrices,