From: richterm Date: Tue, 9 Nov 2010 22:27:37 +0000 (+0000) Subject: using now the specification provided by the base class X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=bf09f5241b5986a203cae89cd088820ac45982d2;hp=74d0740e9ac541471cc662f939e5602d3a9320c5 using now the specification provided by the base class --- 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();