]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Dummy copy constructor
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Aug 2003 15:36:16 +0000 (15:36 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Aug 2003 15:36:16 +0000 (15:36 +0000)
MUON/AliMUONSegmentationV0.cxx

index 0be385e849d951110bdf1d33733099867685aaa9..1f44f23035a8ac2afcc55a8325971df4bef2ee0d 100644 (file)
 #include "AliMUON.h"
 
 ClassImp(AliMUONSegmentationV0)
-//     AliMUONSegmentationV0::AliMUONSegmentationV0(const AliMUONSegmentationV0& segmentation)
-// {
-// // Dummy copy constructor
-// }
+  AliMUONSegmentationV0::AliMUONSegmentationV0(const AliMUONSegmentationV0& segmentation):AliSegmentation(segmentation)
+{
+  // Dummy copy constructor
+}
 
     void AliMUONSegmentationV0::Init(Int_t  chamber)
 {