using now the specification provided by the base class
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Nov 2010 22:27:37 +0000 (22:27 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Nov 2010 22:27:37 +0000 (22:27 +0000)
HLT/global/AliHLTGlobalHistoComponent.cxx
HLT/global/AliHLTGlobalHistoComponent.h

index 51f9932570c39184e509f9a4eec9b73299cd047e..c002f01d7540ea24312aaddd76baa8a903a9f56a 100644 (file)
@@ -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;
-// }
index b1ef3f3b09cfb89bb2114ccf67ef68c6ddc77367..d3c5d35fc14335eca8437acd5c880f0936476db2 100644 (file)
@@ -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();