X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FPHOS%2FAliHLTPHOSMonitorTriggerComponent.cxx;h=90d8716f0cc5fad88f288d06c8fa2d2f0c884655;hb=dda65b42746ffe8d52ff26cbc6a5dc19ac387c37;hp=648de5630a57b3337380c280a7e8dbbe9952dc15;hpb=7fdb2519b5c46634a48500f3702063714f9277d9;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/PHOS/AliHLTPHOSMonitorTriggerComponent.cxx b/HLT/PHOS/AliHLTPHOSMonitorTriggerComponent.cxx index 648de5630a5..90d8716f0cc 100644 --- a/HLT/PHOS/AliHLTPHOSMonitorTriggerComponent.cxx +++ b/HLT/PHOS/AliHLTPHOSMonitorTriggerComponent.cxx @@ -15,7 +15,7 @@ **************************************************************************/ #include - +#include "AliHLTPHOSDefinitions.h" // PTH #include "AliHLTPHOSMonitorTriggerComponent.h" #include "AliHLTCaloClusterDataStruct.h" #include "AliHLTDataTypes.h" @@ -45,7 +45,7 @@ AliHLTPHOSMonitorTriggerComponent gAliHLTPHOSMonitorTriggerComponent; AliHLTPHOSMonitorTriggerComponent::AliHLTPHOSMonitorTriggerComponent(): - AliHLTPHOSProcessor(), + AliHLTCaloProcessor(), fCheckClusterEnergy(false), fCheckClusterMultiplicities(false), fClusterEnergyThreshold(1), @@ -197,7 +197,7 @@ AliHLTPHOSMonitorTriggerComponent::CheckClusters(AliHLTCaloClusterHeaderStruct* AliHLTCaloClusterDataStruct* clusterPtr = 0; - clusterPtr = reinterpret_cast(clusterHeaderPtr + sizeof(AliHLTCaloClusterHeaderStruct)); + clusterPtr = reinterpret_cast((UChar_t*)(clusterHeaderPtr + 1)); for(UInt_t n = 0; n < nClusters; n++) {