From: ivana Date: Fri, 29 Sep 2006 11:34:54 +0000 (+0000) Subject: Renaming library analysis to evaluation, X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=929be6142bfa11ce0c50b8c05d279610a5c225f1;p=u%2Fmrichter%2FAliRoot.git Renaming library analysis to evaluation, which corresponds better its purpose (Gines) --- diff --git a/MUON/AliMUONPairLight.h b/MUON/AliMUONPairLight.h index 681576fe118..e8fec47b6f5 100644 --- a/MUON/AliMUONPairLight.h +++ b/MUON/AliMUONPairLight.h @@ -6,7 +6,7 @@ /* $Id$ */ // Revision of includes 06/09/2006 -/// \ingroup analysis +/// \ingroup evaluation /// \class AliMUONPairLight /// \brief Compact information for the generated muon pairs /// diff --git a/MUON/AliMUONTrackLight.h b/MUON/AliMUONTrackLight.h index 3471cbb7a9d..fd4f0c65540 100644 --- a/MUON/AliMUONTrackLight.h +++ b/MUON/AliMUONTrackLight.h @@ -6,7 +6,7 @@ /* $Id$ */ // Revision of includes 06/09/2006 -/// \ingroup analysis +/// \ingroup evaluation /// \class AliMUONTrackLight /// \brief Compact information for the muon generated tracks /// diff --git a/MUON/Doxymodules.h b/MUON/Doxymodules.h index 86b89604400..c2648dce557 100644 --- a/MUON/Doxymodules.h +++ b/MUON/Doxymodules.h @@ -19,8 +19,8 @@ */ /** @} */ -/** @defgroup analysis MUON_analysis - * Category of classes for analysis +/** @defgroup analysis MUON_evaluation + * Category of classes for evaluation * @{ */ /** @} */ diff --git a/MUON/MUONanalysisLinkDef.h b/MUON/MUONevaluationLinkDef.h similarity index 100% rename from MUON/MUONanalysisLinkDef.h rename to MUON/MUONevaluationLinkDef.h diff --git a/MUON/libMUONanalysis.pkg b/MUON/libMUONevaluation.pkg similarity index 79% rename from MUON/libMUONanalysis.pkg rename to MUON/libMUONevaluation.pkg index da34d6990c2..f0a74713fd3 100644 --- a/MUON/libMUONanalysis.pkg +++ b/MUON/libMUONevaluation.pkg @@ -3,7 +3,7 @@ SRCS:= AliMUONPairLight.cxx AliMUONTrackLight.cxx HDRS:= $(SRCS:.cxx=.h) -DHDR:= MUONanalysisLinkDef.h +DHDR:= MUONevaluationLinkDef.h EINCLUDE:= RAW MUON/mapping