X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=MUON%2FAliMUONTrackerHV.h;h=44bfcafee53f21baf0e795472aa132bf0b140cf0;hb=48c9fd730c3194d4e5396b1c2ac364c76c3168bc;hp=aad0a6cf0d957724a6ee9d829c06a8aceec591e8;hpb=3bf21661691de64e360e69bb04eab2beb3e154e1;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONTrackerHV.h b/MUON/AliMUONTrackerHV.h index aad0a6cf0d9..44bfcafee53 100644 --- a/MUON/AliMUONTrackerHV.h +++ b/MUON/AliMUONTrackerHV.h @@ -32,7 +32,7 @@ public: void HVoff(const char* logfile="lhc11de.log", const char* outputBaseName="hvoff"); - void Plot(const char* dcsname=0x0, Bool_t withPatch=kFALSE); + void Plot(const char* dcsname=0x0, Bool_t withPatch=kFALSE, Bool_t plotIntermediate=kFALSE); void Print(Option_t* dcsname="") const; @@ -40,6 +40,10 @@ public: void Scan(Int_t verbose=0); + TGraph* Combine(TObjArray& graphs); + + TMultiGraph* CombineMulti(TObjArray& graphs); + private: void ReadIntegers(const char* filename, std::vector& integers);