ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaEmulationBaseHypoTool.cxx
Go to the documentation of this file.
1
2
4
5
6using namespace Trig;
7
8//**********************************************************************
9
11 : asg::AsgTool( myname ),
12 m_trigdec("Trig::TrigDecisionTool/TrigDecisionTool"),
13 m_lumiBlockMuTool("LumiBlockMuTool/LumiBlockMuTool")
14{}
15
16//**********************************************************************
18
19 ATH_CHECK(m_trigdec.retrieve() );
20 ATH_CHECK( m_lumiBlockMuTool.retrieve() );
21 return StatusCode::SUCCESS;
22}
23
24//**********************************************************************
25
27{
28 return m_lumiBlockMuTool->averageInteractionsPerCrossing(Gaudi::Hive::currentContext());
29}
30
31
#define ATH_CHECK
Evaluate an expression and check for errors.
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
ToolHandle< Trig::TrigDecisionTool > m_trigdec
Trigger decision tool.
AsgTool(const std::string &name)
Constructor specifying the tool instance's name.
Definition AsgTool.cxx:58
The common trigger namespace for trigger analysis tools.