AliRoot Core  edcc906 (edcc906)
AliTPCClustersRow.h
Go to the documentation of this file.
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 
10 
11 
12 #include "AliClusters.h"
13 
14 class TObject;
15 
16 
18 public:
20  AliTPCClustersRow(const char *classname); // special constructor
21  virtual TObject *InsertCluster(const TObject *c);
22  virtual TObject *Append(); //create new object return pointer to this object
23 
24 public:
25 
27  ClassDef(AliTPCClustersRow,1) // Cluster manager
29 };
30 #endif //ALITPCCLUSTERROW_H
31 
32 
33 
34 
35 
36 
37 
virtual TObject * Append()
Time Projection Chamber AliTPCClusterRow objects.
Time Projection Chamber clusters objects.
Definition: AliClusters.h:17
virtual TObject * InsertCluster(const TObject *c)