32 m_tools.setTools(boundaryCheckTool);
45 log << MSG::WARNING <<
"not simpleTrack, keep flagToReturnFailedTrack as false" <<
endmsg;
72 outcome = found->second;
void setTools(const Trk::IPatternParametersPropagator *propTool, const Trk::IPatternParametersUpdator *updatorTool, const Trk::IRIO_OnTrackCreator *rioTool, const IInDetConditionsTool *pixCondTool, const IInDetConditionsTool *sctCondTool, const Trk::MagneticFieldProperties *fieldProp, const Trk::IBoundaryCheckTool *boundaryCheckTool)
Set tools, service and magnetic field properties.
SiTrajectory_xk m_trajectory
Track trajectory.
bool m_initialized
Initialization flag.
SiCombinatorialTrackFinderData_xk()
Constructor.
bool m_simpleTrack
Simple track flag.
void setITkGeometry(bool)
void setFastTracking(bool)
bool findPatternHoleSearchOutcome(Trk::Track *theTrack, InDet::PatternHoleSearchOutcome &outcome) const
Methods used to associate the hole search outcome to tracks without having to modify the EDM.
InDet::SiTools_xk m_tools
Hold tools, service, map, etc.
std::map< Trk::Track *, InDet::PatternHoleSearchOutcome > m_holeSearchOutcomes
A helper map to associate hole search outcomes to tracks.
void setFlagToReturnFailedTrack(const bool)
Setter for flagToReturnFailedTrack (for disappearing track trigger)
void addPatternHoleSearchOutcome(Trk::Track *theTrack, const InDet::PatternHoleSearchOutcome &outcome)
This is used to store the pattern hole search outcome for a given track.
bool m_flagToReturnFailedTrack
Flag whether to return non-successful tracks (for disappearing track trigger)
interface for track parameter propagation through the magnetic field, using the Trk::PatternTrackPara...
Interface for updating Trk::PatternTrackParameters, the fast internal representation of track paramet...
Interface class for transforming Trk::PrepRawData to Trk::RIO_OnTrack using a local track hypothesis.
magnetic field properties to steer the behavior of the extrapolation
singleton-like access to IMessageSvc via open function and helper
IMessageSvc * getMessageSvc(bool quiet=false)
Helper struct for hole search results from the pattern recognition.