X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FBASE%2Futil%2FAliHLTCaloClusterReader.cxx;h=1f97116309b2b62feb13eb0fe6a45ab3767a4567;hb=cefad3b240e6f5900a37deef189f4542c4abd476;hp=4d0863614fb22f82f1e8558cb9f744f99cf943d7;hpb=bb29f0e92aa59759af3cddd7fa81696c95c48c82;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/BASE/util/AliHLTCaloClusterReader.cxx b/HLT/BASE/util/AliHLTCaloClusterReader.cxx index 4d0863614fb..1f97116309b 100644 --- a/HLT/BASE/util/AliHLTCaloClusterReader.cxx +++ b/HLT/BASE/util/AliHLTCaloClusterReader.cxx @@ -21,7 +21,9 @@ AliHLTCaloClusterReader::AliHLTCaloClusterReader(): fCurrentClusterPtr(0), fIsSetMemory(false), fMaxCnt(0), - fCurrentCnt(0) + fCurrentCnt(0), + fDigitsPointer(0), + fNDigits(0) { //See header file for documentation }