]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/Tender/AliTender.h
protection for edge centrality and bin setting
[u/mrichter/AliRoot.git] / ANALYSIS / Tender / AliTender.h
index a4850047e08ca1bd499fc14e189c209e0599deb3..dee218b96f2ddf6c6a5db50c79cc744829f0f5ad 100644 (file)
@@ -17,6 +17,9 @@
 #include "AliAnalysisTaskSE.h"
 #endif
 
+// #ifndef ALIESDINPUTHANDLER_H
+// #include "AliESDInputHandler.h"
+// #endif
 class AliCDBManager;
 class AliESDEvent;
 class AliESDInputHandler;
@@ -32,7 +35,7 @@ enum ETenderFlags {
 private:
   Int_t                     fRun;            //! Current run
   Bool_t                    fRunChanged;     //! Flag for run change.
-  ULong_t                   fCDBkey;         //! Key to unlock CDB manager
+  ULong64_t                 fCDBkey;         //! Key to unlock CDB manager
   TString                   fDefaultStorage; // Default CDB storage
   AliCDBManager            *fCDB;            //! Pointer to CDB manager
   AliESDInputHandler       *fESDhandler;     //! Pointer to ESD input handler
@@ -58,6 +61,7 @@ public:
   Bool_t                    RunChanged() const {return fRunChanged;}
   // Configuration
   void                      SetDefaultCDBStorage(const char *dbString="local://$ALICE_ROOT/OCDB");
+  void SetESDhandler(AliESDInputHandler*esdH) {fESDhandler = esdH;}
 
   // Run control
   virtual void              ConnectInputData(Option_t *option = "");
@@ -65,6 +69,6 @@ public:
 //  virtual Bool_t            Notify() {return kTRUE;}
   virtual void              UserExec(Option_t *option);
     
-  ClassDef(AliTender,3)  // Class describing the tender car for ESD analysis
+  ClassDef(AliTender,4)  // Class describing the tender car for ESD analysis
 };
 #endif