]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerParam.h
Transition to NewIO
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerParam.h
index de2f445afb3068708b9632020f24397ddcd67a48..dbf4c59c0ecb259aa682af285b0b1a3a615e2dda 100644 (file)
@@ -40,7 +40,8 @@ class AliTPCtrackerParam {
   //                                                                        
   /////////////////////////////////////////////////////////////////////////
  public:
-  AliTPCtrackerParam(const Int_t coll=0,const Double_t Bz=0.4,const Int_t n=1);
+  AliTPCtrackerParam(const Int_t coll=0,const Double_t Bz=0.4,const Int_t n=1,
+                    const char* evfoldname = AliConfig::fgkDefaultEventFolderName);
   virtual ~AliTPCtrackerParam();
 
   // this function performs the parameterized tracking
@@ -128,6 +129,8 @@ class AliTPCtrackerParam {
   //******* end of internal class ****************
   
  private:
+  TString fEvFolderName;//! name of data folder
+
   Int_t           fNevents;     // number of events in the file to be processed
   Double_t        fBz;          // value of the z component of L3 field (Tesla)
   Int_t           fColl;        // collision code (0: PbPb6000; 1: pp)