]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDTagCreator.h
checking if the QA data object inherits from TH1 rather than isA during Checking
[u/mrichter/AliRoot.git] / STEER / AliESDTagCreator.h
index 37abe78c8e1d63338ab71bbf066f13eb7ca77621..fe76f04ddf909f4037bb98434bc57e8d77c0c9b2 100644 (file)
 #include <TSystem.h>
 class TChain;
 class TList;
+class TMap;
 
 #include <AliTagCreator.h>
 
 class TFile;
 class TGridResult;
 
+class AliGRPObject;
 
 //___________________________________________________________________________
 class AliESDTagCreator : public AliTagCreator {
@@ -41,7 +43,7 @@ class AliESDTagCreator : public AliTagCreator {
   AliESDTagCreator();
   ~AliESDTagCreator(); 
 
-  void CreateESDTags(Int_t fFirstEvent, Int_t fLastEvent, TList *grpList);
+  void CreateESDTags(Int_t fFirstEvent, Int_t fLastEvent, AliGRPObject *grpData, ULong_t * qa, Bool_t * es, Int_t qalength, Int_t eslength);
 
   void SetInactiveBranches(const char* branches) {fBranches = branches;}
 
@@ -56,8 +58,8 @@ class AliESDTagCreator : public AliTagCreator {
 
  private:
   void SwitchOffBranches() const;
-  AliESDTagCreator(const AliESDTagCreator& handler);             
-  AliESDTagCreator& operator=(const AliESDTagCreator& handler);
+  AliESDTagCreator(const AliESDTagCreator& creator);             
+  AliESDTagCreator& operator=(const AliESDTagCreator& creator);
   
   TChain *fChain; //chain of esd files
   TList  *fGUIDList; //TList of guid TObjString