]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/AliTPCClustersRow.h
Minor changes
[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
cc80f89e 12
c3c63118 13#include "AliClusters.h"
cc80f89e 14
c3c63118 15class TObject;
cc80f89e 16
17
18class AliTPCClustersRow : public AliClusters{
19public:
20 AliTPCClustersRow();
73042f01 21 virtual TObject *InsertCluster(const TObject *c);
cc80f89e 22
23public:
24
c3c63118 25 ClassDef(AliTPCClustersRow,1) // Cluster manager
cc80f89e 26};
27#endif //ALITPCCLUSTERROW_H
c3c63118 28
29
30
31
32
33
34