|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGL2MUONSA_TGCROADDEFINER_H
6 #define TRIGL2MUONSA_TGCROADDEFINER_H
9 #include "GaudiKernel/ServiceHandle.h"
10 #include "GaudiKernel/ToolHandle.h"
31 const std::string&
name,
58 ToolHandle<TgcFit>
m_tgcFit {
"TrigL2MuonSA::TgcFit"};
62 ToolHandle<IRegSelTool>
m_regionSelector{
this,
"RegionSelectionTool",
"RegSelTool/RegSelTool_MDT",
"MDT Region Selector Tool"};
71 #endif // TRIGL2MUONSA_TGCROADDEFINER_H
std::vector< TgcHitData > TgcHits
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
StatusCode defineRoad(const TrigRoiDescriptor *p_roids, const bool insideOut, const TrigL2MuonSA::TgcHits &tgcHits, TrigL2MuonSA::MuonRoad &muonRoad, TrigL2MuonSA::TgcFitResult &tgcFitResult) const
ToolHandle< TgcFit > m_tgcFit
double m_rWidth_TGC_Failed
::StatusCode StatusCode
StatusCode definition for legacy code.
const ToolHandle< PtEndcapLUT > * ptEndcapLUT(void) const
ToolHandle< IRegSelTool > m_regionSelector
void setRoadWidthForFailure(double rWidth_TGC_Failed)
void setPtLUT(const TrigL2MuonSA::PtEndcapLUTSvc *ptEndcapLUTSvc)
bool prepareTgcPoints(const TrigL2MuonSA::TgcHits &tgcHits, TrigL2MuonSA::TgcFit::PointArray &tgcStripInnPoints, TrigL2MuonSA::TgcFit::PointArray &tgcWireInnPoints, TrigL2MuonSA::TgcFit::PointArray &tgcStripMidPoints, TrigL2MuonSA::TgcFit::PointArray &tgcWireMidPoints) const
const ToolHandle< ITrigMuonBackExtrapolator > * m_backExtrapolatorTool
std::vector< Point > PointArray
const ToolHandle< PtEndcapLUT > * m_ptEndcapLUT
TgcRoadDefiner(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode initialize() override
void setExtrapolatorTool(ToolHandle< ITrigMuonBackExtrapolator > *backExtrapolator)