X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=MUON%2FAliMUONV2DStore.cxx;h=4ba004a5ac9895b891c1a7b0c041bbbd5eeef95b;hb=5398f94668e02dcbf8366fd69a3a87777c1476d2;hp=7ca595d42063960c0cba044c78babd01aa6fb40c;hpb=c7acf11f3aa6778807f6ad55945ccbeb49ea754c;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONV2DStore.cxx b/MUON/AliMUONV2DStore.cxx index 7ca595d4206..4ba004a5ac9 100644 --- a/MUON/AliMUONV2DStore.cxx +++ b/MUON/AliMUONV2DStore.cxx @@ -17,7 +17,7 @@ #include "AliMUONV2DStore.h" -/// +/// \class AliMUONV2DStore /// Defines an interface equivalent to a 2D array of TObject, indexed /// by a pair of integers (somehow a matrix, /// except that indices are not necessarily sequential). @@ -25,17 +25,22 @@ /// It's extremely simple and hopefully allow many implementations. /// It also makes the object ownership self-evident. /// +/// \author Laurent Aphecetche +/// \cond CLASSIMP ClassImp(AliMUONV2DStore) +/// \endcond //_____________________________________________________________________________ AliMUONV2DStore::AliMUONV2DStore() { +/// Default constructor } //_____________________________________________________________________________ AliMUONV2DStore::~AliMUONV2DStore() { +/// Destructor }