|
ATLAS Offline Software
|
Go to the documentation of this file.
15 :
asg::AsgTool( myname )
33 return StatusCode::SUCCESS;
45 bool passedL1Calo =
false;
asg::AcceptData emulate(const Trig::TrigData &input) const override
bool passed(DecisionID id, const DecisionIDContainer &idSet)
checks if required decision ID is in the set of IDs in the container
The common trigger namespace for trigger analysis tools.
TrigEgammaEmulationChain(const std::string &myname)
asg::AcceptInfo m_accept
Accept.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandleArray< Trig::ITrigEgammaEmulationBaseHypoTool > m_steps
StatusCode initialize() override
Dummy implementation of the initialisation function.
void setCutResult(const std::string &cutName, bool cutResult)
Set the result of a cut, based on the cut name (safer)
bool getCutResult(const std::string &cutName) const
Get the result of a cut, based on the cut name (safer)
ToolHandle< Trig::ITrigEgammaEmulationBaseHypoTool > m_l1Seed
Gaudi::Property< std::string > m_chain
int addCut(const std::string &cutName, const std::string &cutDescription)
Add a cut; returning the cut position.