]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Make a Makechain function static
authormivanov <mivanov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Nov 2012 15:28:42 +0000 (15:28 +0000)
committermivanov <mivanov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Nov 2012 15:28:42 +0000 (15:28 +0000)
TPC/AliXRDPROOFtoolkit.h

index f9646e456d8cd8b3a6085097412538e4e042fa1d..4ded34447f63cf7643ac8386d0c84b1f4a9ebf70 100644 (file)
@@ -21,8 +21,8 @@ class AliXRDPROOFtoolkit : public TObject
 {
  public :
   AliXRDPROOFtoolkit ();
-  TChain * MakeChain(const char*fileIn, const char * treeName, const char *fName=0, Int_t maxFiles=-1, Int_t startFile=0);
-  TChain * MakeChainRandom(const char*fileIn, const char * treeName, const char *fName=0, Int_t maxFiles=-1, Int_t startFile=0);
+  static TChain * MakeChain(const char*fileIn, const char * treeName, const char *fName=0, Int_t maxFiles=-1, Int_t startFile=0);
+  static TChain * MakeChainRandom(const char*fileIn, const char * treeName, const char *fName=0, Int_t maxFiles=-1, Int_t startFile=0);
   TDSet  * MakeSet(const char*fileIn, const char * treeName, const char *fName=0, Int_t maxFiles=-1);
   TDSet  * MakeSetRandom(const char*fileIn, const char * treeName,const char *fName=0, Int_t maxFiles=-1);
   static Bool_t FilterList(const char*inputList, const char*fileList, Int_t checkLevel);