]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/AliTPCClustersRow.h
This commit was generated by cvs2svn to compensate for changes in r1018,
[u/mrichter/AliRoot.git] / TPC / AliTPCClustersRow.h
CommitLineData
cc80f89e 1#ifndef ALITPCCLUSTERROW_H
2#define ALITPCCLUSTERROW_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 for TPC clusters //
10////////////////////////////////////////////////
11
12#include "AliDetector.h"
13#include "AliSegmentArray.h"
14#include "AliClusters.h"
15
16
17#include <TClonesArray.h>
18
19
20class TClonesArray;
21class TObjArray;
22
23
24class AliTPCClustersRow : public AliClusters{
25public:
26 AliTPCClustersRow();
27
28public:
29
30 ClassDef(AliTPCClustersRow,1)
31};
32#endif //ALITPCCLUSTERROW_H