]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/AliPWG0Helper.h
added function from Christian to enable branches with new ESD format
[u/mrichter/AliRoot.git] / PWG0 / AliPWG0Helper.h
index 1e008fab2579d12950a3b5928a3cd161ed634ba2..04fb01db8aa7aaa267c1f7fd1926eaa1a5239eff 100644 (file)
@@ -13,6 +13,7 @@ class TParticle;
 class TH3;
 class AliHeader;
 class AliStack;
+class TTree;
 
 class AliPWG0Helper : public TObject
 {
@@ -33,6 +34,8 @@ class AliPWG0Helper : public TObject
     static void CreateDividedProjections(TH3* hist, TH3* hist2, const char* axis = 0, Bool_t putErrors = kFALSE, Bool_t save = kFALSE);
     static const char* GetAxisTitle(TH3* hist, const char axis);
 
+    static void SetBranchStatusRecursive(TTree* tree, char *bname, Bool_t status, Bool_t debug = kFALSE);
+
   protected:
     ClassDef(AliPWG0Helper, 0)