]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/mapping/AliMpContainers.h
Updated for replacement of AliMpReader with AliMpSectorReader
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpContainers.h
CommitLineData
dee1d5f1 1/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2 * See cxx source for full Copyright notice */
3
f79c58a5 4// $Id$
dee1d5f1 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
f79c58a5 13
14#define WITH_ROOT
15//#define WITH_STL
16