]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerHV.h
Coverity warning
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerHV.h
index 456559c2d520377245547bf78434a10e3fcf05fd..44bfcafee53f21baf0e795472aa132bf0b140cf0 100644 (file)
@@ -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<int>& integers);
@@ -54,6 +58,9 @@ private:
   
   AliMpDCSNamer* DCSNamer() const;
 
+  AliMUONTrackerHV(const AliMUONTrackerHV& rhs); // not implemented on purpose
+  AliMUONTrackerHV& operator=(const AliMUONTrackerHV& rhs); // not implemented on purpose
+  
 private:
   std::vector<int> fRunList; // input run list
   TString fOCDBPath; // ocdb path (raw:// by default)