]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/AliRecInfoMaker.h
Made valid calibrations w/range 0-999999 - note oversampling is 4
[u/mrichter/AliRoot.git] / PWG1 / AliRecInfoMaker.h
index 5395f887eb5b2b9d4ec8a9e71c1f1410ace7ea4e..395cff843883d6fa8d28513e9203c8be2aeab0e0 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();
@@ -75,8 +75,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
   //