]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New version to reduce printouts and to comply with the static linking required for...
authorhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Apr 2008 19:58:34 +0000 (19:58 +0000)
committerhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Apr 2008 19:58:34 +0000 (19:58 +0000)
FMD/AliFMDGainDA.h

index 07e6b9522a6a21754d06dcef4391e99e8e6b407b..21f7338adbcfc6f02ae262b3c0d78d5109dd00fa 100644 (file)
@@ -21,7 +21,7 @@ class AliFMDGainDA: public AliFMDBaseDA {
   
   AliFMDGainDA() ;
   AliFMDGainDA(const AliFMDGainDA & gainDA) ;
-  AliFMDGainDA& operator = (const AliFMDGainDA & gainDA) ; 
+  //  AliFMDGainDA& operator = (const AliFMDGainDA & gainDA) ; 
   virtual ~AliFMDGainDA();
   void Init();
   void SetPulseSize(Int_t pulseSize = 32) {fPulseSize = pulseSize; }