]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/AliArrayS.h
Changes due to the new hit structure.
[u/mrichter/AliRoot.git] / TPC / AliArrayS.h
CommitLineData
cc80f89e 1#ifndef ALIARRAYS_H
2#define ALIARRAYS_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// Manager class generaol Alice segment digits
10// segment is for example one pad row in TPC //
11////////////////////////////////////////////////
12
13#include "TObject.h"
14#include "TArrayS.h"
15
16
17class AliArrayS: public TObject,public TArrayS {
18public:
19 void Expand(Int_t n);
446ab814 20 ClassDef(AliArrayS,1) // Array handling
cc80f89e 21};
22#endif //ALIARRAYS_H