]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Class description correction/addition/cleanup (Ivana)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Apr 2006 14:58:20 +0000 (14:58 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Apr 2006 14:58:20 +0000 (14:58 +0000)
14 files changed:
MUON/AliMUON.h
MUON/AliMUONClusterDrawAZ.h
MUON/AliMUONClusterFinderAZ.h
MUON/AliMUONClusterFinderVS.h
MUON/AliMUONClusterReconstructor.h
MUON/AliMUONDetElement.h
MUON/AliMUONDigitMapA1.h
MUON/AliMUONHitMapA1.h
MUON/AliMUONLoader.h
MUON/AliMUONPixel.h
MUON/AliMUONRawCluster.h
MUON/AliMUONRecoCheck.h
MUON/AliMUONTrackK.h
MUON/AliMUONv1.h

index 0a9ef07ec4e8551bdbf04886ebdcf6e16e1ea18f..27c1a0b890bc4b358a5e4d0cd66aad9a6f8b833d 100644 (file)
@@ -8,11 +8,9 @@
 
 /// \ingroup base
 /// \class AliMUON
-/// \brief AliDetector Class for MUON subsystem
-
-////////////////////////////////////////////////
-//  AliDetector Class for MUON subsystem      //
-////////////////////////////////////////////////
+/// \brief AliDetector class for MUON subsystem providing
+/// simulation data management 
 
 #include <TObjArray.h>
 
index c1d0e91ea7cb726d57f4687bca852d9c85cdde36..490a5c14fed230024d0784971abc5872e5f76f76 100644 (file)
@@ -8,6 +8,8 @@
 /// \ingroup rec
 /// \class AliMUONClusterDrawAZ
 /// \brief Cluster drawing object for AZ cluster finder in MUON arm of ALICE
+///
+/// \author Alexander Zinchenko, JINR Dubna
 
 #include "AliMUONClusterDrawAZ.h"
 
index a31011468edd97e84b6e82f68718d4ca6ebd0cc8..b3d5d3651ed09bce1405c1662f247e243e956c36 100644 (file)
@@ -8,6 +8,8 @@
 /// \ingroup rec
 /// \class AliMUONClusterFinderAZ
 /// \brief Cluster finder in MUON arm of ALICE
+///
+/// \author Alexander Zinchenko, JINR Dubna
 
 class TH2D;
 class TClonesArray;
index b69d84856b7104e4695406dfdee700b16d16850e..94cd5aea62e057c0db0492dbbd287043f835c227 100644 (file)
@@ -9,10 +9,6 @@
 /// \ingroup rec
 /// \class AliMUONClusterFinderVS
 /// \brief Class for clustering and reconstruction of space points
-///
-/////////////////////////////////////////////////
-///  MUON Cluster Finder Class                 //
-/////////////////////////////////////////////////
 
 #include <TObject.h>
 
index 26096ad83d05bb1a8a6bd2fc9fe9f38c7392fb84..944461f3b9fb9de92ab2df9a738536e56999228e 100644 (file)
@@ -9,10 +9,6 @@
 /// \ingroup rec
 /// \class AliMUONClusterReconstructor
 /// \brief MUON cluster reconstructor in ALICE
-///
-/////////////////////////////////////
-/// MUON event reconstructor in ALICE
-/////////////////////////////////////
 
 #include <TObject.h>
 
index 38a6d8e4c1f1c55776c027492d7ab36123f98056..4ddc21413ce358a408b9f2b8f3d6ac34318bd242 100644 (file)
@@ -7,7 +7,10 @@
 
 /// \ingroup rec
 /// \class AliMUONDetElement
-/// \brief Detection element object containing information for combined cluster / track finder in MUON arm 
+/// \brief Detection element object containing information for combined 
+/// cluster / track finder in MUON arm 
+///
+/// \author Alexander Zinchenko, JINR Dubna
  
 #include <TObject.h>
 class TObjArray;
index 6964ba145cd6398f717ef25de08dfcb2b937d9cb..d3e50edf6df7deb0f62d6a45a2d2730c1c2622f7 100644 (file)
@@ -10,6 +10,8 @@
 /// \ingroup base
 /// \class AliMUONDigitMapA1
 /// \brief Implements cluster Map as a 1-dim array
+/// 
+/// \author Christian Finck
 
 #include "AliHitMap.h"
 
index 706344e2895f0bf437a2f7c7c3909a3717c248c3..eb486167f2732cb3bf88bfcd2e08faa2cae51247 100644 (file)
@@ -9,7 +9,7 @@
 
 /// \ingroup base
 /// \class AliMUONHitMapA1
-/// \brief Implements HitMap as a 1-dim array
+/// \brief Implements AliHitMap as a 1-dim array
 
 #include "AliHitMap.h"
 
index b6af2a32b33c86a1f90a1494aef9e856109e976b..8b8debf663c070b085b1e43903f64be361814ded 100644 (file)
@@ -9,17 +9,12 @@
 //
 /// \ingroup base
 /// \class AliMUONDataLoader
-/// \brief MUON loader
+/// \brief Implements AliLoader for MUON subsystem
+///
+/// \author Gines Martinez
 
 #include "AliLoader.h"
 
-//__________________________________________________________________
-/////////////////////////////////////////////////////////////////////
-//                                                                 //
-//  class AliMUONLoader                                            //
-//                                                                 //
-/////////////////////////////////////////////////////////////////////
-
 class AliMUONData;
 
 
index 6f2972021a8090d26c98aeb650743d1efe7bdcbb..e21f10db801e592742ee21b411a7a337c1fcdbf0 100644 (file)
@@ -9,6 +9,8 @@
 /// \ingroup rec
 /// \class AliMUONPixel
 /// \brief Pixel for MLEM method of cluster finding
+///
+/// \author Alexander Zinchenko, JINR Dubna
 
 #include <TObject.h>
 
index d5ebbe844e4e3c3e4b014d86dea73b073f1f2053..30b172428e5f2912ba9d5e0adc2cb2e07bb5b278 100644 (file)
@@ -12,7 +12,7 @@
 /// \brief MUON raw cluster
 ///
 /// Class for the MUON RecPoint
-/// It contains the propeorties of the physics cluters found in the tracking chambers
+/// It contains the properties of the physics cluters found in the tracking chambers
 /// RawCluster contains also the information from the both cathode of the chambers.
 
 
index 90f47202e138f59a531351eb926da69e825b0c16..87c199ca7f44c98624803bca864623ce9939e0c6 100644 (file)
 /// \class AliMUONRecoCheck
 /// \brief Utility class to check reconstruction
 
-//////////////////////////////////////////////////////////////////////////
-//                                                                      //
-// AliMUONRecoCheck                                                     //
-//                                                                      //
-//////////////////////////////////////////////////////////////////////////
 #include <TObject.h>
 #include "AliMUONTrack.h"
 
index a5344ad6880d26cb1232b5b8a96335d55afabec3..d0859e595fa4c6be07f7f8c26d8f1998a26793ab 100644 (file)
@@ -9,6 +9,8 @@
 /// \ingroup rec
 /// \class AliMUONTrack
 /// \brief Kalman track in MUON arm of ALICE
+///
+/// \author: Alexander Zinchenko, JINR Dubna
 
 class TArrayD;
 class TClonesArray;
index 31041b29bf33a29125d2ead27b643e445f0f876b..81df58ba419f946676c61f8b094f26449462590f 100644 (file)
@@ -8,11 +8,8 @@
 
 /// \ingroup base
 /// \class AliMUONv1
-/// \brief Manager and hits classes for set:MUON version 1
-
-/////////////////////////////////////////////////////////
-//  Manager and hits classes for set:MUON version 1    //
-/////////////////////////////////////////////////////////
+/// \brief AliDetector class for MUON subsystem which implements
+/// functions for simulation 
  
 #include "AliMUON.h"