|
ATLAS Offline Software
|
Go to the documentation of this file.
45 log << MSG::WARNING <<
"not simpleTrack, keep flagToReturnFailedTrack as false" <<
endmsg;
72 outcome =
found->second;
bool m_flagToReturnFailedTrack
Flag whether to return non-successful tracks (for disappearing track trigger)
singleton-like access to IMessageSvc via open function and helper
InDet::SiTools_xk m_tools
Hold tools, service, map, etc.
bool m_simpleTrack
Simple track flag.
interface for track parameter propagation through the magnetic field, using the Trk::PatternTrackPara...
IMessageSvc * getMessageSvc(bool quiet=false)
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.
Interface for updating Trk::PatternTrackParameters, the fast internal representation of track paramet...
SiTrajectory_xk m_trajectory
Track trajectory.
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_initialized
Initialization flag.
Helper struct for hole search results from the pattern recognition.
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)
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.
void setITkGeometry(bool)
Interface class for transforming Trk::PrepRawData to Trk::RIO_OnTrack using a local track hypothesis.
void setTools(const InDet::SiTools_xk *)
void setFastTracking(bool)
SiCombinatorialTrackFinderData_xk()
Constructor.