]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected Doxygen warnings:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Mar 2007 18:07:13 +0000 (18:07 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Mar 2007 18:07:13 +0000 (18:07 +0000)
- 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

61 files changed:
MUON/AliMUON2DMap.cxx
MUON/AliMUON2DMapIterator.cxx
MUON/AliMUON2DMapIterator.h
MUON/AliMUON2DStoreValidator.h
MUON/AliMUONAlignment.cxx
MUON/AliMUONBlockHeader.h
MUON/AliMUONBusStruct.h
MUON/AliMUONCalibParam2F.cxx
MUON/AliMUONCheckItem.h
MUON/AliMUONCheckItemIterator.h
MUON/AliMUONClusterFinderCOG.cxx
MUON/AliMUONClusterFinderSimpleFit.cxx
MUON/AliMUONClusterSplitterMLEM.cxx
MUON/AliMUONClusterSplitterMLEM.h
MUON/AliMUONDDLTracker.h
MUON/AliMUONDDLTrigger.h
MUON/AliMUONDarcHeader.h
MUON/AliMUONDataIterator.h
MUON/AliMUONDigitCalibrator.h
MUON/AliMUONDigitMaker.cxx
MUON/AliMUONDigitMaker.h
MUON/AliMUONDigitizerV3.h
MUON/AliMUONDspHeader.h
MUON/AliMUONGMSSubprocessor.cxx
MUON/AliMUONHVNamer.cxx
MUON/AliMUONHVNamer.h
MUON/AliMUONHVSubprocessor.cxx
MUON/AliMUONHVSubprocessor.h
MUON/AliMUONLocalStruct.h
MUON/AliMUONLogger.cxx
MUON/AliMUONLogger.h
MUON/AliMUONPadStatusMaker.cxx
MUON/AliMUONPadStatusMaker.h
MUON/AliMUONPadStatusMapMaker.cxx
MUON/AliMUONPadStatusMapMaker.h
MUON/AliMUONPayloadTracker.h
MUON/AliMUONPayloadTrigger.h
MUON/AliMUONPedestalEventGenerator.h
MUON/AliMUONPedestalSubprocessor.h
MUON/AliMUONPreprocessor.h
MUON/AliMUONRawWriter.cxx
MUON/AliMUONRawWriter.h
MUON/AliMUONRecoCheck.cxx
MUON/AliMUONRegHeader.h
MUON/AliMUONTrackExtrap.cxx
MUON/AliMUONTrackerPreprocessor.h
MUON/AliMUONTriggerChamberEff.cxx
MUON/AliMUONTriggerChamberEff.h
MUON/AliMUONTriggerCircuit.cxx
MUON/AliMUONTriggerCircuit.h
MUON/AliMUONVSubprocessor.h
MUON/AliMUONVTrackReconstructor.cxx
MUON/mapping/AliMpCathodType.cxx
MUON/mapping/AliMpCathodType.h
MUON/mapping/AliMpDirection.h
MUON/mapping/AliMpExMap.cxx
MUON/mapping/AliMpIteratorPainter.h
MUON/mapping/AliMpManuList.h
MUON/mapping/AliMpPlaneType.h
MUON/mapping/AliMpStationType.h
MUON/mapping/AliMpXDirection.h

index b541f1d81730654902ad91363ca93814c7f64afb..5c60e7f0e4ae0022d5f710ccacfb4fb73df915e5 100644 (file)
@@ -28,7 +28,7 @@
 #include <TList.h>
 
 /// \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
 ///
index 785a8c007d199fbcb2a95c9c85808953ba720075..fb282bca16e93b83377d2f562b4b78bdb6a22002 100644 (file)
@@ -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.
 ///
index 3d30bd94f689c6e1f1b5bea68c34f3dde0048278..f346d50d86820729208de022ae482a2eb290ba3e 100644 (file)
@@ -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"
index a621962aeb44f76977de3dd2b130e740c322fb4c..f5a9f3d900677188dca8e954314e7fc64e6f787e 100644 (file)
@@ -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"
index d0728f4aee58581a4161d56cb126b4b66c3d073f..3976596a812a837865fd88dfeec02342800a259a 100644 (file)
 
 #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};
index 4507843dc3efe694173443f7d983fc78c0d87dd0..0935fdc7620cf33591bac6fecd476779153d23e3 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONBlockHeader
 /// \brief MUON block (Crocus CRT)  header for tracker event
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 #include <TClonesArray.h>
index 34f57b80f57f9e28c7f5a846f7a4733ea94c76db..5813558162bc57c8e1f20ec61bba0a859ebc5363 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONBusStruct
 /// \brief MUON buspatch structure for tracker
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 
index 5932b55af26121b42ecf101140099a99016159af..815d5130f377dc5996dc22d94d6ecaa65c528743 100644 (file)
@@ -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,
index 8bbdae62005f05e6e01278bd5b2c81399f6d845b..02683e5784cc9a8550f310ba258017693207f5fa 100644 (file)
@@ -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"
index 02ef7cba68c1628d3e1e3991d8c26c01b40bd5ca..7f33dfde54243244d64e4eab7080072a192a68cb 100644 (file)
@@ -10,7 +10,7 @@
 /// \class AliMUONCheckItemIterator
 /// \brief Iterator on CheckItem
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ROOT_TObject
 #  include "TObject.h"
index f7087ce6b26e90cdce69ed80ff23d96aa76e27e7..335766f9ce4c7dddc8f1ac9c3235ad8a557f89d1 100644 (file)
@@ -39,7 +39,7 @@
 ///
 /// \author Laurent Aphecetche
 
-/// \nocond CLASSIMP
+/// \cond CLASSIMP
 ClassImp(AliMUONClusterFinderCOG)
 /// \endcond
 
index 7a1b330ea63bbee06e7b989cb65764a7685acbae..52ee92ddb6ddf2e9d13decbf9dca02b41ba527ae 100644 (file)
@@ -45,7 +45,7 @@
 ///
 /// \author Laurent Aphecetche
 
-/// \nocond CLASSIMP
+/// \cond CLASSIMP
 ClassImp(AliMUONClusterFinderSimpleFit)
 /// \endcond
 
index 601db21f4fb9e539ba29205edc9d0bf519a6ef95..44883c1abd865d8a4adfe397fc71e0f2d958f283 100644 (file)
@@ -44,7 +44,9 @@
 #include <TROOT.h>
 #include <TRandom.h>
 
+/// \cond CLASSIMP
 ClassImp(AliMUONClusterSplitterMLEM)
+/// \endcond
 
 const Double_t AliMUONClusterSplitterMLEM::fgkCouplMin = 1.e-3; // threshold on coupling 
 
index bfb7a79ca2bde65d91abf45379a5faf440a5da38..d2d28e9c40bff3e7d1ef23c69c14d8cb4caacb9f 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup
+/// \ingroup rec
 /// \class AliMUONClusterSplitterMLEM
 /// \brief
 /// 
index 3329783568e386b7f7fd6c9d34a804f74b289ee4..834472211397999bcc8012167d0d035f5f1e7e7c 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONDDLTracker
 /// \brief MUON DDL tracker
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 #include <TClonesArray.h>
index d0386e907aa2c70b903594d95147a227916a9a2b..97e3a07f47225779110f2658be0f2140961d5cb2 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONDDLTrigger
 /// \brief MUON DDL Trigger
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 
index 187a6127e271d396e8d53945a5d800103d499d0d..c74c30f19c9afdf0f322bbecb6547b1829cf238b 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONDarcHeader
 /// \brief MUON Darc header for Trigger
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 #include <TClonesArray.h>
index 8d7c58522add73103d4bb661ad9d3d9229ac3956..423d04ea2b97c90eef3cdba44e8e806db7584d33 100644 (file)
@@ -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
index 13d0a06e5baf3a59d0a551faa16bfbd5ecc27aa3..50922c371c6c69b277619a8febaf63f1ea90cd30 100644 (file)
@@ -7,7 +7,7 @@
 /// \class AliMUONDigitCalibrator
 /// \brief Class to calibrate the digits
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ALIMUONDIGITCALIBRATOR_H
 #define ALIMUONDIGITCALIBRATOR_H
index 5f4c381655c9b8e1f881f3ffef60cf2cd6dfd427..eb4b9070fe7132bc1b0789a5df36c32f1998554c 100644 (file)
@@ -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"
index 4750b317ff5e355d25610029b3e447995e0120b2..84b575964f18613630af21d3a8fa17fb50f254aa 100644 (file)
@@ -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 <TObject.h>
 #include "TStopwatch.h"
index b0acfb7e621354463ef137493f63df0ea1502ed8..c80f6a8f819f7676fb6aede74bb56358ed2a862d 100644 (file)
@@ -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
index 25e20bfee30b5d4a3d31a9e8d4a6207635b70f18..856aa7502de3a0a34713e03282cfd5413a3f4300 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONDspHeader
 /// \brief MUON DSP header for tracker event
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 #include <TClonesArray.h>
index 65fab2376c072d2513d1552201afccd1433b1a84..c8a64a64f137c59874a2b07a72df0dcf6dff3fac 100644 (file)
@@ -32,7 +32,9 @@
 #include <TObjString.h>
 #include <Riostream.h>
 
+/// \cond CLASSIMP
 ClassImp(AliMUONGMSSubprocessor)
+/// \endcond
 
 const Int_t    AliMUONGMSSubprocessor::fgkSystem = AliPreprocessor::kDAQ;
 const TString  AliMUONGMSSubprocessor::fgkDataId = "GMS";
index c9119c17b78f950215e2fa3b32ae6439121c4d64..1b3eaeff92725e4560c52bf767fbc0ecdb00d48d 100644 (file)
@@ -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;
index 39ddcfaa59a7d8d0455dc3d55b9f4abaf8f3f2b2..157eaaf7f4b4877492c984696f71a4b4d018a29b 100644 (file)
@@ -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"
index b3d0d83e1ff6626b56c2b3dd4a38f3817aac5620..471b99441d30037ca2db238f52f81a7d85623a1d 100644 (file)
@@ -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"
index 26d69aace8516ca0aa9f3be3fa125d8e4013b0b3..acb595ee3f662b50bb1a9a6c45c7a88486829173 100644 (file)
@@ -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"
index 84f2628fe019c19ad3cab1d9ab887fc77f9df3ee..6ffb2440ee5a8ac864a25e19bc963b393b3cb702 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONLocalStruct
 /// \brief rawdata local card structure for trigger
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 #include <TMath.h>
index c5caeace24e3338fb4937d80b8ae6229bf6b9cc0..74967dadf5fea7e4f69c468f118b6316f944ac0f 100644 (file)
@@ -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)
 
