From: ivana Date: Wed, 28 Nov 2007 10:26:19 +0000 (+0000) Subject: Changed \ingroup (for Doxygen), now in MUONcore. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=46df088d463a6de0ab7c7dfdb305f0d9d4e51de8 Changed \ingroup (for Doxygen), now in MUONcore. --- diff --git a/MUON/AliMUON1DArray.h b/MUON/AliMUON1DArray.h index 61c069ebef2..0442ed9a115 100644 --- a/MUON/AliMUON1DArray.h +++ b/MUON/AliMUON1DArray.h @@ -3,7 +3,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUON1DArray /// \brief Implementation of AliMUONVStore /// diff --git a/MUON/AliMUON1DMap.h b/MUON/AliMUON1DMap.h index 397259b9775..52e66135e6f 100644 --- a/MUON/AliMUON1DMap.h +++ b/MUON/AliMUON1DMap.h @@ -3,7 +3,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUON1DMap /// \brief Implementation of AliMUONVStore /// diff --git a/MUON/AliMUON1DMapIterator.h b/MUON/AliMUON1DMapIterator.h index 97c56173d3c..5e5a5b5f373 100644 --- a/MUON/AliMUON1DMapIterator.h +++ b/MUON/AliMUON1DMapIterator.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUON1DMapIterator /// \brief Implementation of TIterator for 1D maps /// diff --git a/MUON/AliMUON2DMap.h b/MUON/AliMUON2DMap.h index b610bb5fd34..12a3580ece5 100644 --- a/MUON/AliMUON2DMap.h +++ b/MUON/AliMUON2DMap.h @@ -3,7 +3,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUON2DMap /// \brief Basic implementation of AliMUONVStore container using /// AliMpExMap internally. diff --git a/MUON/AliMUON2DMapIterator.h b/MUON/AliMUON2DMapIterator.h index 6061444f292..b96e595bc37 100644 --- a/MUON/AliMUON2DMapIterator.h +++ b/MUON/AliMUON2DMapIterator.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUON2DMapIterator /// \brief Implementation of TIterator for 2D maps /// diff --git a/MUON/AliMUON2DMapIteratorByI.h b/MUON/AliMUON2DMapIteratorByI.h index 7c8b61bb9ae..69058af09ee 100644 --- a/MUON/AliMUON2DMapIteratorByI.h +++ b/MUON/AliMUON2DMapIteratorByI.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUON2DMapIteratorByIByI /// \brief Implementation of TIterator for 2D maps /// diff --git a/MUON/AliMUONCheckItem.h b/MUON/AliMUONCheckItem.h index c03616db6c0..7f73288f73f 100644 --- a/MUON/AliMUONCheckItem.h +++ b/MUON/AliMUONCheckItem.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUONCheckItem /// \brief A structure used to gather information at different levels (ch,manu,de,chamber) /// diff --git a/MUON/AliMUONCheckItemIterator.h b/MUON/AliMUONCheckItemIterator.h index 4a85d8570de..f734c694967 100644 --- a/MUON/AliMUONCheckItemIterator.h +++ b/MUON/AliMUONCheckItemIterator.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUONCheckItemIterator /// \brief Iterator on CheckItem /// diff --git a/MUON/AliMUONObjectPair.h b/MUON/AliMUONObjectPair.h index 8f7049fa4a4..8343bb3cac1 100644 --- a/MUON/AliMUONObjectPair.h +++ b/MUON/AliMUONObjectPair.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUONObjectPair /// \brief The equivalent of a std::pair ;-) /// diff --git a/MUON/AliMUONStringIntMap.h b/MUON/AliMUONStringIntMap.h index 1ae2c129637..b86ba05016a 100644 --- a/MUON/AliMUONStringIntMap.h +++ b/MUON/AliMUONStringIntMap.h @@ -3,7 +3,7 @@ // $Id$ -/// \ingroup geometry +/// \ingroup core /// \class AliMUONStringIntMap /// \brief Substitutes map which ALICE does not allow to use /// diff --git a/MUON/AliMUONTreeManager.h b/MUON/AliMUONTreeManager.h index 0296993792a..5c8dd73e7b7 100644 --- a/MUON/AliMUONTreeManager.h +++ b/MUON/AliMUONTreeManager.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUONTreeManager /// \brief Helper class to ease TTree (MUON) branches manipulations /// diff --git a/MUON/AliMUONVStore.h b/MUON/AliMUONVStore.h index ad8e9195d62..30085469b43 100644 --- a/MUON/AliMUONVStore.h +++ b/MUON/AliMUONVStore.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup calib +/// \ingroup core /// \class AliMUONVStore /// \brief Base class for MUON data stores. /// diff --git a/MUON/mapping/AliMpArrayI.h b/MUON/mapping/AliMpArrayI.h index 12e5205fcd9..62b4dc004e2 100644 --- a/MUON/mapping/AliMpArrayI.h +++ b/MUON/mapping/AliMpArrayI.h @@ -4,7 +4,7 @@ // $Id$ // $MpId: AliMpArrayI.h,v 1.4 2006/05/24 13:58:07 ivana Exp $ -/// \ingroup basic +/// \ingroup core /// \class AliMpArrayI /// \brief Helper class for sorted integer array /// diff --git a/MUON/mapping/AliMpExMap.h b/MUON/mapping/AliMpExMap.h index b0d376c9d7c..44965522f36 100644 --- a/MUON/mapping/AliMpExMap.h +++ b/MUON/mapping/AliMpExMap.h @@ -4,7 +4,7 @@ // $Id$ // $MpId: AliMpExMap.h,v 1.4 2006/05/24 13:58:07 ivana Exp $ -/// \ingroup basic +/// \ingroup core /// \class AliMpExMap /// \brief Helper class making Root persistent TExMap /// diff --git a/MUON/mapping/AliMpIntPair.h b/MUON/mapping/AliMpIntPair.h index a3846c62c3d..3787e4f3c73 100755 --- a/MUON/mapping/AliMpIntPair.h +++ b/MUON/mapping/AliMpIntPair.h @@ -4,7 +4,7 @@ // $Id$ // $MpId: AliMpIntPair.h,v 1.6 2006/05/24 13:58:07 ivana Exp $ -/// \ingroup basic +/// \ingroup core /// \class AliMpIntPair /// \brief A pair of integers. /// diff --git a/MUON/mapping/AliMpStringObjMap.h b/MUON/mapping/AliMpStringObjMap.h index 6a21816fcd2..6639153196c 100644 --- a/MUON/mapping/AliMpStringObjMap.h +++ b/MUON/mapping/AliMpStringObjMap.h @@ -3,7 +3,7 @@ // $Id$ -/// \ingroup basic +/// \ingroup core /// \class AliMpStringObjMap /// \brief Substitutes map which ALICE does not allow to use ///