]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/JetTasks/AliAnalysisHelperJetTasks.h
added new heƶper method to print output size, changed merging method, new binning...
[u/mrichter/AliRoot.git] / PWG4 / JetTasks / AliAnalysisHelperJetTasks.h
index 714f462b2a57f36cdcc880202e0bd1aa1bd4185d..042a44a30399963452f697f44fe33947dd798250 100644 (file)
@@ -26,9 +26,12 @@ class AliAnalysisHelperJetTasks : public TObject {
                             Int_t *iRecIndex,
                             Int_t iDebug, Float_t maxDist = 0.5);
 
-  static void MergeOutput(char* cFiles, char* cList = "pwg4spec"); // Merges the files in the input text file  needs the two histograms fh1PtHard_Trials, fh1Xsec and the name of the input list
+  static void MergeOutput(char* cFiles, char* cDir = "",char *cList = "",char* cOutFile ="allpt.root",Bool_t bUpdate = false); // Merges the files in the input text file  needs the two histograms fh1PtHard_Trials, fh1Xsec and the name of the input list
   static Bool_t PythiaInfoFromFile(const char* currFile,Float_t &fXsec,Float_t &fTrials);// get the cross section and the trails either from pyxsec.root or from pysec_hists.root
+  static Bool_t PrintDirectorySize(const char* currFile); // print the size of the output on a given file
   static Bool_t GetEventShapes(TVector3 &n01, TVector3 * pTrack, Int_t nTracks, Double_t * eventShapes);
+
+
   enum {kMaxJets = 6}; //  needed for array size not to fragemnt memory on the heap by many new/delete 
 
   enum Trigger {kAcceptAll = 0,kMB1,kMB2,kMB3,kSPDGFO,kTrigger}; //