]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
moving AliHLTComponentBenchmark to HLTbase
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 May 2011 07:23:12 +0000 (07:23 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 May 2011 07:23:12 +0000 (07:23 +0000)
HLT/BASE/AliHLTComponentBenchmark.cxx [moved from HLT/BASE/util/AliHLTComponentBenchmark.cxx with 100% similarity]
HLT/BASE/AliHLTComponentBenchmark.h [moved from HLT/BASE/util/AliHLTComponentBenchmark.h with 100% similarity]
HLT/BASE/HLTbaseLinkDef.h
HLT/CMakelibAliHLTUtil.pkg
HLT/CMakelibHLTbase.pkg

index 84e69afa06ee63cf814257d99659b81c43fff77e..b4654e250faad791e05e428c67a5e81ceb1189e5 100644 (file)
@@ -54,6 +54,7 @@
 #pragma link C++ class AliHLTEventStatistics+;
 #pragma link C++ class AliHLTBlockDataCollection+;
 #pragma link C++ class AliHLTTriggerDecision+;
+#pragma link C++ class AliHLTComponentBenchmark+;
 
 #include "RVersion.h"
 #if ROOT_VERSION_CODE < 334336 //ROOT_VERSION(5,26,0)
index d78cd23ec49239495501f03aefd7d7f58d765e81..6d7cbbfafdcf60446f899ee7e74f33b5a22906a1 100644 (file)
@@ -51,7 +51,6 @@ set ( CLASS_HDRS
     AliHLTAgentUtil.h
     AliHLTESDCaloClusterMaker.h
     AliHLTCaloClusterReader.h
-    AliHLTComponentBenchmark.h
     AliHLTCorruptorComponent.h
     AliHLTESDTrackCuts.h
     )
index 8a60fe88816657ce93e4ec3e5479927c95f186f3..5be01b9205f34229c4c2114627b0b3cb1ef7ee16 100644 (file)
@@ -89,6 +89,7 @@ set ( CLASS_HDRS
     AliHLTScalars.h
     AliHLTRunStatistics.h
     AliHLTSpacePointContainer.h
+    AliHLTComponentBenchmark.h
     )
 
 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}")