]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPad.cxx
Commenting out StdoutToAliDebug which is, with the current AliLog
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPad.cxx
index dde083f79e9b6306707d6aa67b39612a9105a396..7ffe4e23e0647afa241d7183c32cb016c2020ca7 100755 (executable)
@@ -14,7 +14,7 @@
  **************************************************************************/
 
 // $Id$
-// $MpId: AliMpPad.cxx,v 1.6 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpPad.cxx,v 1.9 2006/05/24 13:58:29 ivana Exp $
 // Category: basic
 //
 // Class AliMpPad
 // root [0] .x testSectorAreaIterator.C
 // Real time 0:00:56, CP time 36.270
 
-#include <Riostream.h>
-#include <TClonesArray.h>
-
 #include "AliMpPad.h"
 #include "AliLog.h"
 
-ClassImp(AliMpPad)
+#include <TClonesArray.h>
+#include <Riostream.h>
 
-//////////////////////////////////////////////////////////
-//
-// This class encapsulate all the information about a pad
-//
-//////////////////////////////////////////////////////////
+/// \cond CLASSIMP
+ClassImp(AliMpPad)
+/// \endcond
 
 const Int_t  AliMpPad::fgkMaxNofLocations = 6;
 
@@ -96,7 +92,13 @@ AliMpPad::AliMpPad()
 
 //_____________________________________________________________________________
 AliMpPad::AliMpPad(const AliMpPad& rhs)
-  : TObject(rhs)
+  : TObject(rhs),
+    fLocations(0),
+    fLocation(AliMpIntPair::Invalid()),
+    fIndices(AliMpIntPair::Invalid()),
+    fPosition(-1.,-1.),
+    fDimensions(0.,0.),
+    fValidity(false) 
 {
 /// Copy constructor