]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity fix
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Dec 2012 10:14:12 +0000 (10:14 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Dec 2012 10:14:12 +0000 (10:14 +0000)
MUON/AliMUONTrackerHV.h

index 456559c2d520377245547bf78434a10e3fcf05fd..aad0a6cf0d957724a6ee9d829c06a8aceec591e8 100644 (file)
@@ -54,6 +54,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)