X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FBASE%2Futil%2FAliHLTCaloClusterReader.cxx;h=d048137ca5fc2cfa92771f9f9d5305a43bb0fbae;hp=13e57f12da7eaeeb3d95330b8fb93e55f465bc3a;hb=98baf84d7cad2eb40b8d92bf6611a8ef8a84f03e;hpb=ba340030b2a1c5c4b9470289f9d4842038f9852f diff --git a/HLT/BASE/util/AliHLTCaloClusterReader.cxx b/HLT/BASE/util/AliHLTCaloClusterReader.cxx index 13e57f12da7..d048137ca5f 100644 --- a/HLT/BASE/util/AliHLTCaloClusterReader.cxx +++ b/HLT/BASE/util/AliHLTCaloClusterReader.cxx @@ -97,10 +97,8 @@ AliHLTCaloClusterReader::SetMemory(const AliHLTCaloClusterHeaderStruct* clusterH { //See header file for documentation - printf("Header with %d clusters and %d digits\n", clusterHeaderPtr->fNClusters, clusterHeaderPtr->fNDigits); fMaxCnt = clusterHeaderPtr->fNClusters; fCurrentClusterPtr = reinterpret_cast((UChar_t*)(clusterHeaderPtr) + sizeof(AliHLTCaloClusterHeaderStruct) + sizeof(AliHLTCaloDigitDataStruct)*clusterHeaderPtr->fNDigits); - printf("First cluster energy: %f\n", fCurrentClusterPtr->fEnergy); fIsSetMemory = true; }