From 78649106ec7f71baeb897efa54274a4011675b87 Mon Sep 17 00:00:00 2001 From: ivana Date: Tue, 13 Mar 2007 18:07:13 +0000 Subject: [PATCH] Corrected Doxygen warnings: - Class description and/or author directive (Do not put \author in .h and if there ia a detailed description in .cxx file) - Do not repeat \brieaf in .cxx file - ClassImp() under condition - @param replaced with \param - AliMp namespace use also in comments --- MUON/AliMUON2DMap.cxx | 2 +- MUON/AliMUON2DMapIterator.cxx | 2 +- MUON/AliMUON2DMapIterator.h | 2 +- MUON/AliMUON2DStoreValidator.h | 2 +- MUON/AliMUONAlignment.cxx | 3 +++ MUON/AliMUONBlockHeader.h | 2 +- MUON/AliMUONBusStruct.h | 2 +- MUON/AliMUONCalibParam2F.cxx | 1 - MUON/AliMUONCheckItem.h | 2 +- MUON/AliMUONCheckItemIterator.h | 2 +- MUON/AliMUONClusterFinderCOG.cxx | 2 +- MUON/AliMUONClusterFinderSimpleFit.cxx | 2 +- MUON/AliMUONClusterSplitterMLEM.cxx | 2 ++ MUON/AliMUONClusterSplitterMLEM.h | 2 +- MUON/AliMUONDDLTracker.h | 2 +- MUON/AliMUONDDLTrigger.h | 2 +- MUON/AliMUONDarcHeader.h | 2 +- MUON/AliMUONDataIterator.h | 2 +- MUON/AliMUONDigitCalibrator.h | 2 +- MUON/AliMUONDigitMaker.cxx | 3 ++- MUON/AliMUONDigitMaker.h | 4 ++-- MUON/AliMUONDigitizerV3.h | 2 +- MUON/AliMUONDspHeader.h | 2 +- MUON/AliMUONGMSSubprocessor.cxx | 2 ++ MUON/AliMUONHVNamer.cxx | 11 ++++++----- MUON/AliMUONHVNamer.h | 2 +- MUON/AliMUONHVSubprocessor.cxx | 2 +- MUON/AliMUONHVSubprocessor.h | 3 ++- MUON/AliMUONLocalStruct.h | 2 +- MUON/AliMUONLogger.cxx | 2 +- MUON/AliMUONLogger.h | 2 +- MUON/AliMUONPadStatusMaker.cxx | 6 ++++-- MUON/AliMUONPadStatusMaker.h | 2 +- MUON/AliMUONPadStatusMapMaker.cxx | 7 +++++-- MUON/AliMUONPadStatusMapMaker.h | 4 ++-- MUON/AliMUONPayloadTracker.h | 10 ++-------- MUON/AliMUONPayloadTrigger.h | 10 ++-------- MUON/AliMUONPedestalEventGenerator.h | 2 +- MUON/AliMUONPedestalSubprocessor.h | 2 +- MUON/AliMUONPreprocessor.h | 2 +- MUON/AliMUONRawWriter.cxx | 3 ++- MUON/AliMUONRawWriter.h | 2 +- MUON/AliMUONRecoCheck.cxx | 2 +- MUON/AliMUONRegHeader.h | 2 +- MUON/AliMUONTrackExtrap.cxx | 2 ++ MUON/AliMUONTrackerPreprocessor.h | 2 +- MUON/AliMUONTriggerChamberEff.cxx | 3 ++- MUON/AliMUONTriggerChamberEff.h | 3 ++- MUON/AliMUONTriggerCircuit.cxx | 2 ++ MUON/AliMUONTriggerCircuit.h | 2 +- MUON/AliMUONVSubprocessor.h | 2 +- MUON/AliMUONVTrackReconstructor.cxx | 2 ++ MUON/mapping/AliMpCathodType.cxx | 10 +++++----- MUON/mapping/AliMpCathodType.h | 2 +- MUON/mapping/AliMpDirection.h | 2 +- MUON/mapping/AliMpExMap.cxx | 4 ++-- MUON/mapping/AliMpIteratorPainter.h | 2 +- MUON/mapping/AliMpManuList.h | 2 +- MUON/mapping/AliMpPlaneType.h | 2 +- MUON/mapping/AliMpStationType.h | 2 +- MUON/mapping/AliMpXDirection.h | 2 +- 61 files changed, 93 insertions(+), 82 deletions(-) diff --git a/MUON/AliMUON2DMap.cxx b/MUON/AliMUON2DMap.cxx index b541f1d8173..5c60e7f0e4a 100644 --- a/MUON/AliMUON2DMap.cxx +++ b/MUON/AliMUON2DMap.cxx @@ -28,7 +28,7 @@ #include /// \class AliMUON2DMap -/// \brief Basic implementation of AliMUONV2DStore container using +/// Basic implementation of AliMUONV2DStore container using /// AliMpExMap internally. /// What we store is a "double" map : an AliMpExMap of AliMpExMaps /// diff --git a/MUON/AliMUON2DMapIterator.cxx b/MUON/AliMUON2DMapIterator.cxx index 785a8c007d1..fb282bca16e 100644 --- a/MUON/AliMUON2DMapIterator.cxx +++ b/MUON/AliMUON2DMapIterator.cxx @@ -23,7 +23,7 @@ #include "AliMUONObjectPair.h" /// \class AliMUON2DMapIterator -/// \brief Implementation of AliMUONVDataIterator for 2Dmaps +/// Implementation of AliMUONVDataIterator for 2Dmaps /// /// A simple implementation of VDataIterator for 2Dmaps. /// diff --git a/MUON/AliMUON2DMapIterator.h b/MUON/AliMUON2DMapIterator.h index 3d30bd94f68..f346d50d868 100644 --- a/MUON/AliMUON2DMapIterator.h +++ b/MUON/AliMUON2DMapIterator.h @@ -10,7 +10,7 @@ /// \class AliMUON2DMapIterator /// \brief Implementation of AliMUONVDataIterator for 2D maps /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/AliMUON2DStoreValidator.h b/MUON/AliMUON2DStoreValidator.h index a621962aeb4..f5a9f3d9006 100644 --- a/MUON/AliMUON2DStoreValidator.h +++ b/MUON/AliMUON2DStoreValidator.h @@ -11,7 +11,7 @@ /// \brief Determine which channels, manus, DEs, stations are missing /// from a 2DStore. /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/AliMUONAlignment.cxx b/MUON/AliMUONAlignment.cxx index d0728f4aee5..3976596a812 100644 --- a/MUON/AliMUONAlignment.cxx +++ b/MUON/AliMUONAlignment.cxx @@ -45,7 +45,10 @@ #include "TSystem.h" +/// \cond CLASSIMP ClassImp(AliMUONAlignment) +/// \endcond + Int_t AliMUONAlignment::fgNDetElem = 4*2+4*2+18*2+26*2+26*2; Int_t AliMUONAlignment::fgNDetElemCh[10] = {4,4,4,4,18,18,26,26,26,26}; Int_t AliMUONAlignment::fgSNDetElemCh[10] = {4,8,12,16,34,52,78,104,130,156}; diff --git a/MUON/AliMUONBlockHeader.h b/MUON/AliMUONBlockHeader.h index 4507843dc3e..0935fdc7620 100644 --- a/MUON/AliMUONBlockHeader.h +++ b/MUON/AliMUONBlockHeader.h @@ -9,7 +9,7 @@ /// \class AliMUONBlockHeader /// \brief MUON block (Crocus CRT) header for tracker event /// -/// \author Christian Finck +// Author Christian Finck #include #include diff --git a/MUON/AliMUONBusStruct.h b/MUON/AliMUONBusStruct.h index 34f57b80f57..5813558162b 100644 --- a/MUON/AliMUONBusStruct.h +++ b/MUON/AliMUONBusStruct.h @@ -9,7 +9,7 @@ /// \class AliMUONBusStruct /// \brief MUON buspatch structure for tracker /// -/// \author Christian Finck +// Author Christian Finck #include diff --git a/MUON/AliMUONCalibParam2F.cxx b/MUON/AliMUONCalibParam2F.cxx index 5932b55af26..815d5130f37 100644 --- a/MUON/AliMUONCalibParam2F.cxx +++ b/MUON/AliMUONCalibParam2F.cxx @@ -24,7 +24,6 @@ /// /// \class AliMUONCalibParam2F -/// \brief Implementation of AliMUONVCalibParam for pair of floats. /// /// Handle the case of 2 floating point parameters per channel. /// Conceptually, this class is the equivalent of a vector or float pairs, diff --git a/MUON/AliMUONCheckItem.h b/MUON/AliMUONCheckItem.h index 8bbdae62005..02683e5784c 100644 --- a/MUON/AliMUONCheckItem.h +++ b/MUON/AliMUONCheckItem.h @@ -10,7 +10,7 @@ /// \class AliMUONCheckItem /// \brief A structure used to gather information at different levels (ch,manu,de,chamber) /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TNamed # include "TNamed.h" diff --git a/MUON/AliMUONCheckItemIterator.h b/MUON/AliMUONCheckItemIterator.h index 02ef7cba68c..7f33dfde542 100644 --- a/MUON/AliMUONCheckItemIterator.h +++ b/MUON/AliMUONCheckItemIterator.h @@ -10,7 +10,7 @@ /// \class AliMUONCheckItemIterator /// \brief Iterator on CheckItem /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/AliMUONClusterFinderCOG.cxx b/MUON/AliMUONClusterFinderCOG.cxx index f7087ce6b26..335766f9ce4 100644 --- a/MUON/AliMUONClusterFinderCOG.cxx +++ b/MUON/AliMUONClusterFinderCOG.cxx @@ -39,7 +39,7 @@ /// /// \author Laurent Aphecetche -/// \nocond CLASSIMP +/// \cond CLASSIMP ClassImp(AliMUONClusterFinderCOG) /// \endcond diff --git a/MUON/AliMUONClusterFinderSimpleFit.cxx b/MUON/AliMUONClusterFinderSimpleFit.cxx index 7a1b330ea63..52ee92ddb6d 100644 --- a/MUON/AliMUONClusterFinderSimpleFit.cxx +++ b/MUON/AliMUONClusterFinderSimpleFit.cxx @@ -45,7 +45,7 @@ /// /// \author Laurent Aphecetche -/// \nocond CLASSIMP +/// \cond CLASSIMP ClassImp(AliMUONClusterFinderSimpleFit) /// \endcond diff --git a/MUON/AliMUONClusterSplitterMLEM.cxx b/MUON/AliMUONClusterSplitterMLEM.cxx index 601db21f4fb..44883c1abd8 100644 --- a/MUON/AliMUONClusterSplitterMLEM.cxx +++ b/MUON/AliMUONClusterSplitterMLEM.cxx @@ -44,7 +44,9 @@ #include #include +/// \cond CLASSIMP ClassImp(AliMUONClusterSplitterMLEM) +/// \endcond const Double_t AliMUONClusterSplitterMLEM::fgkCouplMin = 1.e-3; // threshold on coupling diff --git a/MUON/AliMUONClusterSplitterMLEM.h b/MUON/AliMUONClusterSplitterMLEM.h index bfb7a79ca2b..d2d28e9c40b 100644 --- a/MUON/AliMUONClusterSplitterMLEM.h +++ b/MUON/AliMUONClusterSplitterMLEM.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup +/// \ingroup rec /// \class AliMUONClusterSplitterMLEM /// \brief /// diff --git a/MUON/AliMUONDDLTracker.h b/MUON/AliMUONDDLTracker.h index 3329783568e..83447221139 100644 --- a/MUON/AliMUONDDLTracker.h +++ b/MUON/AliMUONDDLTracker.h @@ -9,7 +9,7 @@ /// \class AliMUONDDLTracker /// \brief MUON DDL tracker /// -/// \author Christian Finck +// Author Christian Finck #include #include diff --git a/MUON/AliMUONDDLTrigger.h b/MUON/AliMUONDDLTrigger.h index d0386e907aa..97e3a07f472 100644 --- a/MUON/AliMUONDDLTrigger.h +++ b/MUON/AliMUONDDLTrigger.h @@ -9,7 +9,7 @@ /// \class AliMUONDDLTrigger /// \brief MUON DDL Trigger /// -/// \author Christian Finck +// Author Christian Finck #include diff --git a/MUON/AliMUONDarcHeader.h b/MUON/AliMUONDarcHeader.h index 187a6127e27..c74c30f19c9 100644 --- a/MUON/AliMUONDarcHeader.h +++ b/MUON/AliMUONDarcHeader.h @@ -9,7 +9,7 @@ /// \class AliMUONDarcHeader /// \brief MUON Darc header for Trigger /// -/// \author Christian Finck +// Author Christian Finck #include #include diff --git a/MUON/AliMUONDataIterator.h b/MUON/AliMUONDataIterator.h index 8d7c58522ad..423d04ea2b9 100644 --- a/MUON/AliMUONDataIterator.h +++ b/MUON/AliMUONDataIterator.h @@ -7,7 +7,7 @@ /// \class AliMUONDataIterator /// \brief An iterator on MUON data structures (so far only Digits). /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ALIMUONDATAITERATOR_H #define ALIMUONDATAITERATOR_H diff --git a/MUON/AliMUONDigitCalibrator.h b/MUON/AliMUONDigitCalibrator.h index 13d0a06e5ba..50922c371c6 100644 --- a/MUON/AliMUONDigitCalibrator.h +++ b/MUON/AliMUONDigitCalibrator.h @@ -7,7 +7,7 @@ /// \class AliMUONDigitCalibrator /// \brief Class to calibrate the digits /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ALIMUONDIGITCALIBRATOR_H #define ALIMUONDIGITCALIBRATOR_H diff --git a/MUON/AliMUONDigitMaker.cxx b/MUON/AliMUONDigitMaker.cxx index 5f4c381655c..eb4b9070fe7 100644 --- a/MUON/AliMUONDigitMaker.cxx +++ b/MUON/AliMUONDigitMaker.cxx @@ -35,7 +35,8 @@ /// /// Add (S)Digit maker tracker (for free) /// and for trigger. Create trigger inverse mapping. -/// (Ch. Finck, oct 06) +/// +/// \author Ch. Finck, oct 06 #include "AliMUONDigitMaker.h" #include "AliMUONDigit.h" diff --git a/MUON/AliMUONDigitMaker.h b/MUON/AliMUONDigitMaker.h index 4750b317ff5..84b575964f1 100644 --- a/MUON/AliMUONDigitMaker.h +++ b/MUON/AliMUONDigitMaker.h @@ -7,9 +7,9 @@ /// \ingroup base /// \class AliMUONDigitMaker -/// \brief Raw data class for trigger and tracker chambers +/// \brief Reading Raw data class for trigger and tracker chambers /// -/// Readding Raw data class for trigger and tracker chambers +// Author: Ch, Finck #include #include "TStopwatch.h" diff --git a/MUON/AliMUONDigitizerV3.h b/MUON/AliMUONDigitizerV3.h index b0acfb7e621..c80f6a8f819 100644 --- a/MUON/AliMUONDigitizerV3.h +++ b/MUON/AliMUONDigitizerV3.h @@ -7,7 +7,7 @@ /// \class AliMUONDigitizerV3 /// \brief Digitizer (from SDigit to Digit), performing digit de-calibration. /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ALIMUONDIGITIZERV3_H #define ALIMUONDIGITIZERV3_H diff --git a/MUON/AliMUONDspHeader.h b/MUON/AliMUONDspHeader.h index 25e20bfee30..856aa7502de 100644 --- a/MUON/AliMUONDspHeader.h +++ b/MUON/AliMUONDspHeader.h @@ -9,7 +9,7 @@ /// \class AliMUONDspHeader /// \brief MUON DSP header for tracker event /// -/// \author Christian Finck +// Author Christian Finck #include #include diff --git a/MUON/AliMUONGMSSubprocessor.cxx b/MUON/AliMUONGMSSubprocessor.cxx index 65fab2376c0..c8a64a64f13 100644 --- a/MUON/AliMUONGMSSubprocessor.cxx +++ b/MUON/AliMUONGMSSubprocessor.cxx @@ -32,7 +32,9 @@ #include #include +/// \cond CLASSIMP ClassImp(AliMUONGMSSubprocessor) +/// \endcond const Int_t AliMUONGMSSubprocessor::fgkSystem = AliPreprocessor::kDAQ; const TString AliMUONGMSSubprocessor::fgkDataId = "GMS"; diff --git a/MUON/AliMUONHVNamer.cxx b/MUON/AliMUONHVNamer.cxx index c9119c17b78..1b3eaeff927 100644 --- a/MUON/AliMUONHVNamer.cxx +++ b/MUON/AliMUONHVNamer.cxx @@ -41,7 +41,7 @@ /// A utility class to manage HV DCS aliases names, in particular the /// two conventions used to number the detection elements within a detector. /// -// Author: Laurent Aphecetche, Subatech +/// \author: Laurent Aphecetche, Subatech /// \cond CLASSIMP ClassImp(AliMUONHVNamer) @@ -120,9 +120,9 @@ AliMUONHVNamer::DCS2DE(Int_t chamberId, Int_t side, Int_t dcsNumber) const { /// Convert DCS "slat number" (old convention) to DE (new) convention. /// - /// @param chamberId : chamber number (starting at 1) - /// @param side : 0 for Left, 1 for Right - /// @param dcsNumber : slat number in DCS HV convention + /// \param chamberId : chamber number (starting at 1) + /// \param side : 0 for Left, 1 for Right + /// \param dcsNumber : slat number in DCS HV convention /// /// note that dcsNumber should be >=1 and <= number of DEs/2 in chamber @@ -238,7 +238,8 @@ const char* AliMUONHVNamer::DCSHVChannelName(Int_t detElemId, Int_t sector) const { /// Return the alias name of the HV Channel for a given HV area - /// @param sector=0,1 or 2 for St12, and is unused for st345 + /// \param detElemId + /// \param sector = 0,1 or 2 for St12, and is unused for st345 Int_t chamberId = 1 + AliMpDEManager::GetChamberId(detElemId); if ( chamberId < 1 ) return 0x0; diff --git a/MUON/AliMUONHVNamer.h b/MUON/AliMUONHVNamer.h index 39ddcfaa59a..157eaaf7f4b 100644 --- a/MUON/AliMUONHVNamer.h +++ b/MUON/AliMUONHVNamer.h @@ -10,7 +10,7 @@ /// \class AliMUONHVNamer /// \brief Collection of methods usefull to HV subprocessor for MUON TRK /// -/// \author Laurent Aphecetche, Subtech +// Author Laurent Aphecetche, Subtech #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/AliMUONHVSubprocessor.cxx b/MUON/AliMUONHVSubprocessor.cxx index b3d0d83e1ff..471b99441d3 100644 --- a/MUON/AliMUONHVSubprocessor.cxx +++ b/MUON/AliMUONHVSubprocessor.cxx @@ -21,7 +21,7 @@ /// It simply creates a copy of the dcsAliasMap w/o information /// from the MUON TRK, and dumps this copy into the CDB /// -// Author: Laurent Aphecetche, Subatech +/// \author Laurent Aphecetche, Subatech #include "AliMUONHVSubprocessor.h" #include "AliMUONHVNamer.h" diff --git a/MUON/AliMUONHVSubprocessor.h b/MUON/AliMUONHVSubprocessor.h index 26d69aace85..acb595ee3f6 100644 --- a/MUON/AliMUONHVSubprocessor.h +++ b/MUON/AliMUONHVSubprocessor.h @@ -9,7 +9,8 @@ /// \ingroup shuttle /// \class AliMUONHVSubprocessor /// \brief A subprocessor to read HV values for one run -/// \author Laurent Aphecetche +/// +// Author Laurent Aphecetche #ifndef ALIMUONVSUBPROCESSOR_H # include "AliMUONVSubprocessor.h" diff --git a/MUON/AliMUONLocalStruct.h b/MUON/AliMUONLocalStruct.h index 84f2628fe01..6ffb2440ee5 100644 --- a/MUON/AliMUONLocalStruct.h +++ b/MUON/AliMUONLocalStruct.h @@ -9,7 +9,7 @@ /// \class AliMUONLocalStruct /// \brief rawdata local card structure for trigger /// -/// \author Christian Finck +// Author Christian Finck #include #include diff --git a/MUON/AliMUONLogger.cxx b/MUON/AliMUONLogger.cxx index c5caeace24e..74967dadf5f 100644 --- a/MUON/AliMUONLogger.cxx +++ b/MUON/AliMUONLogger.cxx @@ -32,7 +32,7 @@ /// are disabled, and this information is printed in a condensed form /// only once when DigitizerV3 is destroyed. /// -//author Laurent Aphecetche +/// \author Laurent Aphecetche ClassImp(AliMUONLogger) diff --git a/MUON/AliMUONLogger.h b/MUON/AliMUONLogger.h index b5ba74310cc..cacbdb09540 100644 --- a/MUON/AliMUONLogger.h +++ b/MUON/AliMUONLogger.h @@ -10,7 +10,7 @@ /// \class AliMUONLogger /// \brief A logger that keeps track of the number of times a message appeared /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/AliMUONPadStatusMaker.cxx b/MUON/AliMUONPadStatusMaker.cxx index 39720aa46a4..f68035991ce 100644 --- a/MUON/AliMUONPadStatusMaker.cxx +++ b/MUON/AliMUONPadStatusMaker.cxx @@ -14,13 +14,13 @@ **************************************************************************/ // $Id$ + /// \class AliMUONPadStatusMaker /// /// Make a 2DStore of pad statuses, using different sources of information, /// like pedestal values, gain values, and HV values. /// -/// -// Author Laurent Aphecetche +/// \author Laurent Aphecetche #include "AliMUONPadStatusMaker.h" @@ -61,7 +61,9 @@ #include +/// \cond CLASSIMP ClassImp(AliMUONPadStatusMaker) +/// \endcond //_____________________________________________________________________________ AliMUONPadStatusMaker::AliMUONPadStatusMaker(const AliMUONCalibrationData& calibData) diff --git a/MUON/AliMUONPadStatusMaker.h b/MUON/AliMUONPadStatusMaker.h index 6f609694daa..55999ab5023 100644 --- a/MUON/AliMUONPadStatusMaker.h +++ b/MUON/AliMUONPadStatusMaker.h @@ -10,7 +10,7 @@ /// \class AliMUONPadStatusMaker /// \brief Make a 2DStore of pad statuses, using different sources of information /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/AliMUONPadStatusMapMaker.cxx b/MUON/AliMUONPadStatusMapMaker.cxx index 3376acfb585..3f6a69d6bec 100644 --- a/MUON/AliMUONPadStatusMapMaker.cxx +++ b/MUON/AliMUONPadStatusMapMaker.cxx @@ -45,7 +45,7 @@ /// If a pad is at a physical boundary, is will for sure have some bits at 1 /// (i.e. a non-existing neighbour is considered = bad). /// -// author Laurent Aphecetche +/// \author Laurent Aphecetche #include "AliMUONPadStatusMapMaker.h" @@ -71,7 +71,9 @@ #include #include +/// \cond CLASSIMP ClassImp(AliMUONPadStatusMapMaker) +/// \endcond Int_t AliMUONPadStatusMapMaker::fgkSelfDead = 1; @@ -182,7 +184,8 @@ AliMUONPadStatusMapMaker::MakePadStatusMap(const AliMUONV2DStore& status, { /// Given the status store for all pads, compute a status map store /// for all pads. - /// @param mask is the status mask to be tested to tell if a pad is ok or not + /// \param status + /// \param mask is the status mask to be tested to tell if a pad is ok or not fStatus = &status; fMask = mask; diff --git a/MUON/AliMUONPadStatusMapMaker.h b/MUON/AliMUONPadStatusMapMaker.h index d1654705bcd..e5d1aeaf072 100644 --- a/MUON/AliMUONPadStatusMapMaker.h +++ b/MUON/AliMUONPadStatusMapMaker.h @@ -6,11 +6,11 @@ // $Id$ -/// \ingroup +/// \ingroup rec /// \class AliMUONPadStatusMapMaker /// \brief Convert a pad status container into a pad status *map* container /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/AliMUONPayloadTracker.h b/MUON/AliMUONPayloadTracker.h index b33c1596529..1c27f2da5cd 100644 --- a/MUON/AliMUONPayloadTracker.h +++ b/MUON/AliMUONPayloadTracker.h @@ -7,15 +7,9 @@ /// \ingroup raw /// \class AliMUONPayloadTracker -/// \brief Class for decoding trackerrawdata +/// \brief Class for decoding the payload for tracker raw data /// -/// \author Christian Finck -/// -/////////////////////////////////////////////////////////////////////////////// -/// -/// This class decode the payload for tracker raw data. -/// -/////////////////////////////////////////////////////////////////////////////// +// Author Christian Finck #include diff --git a/MUON/AliMUONPayloadTrigger.h b/MUON/AliMUONPayloadTrigger.h index 706aab14b86..ff2000885f6 100644 --- a/MUON/AliMUONPayloadTrigger.h +++ b/MUON/AliMUONPayloadTrigger.h @@ -7,15 +7,9 @@ /// \ingroup raw /// \class AliMUONPayloadTrigger -/// \brief Class for decoding trigger rawdata +/// \brief Class for decoding the payload for trigger raw data /// -/// \author Christian Finck -/// -/////////////////////////////////////////////////////////////////////////////// -/// -/// This class decode the payload for trigger raw data. -/// -/////////////////////////////////////////////////////////////////////////////// +// Author Christian Finck #include diff --git a/MUON/AliMUONPedestalEventGenerator.h b/MUON/AliMUONPedestalEventGenerator.h index 3998ce2e218..44096816b91 100644 --- a/MUON/AliMUONPedestalEventGenerator.h +++ b/MUON/AliMUONPedestalEventGenerator.h @@ -10,7 +10,7 @@ /// \class AliMUONPedestalEventGenerator /// \brief Generate pedestal events (only for tracker). /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TTask # include "TTask.h" diff --git a/MUON/AliMUONPedestalSubprocessor.h b/MUON/AliMUONPedestalSubprocessor.h index 21efca44b7c..8185cefecce 100644 --- a/MUON/AliMUONPedestalSubprocessor.h +++ b/MUON/AliMUONPedestalSubprocessor.h @@ -10,7 +10,7 @@ /// \class AliMUONPedestalSubprocessor /// \brief Implementation of AliMUONVSubprocessor for MUON TRK pedestals /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ALIMUONVSUBPROCESSOR_H # include "AliMUONVSubprocessor.h" diff --git a/MUON/AliMUONPreprocessor.h b/MUON/AliMUONPreprocessor.h index cd3d0bccdf4..b38a544c818 100644 --- a/MUON/AliMUONPreprocessor.h +++ b/MUON/AliMUONPreprocessor.h @@ -10,7 +10,7 @@ /// \class AliMUONPreprocessor /// \brief Shuttle preprocessor for MUON subsystems (TRK and TRG) /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ALI_PREPROCESSOR_H # include "AliPreprocessor.h" diff --git a/MUON/AliMUONRawWriter.cxx b/MUON/AliMUONRawWriter.cxx index 8d4b9620d1a..23bfda457ab 100644 --- a/MUON/AliMUONRawWriter.cxx +++ b/MUON/AliMUONRawWriter.cxx @@ -38,7 +38,8 @@ /// empty slots and non-notified cards in trigger crates. /// Ch. Finck, August 06. /// Using AliMpDDLStore::GetBusPatchId. -/// Ch. Finck, Feb. 07. +/// +/// \author Ch. Finck, Feb. 07. #include "AliMUONRawWriter.h" diff --git a/MUON/AliMUONRawWriter.h b/MUON/AliMUONRawWriter.h index 51016c319bd..024bb8df471 100644 --- a/MUON/AliMUONRawWriter.h +++ b/MUON/AliMUONRawWriter.h @@ -9,7 +9,7 @@ /// \class AliMUONRawWriter /// \brief Raw data class for trigger and tracker chambers /// -/// \author Christian Finck and Laurent Aphecetche, Subatech +// Author Christian Finck and Laurent Aphecetche, Subatech #include #include "AliRawDataHeader.h" diff --git a/MUON/AliMUONRecoCheck.cxx b/MUON/AliMUONRecoCheck.cxx index ef57885e6c9..17b36c263f9 100644 --- a/MUON/AliMUONRecoCheck.cxx +++ b/MUON/AliMUONRecoCheck.cxx @@ -16,7 +16,7 @@ /* $Id$ */ /// \class AliMUONRecoCheck -/// \brief Utility class to check reconstruction +/// Utility class to check reconstruction /// Reconstructed tracks are compared to reference tracks. /// The reference tracks are built from AliTrackReference for the /// hit in chamber (0..9) and from kinematics for the vertex parameters. diff --git a/MUON/AliMUONRegHeader.h b/MUON/AliMUONRegHeader.h index 96533c742dc..cd49c2322b2 100644 --- a/MUON/AliMUONRegHeader.h +++ b/MUON/AliMUONRegHeader.h @@ -9,7 +9,7 @@ /// \class AliMUONRegHeader /// \brief MUON regional header for trigger /// -/// \author Christian Finck +// Author Christian Finck #include diff --git a/MUON/AliMUONTrackExtrap.cxx b/MUON/AliMUONTrackExtrap.cxx index 49b17a39a45..38b5ba02ebd 100644 --- a/MUON/AliMUONTrackExtrap.cxx +++ b/MUON/AliMUONTrackExtrap.cxx @@ -39,7 +39,9 @@ #include #include +/// \cond CLASSIMP ClassImp(AliMUONTrackExtrap) // Class implementation in ROOT context +/// \endcond const AliMagF* AliMUONTrackExtrap::fgkField = 0x0; const Bool_t AliMUONTrackExtrap::fgkUseHelix = kFALSE; diff --git a/MUON/AliMUONTrackerPreprocessor.h b/MUON/AliMUONTrackerPreprocessor.h index 3e30e3efe87..f49eb0a95b2 100644 --- a/MUON/AliMUONTrackerPreprocessor.h +++ b/MUON/AliMUONTrackerPreprocessor.h @@ -10,7 +10,7 @@ /// \class AliMUONTrackerPreprocessor /// \brief Shuttle preprocessor for MUON tracker /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #include "AliMUONPreprocessor.h" diff --git a/MUON/AliMUONTriggerChamberEff.cxx b/MUON/AliMUONTriggerChamberEff.cxx index 94d9b698e56..41b2846b40b 100644 --- a/MUON/AliMUONTriggerChamberEff.cxx +++ b/MUON/AliMUONTriggerChamberEff.cxx @@ -19,7 +19,8 @@ /// implementation of the trigger chamber efficiency determination from /// data, and returns the /// efficiencyCells.dat with the calculated efficiencies -/// Author: Diego Stocco (Torino) +/// +/// \author Diego Stocco (Torino) #include "AliMUONTriggerChamberEff.h" #include "AliMUONDigit.h" diff --git a/MUON/AliMUONTriggerChamberEff.h b/MUON/AliMUONTriggerChamberEff.h index ded8d6c1327..d556b9a7aae 100644 --- a/MUON/AliMUONTriggerChamberEff.h +++ b/MUON/AliMUONTriggerChamberEff.h @@ -6,7 +6,8 @@ /// \ingroup base /// \class AliMUONTriggerChamberEff /// \brief trigger chamber efficiency from data -/// \author Diego Stocco +/// +// Author Diego Stocco #include #include diff --git a/MUON/AliMUONTriggerCircuit.cxx b/MUON/AliMUONTriggerCircuit.cxx index 1b72adb1ba1..8475f164e50 100644 --- a/MUON/AliMUONTriggerCircuit.cxx +++ b/MUON/AliMUONTriggerCircuit.cxx @@ -20,6 +20,8 @@ /// the X positions of the (doubled or not) Y strips. /// This is used to associate the global positions to the fired strips of the /// local trigger output (see AliMUONTrackReconstructor::MakeTriggerTrack) +/// +/// \author Philippe Crochet (LPCCFd) #include "AliMUONTriggerCircuit.h" #include "AliMUON.h" diff --git a/MUON/AliMUONTriggerCircuit.h b/MUON/AliMUONTriggerCircuit.h index 7458983fa4b..a8a38f65f8b 100644 --- a/MUON/AliMUONTriggerCircuit.h +++ b/MUON/AliMUONTriggerCircuit.h @@ -10,7 +10,7 @@ /// \class AliMUONTriggerCircuit /// \brief MUON Trigger circuit /// -/// \author Philippe Crochet (LPCCFd) +// Author Philippe Crochet (LPCCFd) #include #include diff --git a/MUON/AliMUONVSubprocessor.h b/MUON/AliMUONVSubprocessor.h index 0078833373d..39d1c1ff6a0 100644 --- a/MUON/AliMUONVSubprocessor.h +++ b/MUON/AliMUONVSubprocessor.h @@ -10,7 +10,7 @@ /// \class AliMUONVSubprocessor /// \brief Base class for a shuttle sub-task for MUON (either TRK or TRG) /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TNamed # include "TNamed.h" diff --git a/MUON/AliMUONVTrackReconstructor.cxx b/MUON/AliMUONVTrackReconstructor.cxx index 8a806a59722..cc925a26102 100644 --- a/MUON/AliMUONVTrackReconstructor.cxx +++ b/MUON/AliMUONVTrackReconstructor.cxx @@ -51,7 +51,9 @@ #include #include +/// \cond CLASSIMP ClassImp(AliMUONVTrackReconstructor) // Class implementation in ROOT context +/// \endcond //************* Defaults parameters for reconstruction const Double_t AliMUONVTrackReconstructor::fgkDefaultMinBendingMomentum = 3.0; diff --git a/MUON/mapping/AliMpCathodType.cxx b/MUON/mapping/AliMpCathodType.cxx index ce0aa7a8ee6..dc96c31a6f3 100644 --- a/MUON/mapping/AliMpCathodType.cxx +++ b/MUON/mapping/AliMpCathodType.cxx @@ -4,11 +4,11 @@ // $Id$ // $MpId: AliMpCathodType.h,v 1.8 2006/05/24 13:58:07 ivana Exp $ -/// \ingroup basic -/// \enum AliMpCathodType -/// Enumeration for refering to cath0 and cath1. -/// -/// \author Ivana Hrivnacova; IPN Orsay +// \ingroup basic +// \enum AliMpCathodType +// Enumeration for refering to cath0 and cath1. +// +// \author Ivana Hrivnacova; IPN Orsay #include "AliMpCathodType.h" diff --git a/MUON/mapping/AliMpCathodType.h b/MUON/mapping/AliMpCathodType.h index 7ee382f89a4..7175fa8bf26 100644 --- a/MUON/mapping/AliMpCathodType.h +++ b/MUON/mapping/AliMpCathodType.h @@ -5,7 +5,7 @@ // $MpId: AliMpCathodType.h,v 1.8 2006/05/24 13:58:07 ivana Exp $ /// \ingroup basic -/// \enum AliMpCathodType +/// \enum AliMp::CathodType /// Enumeration for refering to cath0 and cath1. /// /// \author Ivana Hrivnacova; IPN Orsay diff --git a/MUON/mapping/AliMpDirection.h b/MUON/mapping/AliMpDirection.h index f551a89eb2d..8680fbfcc7f 100755 --- a/MUON/mapping/AliMpDirection.h +++ b/MUON/mapping/AliMpDirection.h @@ -5,7 +5,7 @@ // $MpId: AliMpDirection.h,v 1.6 2006/05/24 13:58:07 ivana Exp $ /// \ingroup basic -/// \enum AliMpDirection +/// \enum AliMp::Direction /// Enumeration for the directions in a plane. /// /// \author David Guez, IPN Orsay diff --git a/MUON/mapping/AliMpExMap.cxx b/MUON/mapping/AliMpExMap.cxx index 8dfbd7259b5..294944dd96b 100644 --- a/MUON/mapping/AliMpExMap.cxx +++ b/MUON/mapping/AliMpExMap.cxx @@ -329,8 +329,8 @@ TObject* AliMpExMap::GetValue(Int_t key) const //_____________________________________________________________________________ void AliMpExMap::Streamer(TBuffer &R__b) { -/// Customized streamer \n -/// After the arrays are read, fill the transient map +// Customized streamer \n +// After the arrays are read, fill the transient map if (R__b.IsReading()) { AliMpExMap::Class()->ReadBuffer(R__b, this); diff --git a/MUON/mapping/AliMpIteratorPainter.h b/MUON/mapping/AliMpIteratorPainter.h index d9d764f566d..1f4371d9503 100644 --- a/MUON/mapping/AliMpIteratorPainter.h +++ b/MUON/mapping/AliMpIteratorPainter.h @@ -10,7 +10,7 @@ /// \class AliMpIteratorPainter /// \brief Painter for a group of pads defined by an iterator /// -/// Author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ALI_MP_V_PAINTER_H # include "AliMpVPainter.h" diff --git a/MUON/mapping/AliMpManuList.h b/MUON/mapping/AliMpManuList.h index 24a6e2e696e..a4c55c8b8eb 100644 --- a/MUON/mapping/AliMpManuList.h +++ b/MUON/mapping/AliMpManuList.h @@ -10,7 +10,7 @@ /// \class AliMpManuList /// \brief Cache of often used information /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TObject # include "TObject.h" diff --git a/MUON/mapping/AliMpPlaneType.h b/MUON/mapping/AliMpPlaneType.h index cbd243a993f..3f1ddd840dc 100755 --- a/MUON/mapping/AliMpPlaneType.h +++ b/MUON/mapping/AliMpPlaneType.h @@ -5,7 +5,7 @@ // $MpId: AliMpPlaneType.h,v 1.8 2006/05/24 13:58:07 ivana Exp $ /// \ingroup basic -/// \enum AliMpPlaneType +/// \enum AliMp::PlaneType /// Enumeration for refering to bending and non-bending planes. /// /// \author David Guez, Ivana Hrivnacova; IPN Orsay diff --git a/MUON/mapping/AliMpStationType.h b/MUON/mapping/AliMpStationType.h index c6e15b6aaf6..5b7c07084bb 100644 --- a/MUON/mapping/AliMpStationType.h +++ b/MUON/mapping/AliMpStationType.h @@ -5,7 +5,7 @@ // $MpId: AliMpStationType.h,v 1.9 2006/05/24 13:58:07 ivana Exp $ /// \ingroup basic -/// \enum AliMpStationType +/// \enum AliMp::StationType /// Enumeration for refering to a MUON station /// /// \author David Guez, Ivana Hrivnacova; IPN Orsay diff --git a/MUON/mapping/AliMpXDirection.h b/MUON/mapping/AliMpXDirection.h index dd10b39a610..d27315d7338 100644 --- a/MUON/mapping/AliMpXDirection.h +++ b/MUON/mapping/AliMpXDirection.h @@ -5,7 +5,7 @@ // $MpId: AliMpXDirection.h,v 1.6 2006/05/24 13:58:07 ivana Exp $ /// \ingroup basic -/// \enum AliMpDirection +/// \enum AliMp::XDirection /// Enumeration for the directions in a plane. /// /// \author David Guez, IPN Orsay -- 2.43.5