]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpContainers.h
Updated comments for Doxygen - corrected warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpContainers.h
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice                               */
3
4 // $Id$
5 // $MpId: AliMpContainers.h,v 1.5 2006/05/24 13:58:07 ivana Exp $
6
7 /// \ingroup basic
8 /// AliMpContainers
9 /// Compiler directive for selection of containers type:
10 /// Either STL or ROOT
11 ///
12 /// \author David Guez, Ivana Hrivnacova; IPN Orsay
13
14 #define WITH_ROOT
15 //#define WITH_STL
16