]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: correcting the data type of the published histograms to ROOTHIST:HLT
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 2010 07:29:51 +0000 (07:29 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Nov 2010 07:29:51 +0000 (07:29 +0000)
HLT/global/AliHLTGlobalHistoComponent.cxx

index ea6c0ec5883eacf7a4191916cac10d4657b27076..51f9932570c39184e509f9a4eec9b73299cd047e 100644 (file)
@@ -474,7 +474,7 @@ int AliHLTGlobalHistoComponent::ResetVariables()
 AliHLTComponentDataType AliHLTGlobalHistoComponent::GetOriginDataType() const
 {
   // get the origin of the output data
-  return kAliHLTVoidDataType;
+  return kAliHLTDataTypeHistogram|kAliHLTDataOriginHLT;
 }
 
 // AliHLTUInt32_t AliHLTGlobalHistoComponent::GetDataSpec() const;