From bf09f5241b5986a203cae89cd088820ac45982d2 Mon Sep 17 00:00:00 2001 From: richterm Date: Tue, 9 Nov 2010 22:27:37 +0000 Subject: [PATCH] using now the specification provided by the base class --- HLT/global/AliHLTGlobalHistoComponent.cxx | 6 ------ HLT/global/AliHLTGlobalHistoComponent.h | 2 -- 2 files changed, 8 deletions(-) diff --git a/HLT/global/AliHLTGlobalHistoComponent.cxx b/HLT/global/AliHLTGlobalHistoComponent.cxx index 51f9932570c..c002f01d754 100644 --- a/HLT/global/AliHLTGlobalHistoComponent.cxx +++ b/HLT/global/AliHLTGlobalHistoComponent.cxx @@ -476,9 +476,3 @@ AliHLTComponentDataType AliHLTGlobalHistoComponent::GetOriginDataType() const // get the origin of the output data return kAliHLTDataTypeHistogram|kAliHLTDataOriginHLT; } - -// AliHLTUInt32_t AliHLTGlobalHistoComponent::GetDataSpec() const; -// { -// // get specifications of the output data -// return 0; -// } diff --git a/HLT/global/AliHLTGlobalHistoComponent.h b/HLT/global/AliHLTGlobalHistoComponent.h index b1ef3f3b09c..d3c5d35fc14 100644 --- a/HLT/global/AliHLTGlobalHistoComponent.h +++ b/HLT/global/AliHLTGlobalHistoComponent.h @@ -206,8 +206,6 @@ class AliHLTGlobalHistoComponent : public AliHLTTTreeProcessor AliHLTComponentTriggerData& trigData ); /// dtOrigin for PushBack. AliHLTComponentDataType GetOriginDataType() const; - /// spec for PushBack - AliHLTUInt32_t GetDataSpec() const {return 0;} int ResetVariables(); -- 2.39.3