]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONEventRecoCombi.cxx
Conding conventions violation and Doxygen comments (Philippe Pillot)
[u/mrichter/AliRoot.git] / MUON / AliMUONEventRecoCombi.cxx
index 7be54ec155d708e63bcfc88376afce83b19cbdc3..9ebc40d36b9c5993d113c7093382434b61774e4d 100644 (file)
@@ -29,7 +29,7 @@
 #include "AliMUONHitForRec.h"
 #include "AliMUONRawCluster.h"
 #include "AliMUONTrackK.h"
-#include "AliMUONTrackReconstructor.h"
+#include "AliMUONTrackReconstructorK.h"
 #include "AliMUONConstants.h"
 
 #include "AliLoader.h"
@@ -45,14 +45,17 @@ AliMUONEventRecoCombi* AliMUONEventRecoCombi::fgRecoCombi = 0;
 ClassImp(AliMUONEventRecoCombi)
 
 //_________________________________________________________________________
-AliMUONEventRecoCombi::AliMUONEventRecoCombi() : TObject()
+  AliMUONEventRecoCombi::AliMUONEventRecoCombi() 
+    : TObject(),
+      fDetElems(0x0),
+      fZ(0x0),
+      fNZ(0),
+      fDEvsZ(0x0)
 {
   // Ctor
 
   fDetElems = new TClonesArray("AliMUONDetElement", 20);
   fZ = new TArrayD(20);
-  fNZ = 0;
-  fDEvsZ = NULL;
 }
 
 //_________________________________________________________________________
@@ -78,27 +81,6 @@ AliMUONEventRecoCombi::~AliMUONEventRecoCombi()
   delete [] fDEvsZ;
 }
 
-//_________________________________________________________________________
-AliMUONEventRecoCombi::AliMUONEventRecoCombi (const AliMUONEventRecoCombi& rhs)
-  : TObject(rhs)
-{
-  // Protected copy constructor
-  AliFatal("Not implemented.");
-}
-
-//_________________________________________________________________________
-AliMUONEventRecoCombi & AliMUONEventRecoCombi::operator = (const AliMUONEventRecoCombi& rhs)
-{
-  // Protected assignment operator
-
-  // check assignement to self
-  if (this == &rhs) return *this;
-
-  AliFatal("Not implemented.");
-
-  return *this;
-}
-
 //_________________________________________________________________________
 void AliMUONEventRecoCombi::FillEvent(AliMUONData *data, AliMUONClusterFinderAZ *recModel)
 {
@@ -188,7 +170,7 @@ void AliMUONEventRecoCombi::FillEvent(AliMUONData *data, AliMUONClusterFinderAZ
 }
 
 //_________________________________________________________________________
-void AliMUONEventRecoCombi::FillRecP(AliMUONData *dataCluster, AliMUONTrackReconstructor *recoTrack) const
+void AliMUONEventRecoCombi::FillRecP(AliMUONData *dataCluster, AliMUONTrackReconstructorK *recoTrack) const
 {
   // Fill rec. points used for tracking from det. elems