From 585d648a9913f4201376b4c64f440e43a9260509 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 11 Apr 2006 14:58:20 +0000 Subject: [PATCH] Class description correction/addition/cleanup (Ivana) --- MUON/AliMUON.h | 8 +++----- MUON/AliMUONClusterDrawAZ.h | 2 ++ MUON/AliMUONClusterFinderAZ.h | 2 ++ MUON/AliMUONClusterFinderVS.h | 4 ---- MUON/AliMUONClusterReconstructor.h | 4 ---- MUON/AliMUONDetElement.h | 5 ++++- MUON/AliMUONDigitMapA1.h | 2 ++ MUON/AliMUONHitMapA1.h | 2 +- MUON/AliMUONLoader.h | 11 +++-------- MUON/AliMUONPixel.h | 2 ++ MUON/AliMUONRawCluster.h | 2 +- MUON/AliMUONRecoCheck.h | 5 ----- MUON/AliMUONTrackK.h | 2 ++ MUON/AliMUONv1.h | 7 ++----- 14 files changed, 24 insertions(+), 34 deletions(-) diff --git a/MUON/AliMUON.h b/MUON/AliMUON.h index 0a9ef07ec4e..27c1a0b890b 100644 --- a/MUON/AliMUON.h +++ b/MUON/AliMUON.h @@ -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 diff --git a/MUON/AliMUONClusterDrawAZ.h b/MUON/AliMUONClusterDrawAZ.h index c1d0e91ea7c..490a5c14fed 100644 --- a/MUON/AliMUONClusterDrawAZ.h +++ b/MUON/AliMUONClusterDrawAZ.h @@ -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" diff --git a/MUON/AliMUONClusterFinderAZ.h b/MUON/AliMUONClusterFinderAZ.h index a31011468ed..b3d5d3651ed 100644 --- a/MUON/AliMUONClusterFinderAZ.h +++ b/MUON/AliMUONClusterFinderAZ.h @@ -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; diff --git a/MUON/AliMUONClusterFinderVS.h b/MUON/AliMUONClusterFinderVS.h index b69d84856b7..94cd5aea62e 100644 --- a/MUON/AliMUONClusterFinderVS.h +++ b/MUON/AliMUONClusterFinderVS.h @@ -9,10 +9,6 @@ /// \ingroup rec /// \class AliMUONClusterFinderVS /// \brief Class for clustering and reconstruction of space points -/// -///////////////////////////////////////////////// -/// MUON Cluster Finder Class // -///////////////////////////////////////////////// #include diff --git a/MUON/AliMUONClusterReconstructor.h b/MUON/AliMUONClusterReconstructor.h index 26096ad83d0..944461f3b9f 100644 --- a/MUON/AliMUONClusterReconstructor.h +++ b/MUON/AliMUONClusterReconstructor.h @@ -9,10 +9,6 @@ /// \ingroup rec /// \class AliMUONClusterReconstructor /// \brief MUON cluster reconstructor in ALICE -/// -///////////////////////////////////// -/// MUON event reconstructor in ALICE -///////////////////////////////////// #include diff --git a/MUON/AliMUONDetElement.h b/MUON/AliMUONDetElement.h index 38a6d8e4c1f..4ddc21413ce 100644 --- a/MUON/AliMUONDetElement.h +++ b/MUON/AliMUONDetElement.h @@ -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 class TObjArray; diff --git a/MUON/AliMUONDigitMapA1.h b/MUON/AliMUONDigitMapA1.h index 6964ba145cd..d3e50edf6df 100644 --- a/MUON/AliMUONDigitMapA1.h +++ b/MUON/AliMUONDigitMapA1.h @@ -10,6 +10,8 @@ /// \ingroup base /// \class AliMUONDigitMapA1 /// \brief Implements cluster Map as a 1-dim array +/// +/// \author Christian Finck #include "AliHitMap.h" diff --git a/MUON/AliMUONHitMapA1.h b/MUON/AliMUONHitMapA1.h index 706344e2895..eb486167f27 100644 --- a/MUON/AliMUONHitMapA1.h +++ b/MUON/AliMUONHitMapA1.h @@ -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" diff --git a/MUON/AliMUONLoader.h b/MUON/AliMUONLoader.h index b6af2a32b33..8b8debf663c 100644 --- a/MUON/AliMUONLoader.h +++ b/MUON/AliMUONLoader.h @@ -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; diff --git a/MUON/AliMUONPixel.h b/MUON/AliMUONPixel.h index 6f2972021a8..e21f10db801 100644 --- a/MUON/AliMUONPixel.h +++ b/MUON/AliMUONPixel.h @@ -9,6 +9,8 @@ /// \ingroup rec /// \class AliMUONPixel /// \brief Pixel for MLEM method of cluster finding +/// +/// \author Alexander Zinchenko, JINR Dubna #include diff --git a/MUON/AliMUONRawCluster.h b/MUON/AliMUONRawCluster.h index d5ebbe844e4..30b172428e5 100644 --- a/MUON/AliMUONRawCluster.h +++ b/MUON/AliMUONRawCluster.h @@ -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. diff --git a/MUON/AliMUONRecoCheck.h b/MUON/AliMUONRecoCheck.h index 90f47202e13..87c199ca7f4 100644 --- a/MUON/AliMUONRecoCheck.h +++ b/MUON/AliMUONRecoCheck.h @@ -10,11 +10,6 @@ /// \class AliMUONRecoCheck /// \brief Utility class to check reconstruction -////////////////////////////////////////////////////////////////////////// -// // -// AliMUONRecoCheck // -// // -////////////////////////////////////////////////////////////////////////// #include #include "AliMUONTrack.h" diff --git a/MUON/AliMUONTrackK.h b/MUON/AliMUONTrackK.h index a5344ad6880..d0859e595fa 100644 --- a/MUON/AliMUONTrackK.h +++ b/MUON/AliMUONTrackK.h @@ -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; diff --git a/MUON/AliMUONv1.h b/MUON/AliMUONv1.h index 31041b29bf3..81df58ba419 100644 --- a/MUON/AliMUONv1.h +++ b/MUON/AliMUONv1.h @@ -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" -- 2.43.0