]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/AliTPCClustersRow.h
Minor constant update
[u/mrichter/AliRoot.git] / TPC / AliTPCClustersRow.h
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
20 class TClonesArray;
21 class TObjArray;
22
23
24 class AliTPCClustersRow : public AliClusters{
25 public:
26   AliTPCClustersRow();
27   virtual TObject *InsertCluster(const TObject *c);
28
29 public:
30   
31   ClassDef(AliTPCClustersRow,1) 
32 };  
33 #endif //ALITPCCLUSTERROW_H