ROOT logo
#ifndef ALITPCCLUSTERROW_H
#define ALITPCCLUSTERROW_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 * See cxx source for full Copyright notice                               */

/* $Id$ */

////////////////////////////////////////////////
//  Manager class for TPC   clusters                   //
////////////////////////////////////////////////


#include "AliClusters.h"

class TObject;


class AliTPCClustersRow : public AliClusters{
public:
  AliTPCClustersRow();
  AliTPCClustersRow(const char *classname); // special constructor
  virtual TObject *InsertCluster(const TObject *c);
  virtual TObject *Append();  //create new object return pointer to this object

public:
  
  ClassDef(AliTPCClustersRow,1) // Cluster manager 
};  
#endif //ALITPCCLUSTERROW_H







 AliTPCClustersRow.h:1
 AliTPCClustersRow.h:2
 AliTPCClustersRow.h:3
 AliTPCClustersRow.h:4
 AliTPCClustersRow.h:5
 AliTPCClustersRow.h:6
 AliTPCClustersRow.h:7
 AliTPCClustersRow.h:8
 AliTPCClustersRow.h:9
 AliTPCClustersRow.h:10
 AliTPCClustersRow.h:11
 AliTPCClustersRow.h:12
 AliTPCClustersRow.h:13
 AliTPCClustersRow.h:14
 AliTPCClustersRow.h:15
 AliTPCClustersRow.h:16
 AliTPCClustersRow.h:17
 AliTPCClustersRow.h:18
 AliTPCClustersRow.h:19
 AliTPCClustersRow.h:20
 AliTPCClustersRow.h:21
 AliTPCClustersRow.h:22
 AliTPCClustersRow.h:23
 AliTPCClustersRow.h:24
 AliTPCClustersRow.h:25
 AliTPCClustersRow.h:26
 AliTPCClustersRow.h:27
 AliTPCClustersRow.h:28
 AliTPCClustersRow.h:29
 AliTPCClustersRow.h:30
 AliTPCClustersRow.h:31
 AliTPCClustersRow.h:32
 AliTPCClustersRow.h:33
 AliTPCClustersRow.h:34
 AliTPCClustersRow.h:35
 AliTPCClustersRow.h:36