]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/qaRec/AliTRDtrackInfoGen.h
fix the error calculations in generating function cumulants when weights are used
[u/mrichter/AliRoot.git] / TRD / qaRec / AliTRDtrackInfoGen.h
index af1b98c0c25b741380bf69cde342ac6e1b831846..e7d7009032e065875d43628f3b34db378d4beb3f 100644 (file)
@@ -19,9 +19,9 @@ class AliESDEvent;
 class AliMCEvent;
 class AliESDfriend;
 class AliTRDtrackInfo;
+class AliTRDeventInfo;
 class TObjArray;
 class TTreeSRedirector;
-
 class AliTRDtrackInfoGen : public AliTRDrecoTask{
 public:
 
@@ -33,16 +33,18 @@ public:
   void  Exec(Option_t *);
   void  Terminate(Option_t *);
 
+  static const Float_t xTPC;
+  static const Float_t xTOF;
+
 private:
   AliTRDtrackInfoGen(const AliTRDtrackInfoGen&);
   AliTRDtrackInfoGen& operator=(const AliTRDtrackInfoGen&);
 
-private:
-
   AliESDEvent      *fESD;                  // ESD event
   AliMCEvent       *fMC;                   // MC event
   AliESDfriend     *fESDfriend;            // ESD friends
   AliTRDtrackInfo  *fTrackInfo;            // Track info
+  AliTRDeventInfo  *fEventInfo;                   // Event info
 
   ClassDef(AliTRDtrackInfoGen, 1)          // entry to TRD analysis
 };