]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/AliRecInfoMaker.h
Moved from TDPMjet.
[u/mrichter/AliRoot.git] / PWG1 / AliRecInfoMaker.h
index 5395f887eb5b2b9d4ec8a9e71c1f1410ace7ea4e..de25ddb711db2933a80b0e059770da609d73231e 100644 (file)
@@ -36,11 +36,11 @@ class AliTPCseed;
 class AliRecInfoMaker {
 
 public:
-  //AliRecInfoMaker();
   AliRecInfoMaker(const char* fnGenTracks,
           const char* fnCmpRes      ="cmpTracks.root", 
           const char* fnGalice      ="galice.root",
           Int_t nEvents=1, Int_t firstEvent=0);
+  static void MakeAliases(TTree *tree); 
   virtual ~AliRecInfoMaker();
   void Reset();
   Int_t Exec();
@@ -63,6 +63,8 @@ public:
                    AliTPCParam *paramTPC);
   static AliTPCParam * GetTPCParam();
 private:
+  AliRecInfoMaker(const AliRecInfoMaker& /*info*/);
+  AliRecInfoMaker& operator=(const AliRecInfoMaker& /*info*/) {return *this;}
 
   Int_t fEventNr;                 //! current event number
   Int_t fNEvents;                 //! number of events to process
@@ -75,8 +77,8 @@ private:
   TTree *fTreeCmpV0;                //! output tree with cmp V0
   //
   char  fFnGenTracks[1000];             //! input file name with gen tracks
-  TFile *fFileGenTracks;
-  TTree *fTreeGenTracks;
+  TFile *fFileGenTracks;                //! input files with generated tracks   
+  TTree *fTreeGenTracks;           //! tree with generated tracks
   TTree *fTreeGenKinks;            // tree with gen kinks
   TTree *fTreeGenV0;            // tree with gen V0
   //