]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCClustersRow.cxx
Some of the coding violations corrected
[u/mrichter/AliRoot.git] / TPC / AliTPCClustersRow.cxx
index ef5fe67b3dd762d2a0cdb44ac3af1e602fd783fd..b997ba375e268d2e5b0549c6ae3b63a5d4ce8dcc 100644 (file)
@@ -13,9 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
  
- /*
-    $Log$
- */
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -50,6 +48,13 @@ AliTPCClustersRow::AliTPCClustersRow()
   fNclusters=0;
 }
 
+//____________________________________________________________________________
+AliTPCClustersRow::AliTPCClustersRow(const char *classname) : AliClusters(classname)
+{
+ // special constructor
+ fNclusters=0;
+}
+
 //_____________________________________________________________________________
 TObject *AliTPCClustersRow::InsertCluster(const TObject *c) 
 {