Skip to content
Snippets Groups Projects
Commit 4f9b9e49 authored by Will Buttinger's avatar Will Buttinger Committed by Graeme Stewart
Browse files

'dictionary for AthAnalysisBase' (TrigConfHLTData-01-00-35)

	* Enable dictionary for AthAnalysisBase
	* Tagging TrigConfHLTData-01-00-35


Former-commit-id: b9b9c08f
parent 54280e04
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,4 @@ atlas_add_library( TrigConfHLTData
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} TrigConfL1Data )
#FIXME: Dictionary for AthAnalysisBase???
......@@ -350,9 +350,8 @@ TrigConf::HLTChain::print(const std::string& indent, unsigned int detail) const
cout.precision(3);
//cout.setf(std::ios::fixed, std::ios::floatfield);
cout << indent << "HLTChain " << name();
if(id()>0 || version()>0)
cout << " (id=" << id() << "/v=" << version() << ")";
cout << indent << "HLTChain chainid = " << chain_counter() << " ";
printNameIdV();
if(detail>=3) {
cout << " | counter: " << chain_counter();
if(level()!="HLT") {
......
......@@ -92,10 +92,9 @@ HLTFrame::print(const std::string& indent, unsigned int detail) const {
cout << indent << "HLT Configuration";
if(smk()>0) cout << " (SMK = " << smk() << ")";
cout << ": "; printNameIdV(indent);
cout << indent << "-----------------" << endl;
getHLTChainList().print(indent + " ", detail);
getHLTSequenceList().print(indent + " ", detail);
getPrescaleSetCollection().print(indent + " ", detail);
getHLTChainList().print(indent, detail);
getHLTSequenceList().print(indent, detail);
getPrescaleSetCollection().print(indent, detail);
cout << indent << "================================================================================" << endl;
}
}
......
......@@ -29,3 +29,20 @@ private
#apply_pattern detcommon_lcgdict dict=TrigConfHLTData selectionfile=selection.xml headerfiles="../TrigConfHLTData/TrigConfHLTDataDict.h"
macro use_1 "" AthAnalysisBase "AtlasPolicy AtlasPolicy-*"
macro use_2 "" AthAnalysisBase "AtlasROOT AtlasROOT-* External"
macro use_3 "" AthAnalysisBase "AtlasBoost AtlasBoost-* External"
macro use_4 "" AthAnalysisBase "AtlasReflex AtlasReflex-* External"
macro patt_1 "dummy" AthAnalysisBase "lcgdict"
end_private
use $(use_1)
private
use $(use_2)
use $(use_3)
use $(use_4)
apply_pattern $(patt_1) dict=TrigConfHLTData selectionfile=selection.xml headerfiles="../TrigConfHLTData/TrigConfHLTDataDict.h"
#macro_append TrigConfHLTDataDict_use_linkopts " $(Boost_linkopts_system) "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment