]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDTagCreator.h
removed AliQA Object from AliRunTag
[u/mrichter/AliRoot.git] / STEER / AliESDTagCreator.h
index 75af4fd9f6a717a5237d80b7cde921a354b76f0c..fe76f04ddf909f4037bb98434bc57e8d77c0c9b2 100644 (file)
@@ -43,7 +43,7 @@ class AliESDTagCreator : public AliTagCreator {
   AliESDTagCreator();
   ~AliESDTagCreator(); 
 
-  void CreateESDTags(Int_t fFirstEvent, Int_t fLastEvent, AliGRPObject *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;}