]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCClustersRow.cxx
sort constituents
[u/mrichter/AliRoot.git] / TPC / AliTPCClustersRow.cxx
index f26175987dc336c459232fc50718d7e02c73f5a3..b997ba375e268d2e5b0549c6ae3b63a5d4ce8dcc 100644 (file)
@@ -48,6 +48,13 @@ AliTPCClustersRow::AliTPCClustersRow()
   fNclusters=0;
 }
 
+//____________________________________________________________________________
+AliTPCClustersRow::AliTPCClustersRow(const char *classname) : AliClusters(classname)
+{
+ // special constructor
+ fNclusters=0;
+}
+
 //_____________________________________________________________________________
 TObject *AliTPCClustersRow::InsertCluster(const TObject *c) 
 {