]> 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 9778235aaadf340ac8a775aa1700340cff1e8175..fe76f04ddf909f4037bb98434bc57e8d77c0c9b2 100644 (file)
@@ -34,6 +34,7 @@ class TMap;
 class TFile;
 class TGridResult;
 
+class AliGRPObject;
 
 //___________________________________________________________________________
 class AliESDTagCreator : public AliTagCreator {
@@ -42,7 +43,7 @@ class AliESDTagCreator : public AliTagCreator {
   AliESDTagCreator();
   ~AliESDTagCreator(); 
 
-  void CreateESDTags(Int_t fFirstEvent, Int_t fLastEvent, TMap *grpData);
+  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;}