]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt345SlatSegmentationV2.cxx
Add class description
[u/mrichter/AliRoot.git] / MUON / AliMUONSt345SlatSegmentationV2.cxx
index b1191c70e7e441a775ab4502fae02517a100327a..85cd3c2f5b54742a2c76a0669ddb79a7d6cd75a8 100644 (file)
@@ -87,6 +87,16 @@ fYhit(FMAX)
                                                                        fSlatSegmentation));
 }
 
+//______________________________________________________________________________
+AliMUONSt345SlatSegmentationV2::AliMUONSt345SlatSegmentationV2(
+                                   const AliMUONSt345SlatSegmentationV2& right) 
+  : AliMUONVGeometryDESegmentation(right) 
+{  
+/// Protected copy constructor (not implemented)
+
+  AliFatal("Copy constructor not provided.");
+}
+
 //_____________________________________________________________________________
 AliMUONSt345SlatSegmentationV2::~AliMUONSt345SlatSegmentationV2()
 {
@@ -94,6 +104,20 @@ AliMUONSt345SlatSegmentationV2::~AliMUONSt345SlatSegmentationV2()
   delete fPadIterator;
 }
 
+//______________________________________________________________________________
+AliMUONSt345SlatSegmentationV2& 
+AliMUONSt345SlatSegmentationV2::operator=(const AliMUONSt345SlatSegmentationV2& right)
+{
+/// Protected assignement operator (not implemented)
+
+  // check assignement to self
+  if (this == &right) return *this;
+
+  AliFatal("Assignement operator not provided.");
+    
+  return *this;  
+}    
+
 //_____________________________________________________________________________
 TF1*
 AliMUONSt345SlatSegmentationV2::CorrFunc(Int_t) const