]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTagCreator.h
Optionally the log term of Rossi parameterization for mult.scattering can be
[u/mrichter/AliRoot.git] / STEER / AliTagCreator.h
index 49aa1e590a0a282e98d78a260cabcca93307f97a..cfeb6c53dee8f9e6112f12e911352990c62152ea 100644 (file)
@@ -27,7 +27,7 @@
 #include <TObject.h>
 
 class TGridResult;
-
+class TChain;
 
 //___________________________________________________________________________
 class AliTagCreator : public TObject {
@@ -39,6 +39,11 @@ class AliTagCreator : public TObject {
   //____________________________________________________//
   Bool_t MergeTags(const char* type);
   Bool_t MergeTags(const char* type, TGridResult *result);
+  Bool_t MergeTags(const char* type, const char *inflist);
+
+  Bool_t MergeTagsForRun(const char* type);
+  Bool_t MergeTagsForRun(const char* type, TGridResult *result);
+  Bool_t MergeTagsForRun(const char* type, const char *inflist);
 
   void SetSE(const char *se){fSE = se;}
   void SetStorage(Int_t storage);
@@ -46,6 +51,9 @@ class AliTagCreator : public TObject {
 
   //____________________________________________________//
  protected:
+
+  Bool_t MergeToSingleRunTag(TChain *chain, const char *filename);
+
   TString fSE;   //the defined storage element
   TString fgridpath;   //the alien location of the tag files
   Int_t fStorage;  //0:local - 1:grid