index b5ba74310cc8f103edf1179b6e93989d07f5792f..cacbdb095407338a0d485e5850566f8cd9ccef6b 100644 (file)
@@ -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"
index 39720aa46a4601193c6a994605e5691d0b9673d3..f68035991cee9cfbfc2a2002a87dcbbf675e0948 100644 (file)
 **************************************************************************/
 
 // $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 <cassert>
 
+/// \cond CLASSIMP
 ClassImp(AliMUONPadStatusMaker)
+/// \endcond
 
 //_____________________________________________________________________________
 AliMUONPadStatusMaker::AliMUONPadStatusMaker(const AliMUONCalibrationData& calibData)
index 6f609694daaa53dfa0bdf53e64285186a990b068..55999ab5023b390c0bd7a75b3327da2b4c274a7e 100644 (file)
@@ -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"
index 3376acfb585e67dd868c98db822a5cdfe888fe05..3f6a69d6bec90929f627cb1cbf7a60d460f2498e 100644 (file)
@@ -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 <map>
 #include <utility>
 
+/// \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;
index d1654705bcdb55d921e5fb9c9f46ec796b00b2f9..e5d1aeaf07296b6d806fc4060d71409de53612eb 100644 (file)
@@ -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"
index b33c15965293877fdc9ca1356593af1ac8199264..1c27f2da5cd49fae7d58f772ec3517a8a6c4fbac 100644 (file)
@@ -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 <TObject.h>
 
