]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpContainers.h
Corrected data (Laurent)
[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.3 2005/08/26 15:43:36 ivana Exp $
6
7 /// \ingroup basis
8 /// AliMpContainers
9 /// Compiler directive for selection of containers type:
10 /// Either STL or ROOT
11 ///
12 /// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
13
14 #define WITH_ROOT
15 //#define WITH_STL
16