]> git.uio.no Git - u/mrichter/AliRoot.git/blame - CONTAINERS/AliMemArray.h
New histograms (C.Cheshkov)
[u/mrichter/AliRoot.git] / CONTAINERS / AliMemArray.h
CommitLineData
08edbb90 1#ifndef ALIMEMARRAY_H
2#define ALIMEMARRAY_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7///////////////////////////////////////////////////////////////////////////////
8// //
9// AliMemArray //
10// (Pseudo)Container optimised for fast random access operator[ ]. //
11