]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCcluster.cxx
Temporary protection if one runs raw->sdigits for the real data.
[u/mrichter/AliRoot.git] / TPC / AliTPCcluster.cxx
index 69296d0757576c28fcb161ccf0bcd06a7a2d4330..22232c020a68354f42d7129d927b04c86ef5cf0b 100644 (file)
 #include "AliTPCcluster.h"
 
 ClassImp(AliTPCcluster)
-
+//
+AliTPCcluster::AliTPCcluster(Int_t *lab, Float_t *hit):
+  AliCluster(0,hit,0.,0.,lab),
+  fQ(0.)
+{
+  //
+  // constructor
+  //
+  fQ=hit[4];
+}
 //____________________________________________________________________________
 Double_t AliTPCcluster::SigmaY2(Double_t r, Double_t tgl, Double_t pt)
 {