index 706aab14b86ec29ba3d190fd22e23f0959cc459f..ff2000885f6f4a059a7798b1d7bf80fc61c6f02d 100644 (file)
@@ -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 <TObject.h>
 
index 3998ce2e21822822576270c9de0e19b96eddfb18..44096816b9133419f64c6259d90c4d5a1ce70226 100644 (file)
@@ -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"
index 21efca44b7cc78581a8cc950d882a889552a7549..8185cefeccefd90d1e4c809da5d7525e570b1f87 100644 (file)
@@ -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"
index cd3d0bccdf4bf66956c476b288357f183c98d5b6..b38a544c8181fcaa09b4369731c128d69deb0e99 100644 (file)
@@ -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"
index 8d4b9620d1a37fa6d6c42025ef3fae6a7a8fc9ec..23bfda457ab0a5d65e10aa777cb390381a46233d 100644 (file)
@@ -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"
index 51016c319bd449e805bb3e2e465c547e60cb87cb..024bb8df471a8fdf4c318136e81d88396d220b0f 100644 (file)
@@ -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 <TObject.h>
 #include "AliRawDataHeader.h"
index ef57885e6c989d5d92c59f8bf0bd3b9ba58ccbad..17b36c263f9b48e9faecf036d5a489ce224f0832 100644 (file)
@@ -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.     
index 96533c742dcd4ed52654559585e54a9684c6acf3..cd49c2322b230cfcabe873c05b84fa0f4c3134be 100644 (file)
@@ -9,7 +9,7 @@
 /// \class AliMUONRegHeader
 /// \brief MUON regional header for trigger
 ///
-/// \author Christian Finck
+//  Author Christian Finck
 
 #include <TObject.h>
 
