]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/mapping/AliMpContainers.h
Fix coverity defect
[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$
13985652 5// $MpId: AliMpContainers.h,v 1.5 2006/05/24 13:58:07 ivana Exp $
dee1d5f1 6
829425a5 7/// \ingroup basic
dee1d5f1 8/// AliMpContainers
9/// Compiler directive for selection of containers type:
10/// Either STL or ROOT
11///
13985652 12/// \author David Guez, Ivana Hrivnacova; IPN Orsay
f79c58a5 13
14#define WITH_ROOT
15//#define WITH_STL
16