]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bugfix in AliPoints2Memory
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2002 13:14:43 +0000 (13:14 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2002 13:14:43 +0000 (13:14 +0000)
HLT/src/AliL3FileHandler.cxx

index b84df4d7b6fdf02c8726b7c42a323691deec1a2a..8a3bf9e87abb2c672159b2c824a57565c7faa7e4 100644 (file)
@@ -605,6 +605,7 @@ AliL3SpacePointData * AliL3FileHandler::AliPoints2Memory(UInt_t & npoint){
       data[n].fZ = c->GetZ();
       data[n].fY = c->GetY();
       data[n].fX = fParam->GetPadRowRadii(sector,row);
+      data[n].fCharge = (UInt_t)c->GetQ();
       data[n].fID = n+((fSlice&0x7f)<<25)+((fPatch&0x7)<<22);//uli
       data[n].fPadRow = lrow;
       data[n].fXYErr = sqrt(c->GetSigmaY2());