ATLAS Offline Software
|
Interface for the tool creating xAOD::TrigDecision from an AOD. More...
#include <ITrigDecisionCnvTool.h>
Public Member Functions | |
virtual StatusCode | convert (const TrigDec::TrigDecision *aod, xAOD::TrigDecision *xaod, const TriggerInfo *level1TriggerInfo) const =0 |
Function filling an xAOD::TrigDecision object with information. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Gaudi interface definition. More... | |
Interface for the tool creating xAOD::TrigDecision from an AOD.
This interface is implemented by the tool that copies the contents of the TrigDec::TrigDecision object into a newly created xAOD::TrigDecision object.
Definition at line 42 of file ITrigDecisionCnvTool.h.
|
pure virtual |
Function filling an xAOD::TrigDecision object with information.
Implemented in xAODMaker::TrigDecisionCnvTool.
|
inlinestatic |
Gaudi interface definition.
Definition at line 51 of file ITrigDecisionCnvTool.h.