#include <TrigTrkPrecHypoTool.h>
Definition at line 25 of file TrigTrkPrecHypoTool.h.
◆ TrigTrkPrecHypoTool()
TrigTrkPrecHypoTool::TrigTrkPrecHypoTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~TrigTrkPrecHypoTool()
TrigTrkPrecHypoTool::~TrigTrkPrecHypoTool |
( |
| ) |
|
|
virtual |
◆ decide() [1/2]
Definition at line 57 of file TrigTrkPrecHypoTool.cxx.
65 auto roiDescriptor =
input.roi;
66 float roIEta = roiDescriptor->eta();
67 float roIPhi = roiDescriptor->phi();
68 float roIZ = roiDescriptor->zed();
70 ATH_MSG_DEBUG(
"Input RoI eta: " << roIEta <<
" Input RoI phi: " << roIPhi <<
" Input RoI z: " << roIZ);
74 auto foundTracks =
input.trackparticles;
76 if(!foundTracks->empty()){
77 ATH_MSG_DEBUG(
" Input track collection has size " << foundTracks->size() );
◆ decide() [2/2]
◆ initialize()
StatusCode TrigTrkPrecHypoTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_decisionId
◆ m_monTool
The documentation for this class was generated from the following files: