]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/AliTPCClustersRow.h
Update for coding convensions
[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
28 public:
29   
30   ClassDef(AliTPCClustersRow,1) 
31 };  
32 #endif //ALITPCCLUSTERROW_H