index 49b17a39a4537306de71a35153b7f58f03930f61..38b5ba02ebd1e854bdc3b82c29ca0f60cfa7d8bd 100644 (file)
@@ -39,7 +39,9 @@
 #include <TMatrixD.h>
 #include <TGeoManager.h>
 
+/// \cond CLASSIMP
 ClassImp(AliMUONTrackExtrap) // Class implementation in ROOT context
+/// \endcond
 
 const AliMagF* AliMUONTrackExtrap::fgkField = 0x0;
 const Bool_t   AliMUONTrackExtrap::fgkUseHelix = kFALSE;
index 3e30e3efe87287118bb0fbcb4670ba3fb7241075..f49eb0a95b2ae3dda06458f8d65cc98ce8d0b87a 100644 (file)
@@ -10,7 +10,7 @@
 /// \class AliMUONTrackerPreprocessor
 /// \brief Shuttle preprocessor for MUON tracker
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #include "AliMUONPreprocessor.h"
 
index 94d9b698e563edfef0571e38069145c710ea8197..41b2846b40b0368a9a6be7e9d1a3e52aa1ed8eac 100644 (file)
@@ -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"
index ded8d6c13273963ee4657960b64eacae181ad6a7..d556b9a7aae64e6fd4a32d4195136add2f29c4ba 100644 (file)
@@ -6,7 +6,8 @@
 /// \ingroup base
 /// \class AliMUONTriggerChamberEff
 /// \brief trigger chamber efficiency from data
-/// \author Diego Stocco
+///
+//  Author Diego Stocco
 
 #include <TObject.h>
 #include <TString.h>
index 1b72adb1ba19204c47c6bda1fb0805dd12629efb..8475f164e50623baed1a07b16659c6e96ece1dc1 100644 (file)
@@ -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"
index 7458983fa4b4dc2ecf26278796a35779646aecbd..a8a38f65f8b66bef0a13c4267ac5f93b2fbfce7d 100644 (file)
@@ -10,7 +10,7 @@
 /// \class AliMUONTriggerCircuit
 /// \brief MUON Trigger circuit
 ///
-/// \author Philippe Crochet (LPCCFd)
+//  Author Philippe Crochet (LPCCFd)
 
 #include <TObject.h>
 #include <TObjArray.h>
index 0078833373d3c9f48fc9ac8d9f5c591512972bf6..39d1c1ff6a0beb69e9798b9ea47d82071a815f03 100644 (file)
@@ -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"
index 8a806a59722d608bbad250548e1ec6c0eb6a2536..cc925a26102c020caeafb972fe90df78fb5ff91b 100644 (file)
@@ -51,7 +51,9 @@
 #include <TClonesArray.h>
 #include <TMath.h>
 
+/// \cond CLASSIMP
 ClassImp(AliMUONVTrackReconstructor) // Class implementation in ROOT context
+/// \endcond
 
 //************* Defaults parameters for reconstruction
 const Double_t AliMUONVTrackReconstructor::fgkDefaultMinBendingMomentum = 3.0;
index ce0aa7a8ee63e71c26f87e1b454853ab3cd7ba4f..dc96c31a6f3f1ef5f194c8694bea4a8c5365c117 100644 (file)
@@ -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"
 
index 7ee382f89a4c8f156158f86cfeb261005b9acd96..7175fa8bf26afa2b20f47a60de4bffe713021225 100644 (file)
@@ -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
index f551a89eb2d22b75396fd564a2f3c62e3278aa75..8680fbfcc7f996de6b7197dae976be055fec6580 100755 (executable)
@@ -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
index 8dfbd7259b5ab2f5b64196dae743e484cd6fa3fb..294944dd96b6820c0b6d9907bcfb9a9aa64f430d 100644 (file)
@@ -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);
index d9d764f566d806d59910915adeee6d28307697ae..1f4371d95030af8363ac8c953e2a19af62f8898d 100644 (file)
@@ -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"
index 24a6e2e696ee7bc4feb3f706201632be7e1f84d2..a4c55c8b8eb282a5a29f24bb39596e4d203d2716 100644 (file)
@@ -10,7 +10,7 @@
 /// \class AliMpManuList
 /// \brief Cache of often used information
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ROOT_TObject
 #  include "TObject.h"
index cbd243a993f1d0081991813506b1b78c7c237205..3f1ddd840dcf8d8cf0ed993741fb38b4341ce9bb 100755 (executable)
@@ -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
index c6e15b6aaf691901925c89d848c3190b2695bded..5b7c07084bbd2bc55923fb231bf826b5f2561f4b 100644 (file)
@@ -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
index dd10b39a6106ce324721fc942fc769063452e20e..d27315d7338ac131ebd23525b67cf7ea1c6db14d 100644 (file)
@@ -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