]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawCluster.cxx
- Adapted comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONRawCluster.cxx
index ab0d2be5593c9df1b269837a39dc49ee262aeb9f..2b885a037e0427e02e35b54fc3211bb106c69cbf 100644 (file)
 
 #include "AliMUONRawCluster.h"
 
+/// \cond CLASSIMP
 ClassImp(AliMUONRawCluster)
-
+/// \endcond
 
 AliMUONRawCluster::AliMUONRawCluster() 
-  : TObject()
+  : TObject(),
+    fClusterType(0),
+    fGhost(0),
+    fDetElemId(0)   
 {
 /// Constructor
     fTracks[0]=fTracks[1]=fTracks[2]=-1; 
@@ -54,8 +58,6 @@ AliMUONRawCluster::AliMUONRawCluster()
        }
     }
     fNcluster[0]=fNcluster[1]=-1;
-    fGhost=0;
-    fDetElemId = 0;
     fErrXY[0] = 0.144;
     fErrXY[1] = 0.01;
 }