]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSImpact.cxx
Reading QA thresholds from external file II
[u/mrichter/AliRoot.git] / PHOS / AliPHOSImpact.cxx
index 562da4ed7f9c7ac493ec4d171fe2045d5dc0c703..af99bc14c5e88dc62af158eccaac0824f61ef4ed 100644 (file)
@@ -83,6 +83,13 @@ AliPHOSImpact::AliPHOSImpact(Int_t shunt, Int_t primary, Int_t track, Int_t pid,
   fZ         = xyz[2];  
 }
 
+//____________________________________________________________________________
+AliPHOSImpact & AliPHOSImpact::operator = (const AliPHOSImpact &)
+{
+  Fatal("operator =", "not implemented");
+  return *this;
+}
+
 //____________________________________________________________________________
 void AliPHOSImpact::Print(const Option_t *)const
 {