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