![]() |
ATLAS Offline Software
|
#include <FPGATrackSimTrackingToolBase.h>
Public Member Functions | |
| FPGATrackSimTrackingToolBase (const std::string &type, const std::string &name, const IInterface *parent) | |
| StatusCode | setRoadSectors (std::vector< std::shared_ptr< const FPGATrackSimRoad > > &roads) |
| void | matchIdealGeoSector (FPGATrackSimRoad &r) |
Protected Attributes | |
| ServiceHandle< IFPGATrackSimMappingSvc > | m_FPGATrackSimMapping { this,"FPGATrackSimMappingSvc","FPGATrackSimMappingSvc" } |
| ServiceHandle< IFPGATrackSimBankSvc > | m_FPGATrackSimBank { this,"FPGATrackSimBankSvc","FPGATrackSimBankSvc" } |
| ToolHandle< IFPGATrackSimRoadFilterTool > | m_spRoadFilterTool {this, "SPRoadFilterTool", "FPGATrackSimSpacepointRoadFilterTool", "Spacepoint Road Filter Tool"} |
| Gaudi::Property< bool > | m_doRegionalMapping { this, "RegionalMapping", false, "Use the sub-region maps to define the sector" } |
| Gaudi::Property< bool > | m_doEtaPatternConsts { this, "doEtaPatternConsts", false, "Whether to use the eta pattern tool for constant generation" } |
| Gaudi::Property< bool > | m_useSpacePoints { this, "useSpacePoints", false, "Whether we are using spacepoints." } |
| Gaudi::Property< bool > | m_useSectors { this, "useSectors", false, "Will reverse calculate the sector for track-fitting purposes" } |
| Gaudi::Property< bool > | m_idealGeoRoads { this, "IdealGeoRoads", true, "Set sectors to use ideal geometry fit constants" } |
| Gaudi::Property< bool > | m_isSecondStage { this, "isSecondStage", true, "Is this the second stage?" } |
| Gaudi::Property< bool > | m_do2ndStage {this, "Do2ndStageTrackFit", false, "Do 2nd stage track fit"} |
Definition at line 21 of file FPGATrackSimTrackingToolBase.h.
| FPGATrackSimTrackingToolBase::FPGATrackSimTrackingToolBase | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 6 of file FPGATrackSimTrackingToolBase.cxx.
| void FPGATrackSimTrackingToolBase::matchIdealGeoSector | ( | FPGATrackSimRoad & | r | ) |
Definition at line 36 of file FPGATrackSimTrackingToolBase.cxx.
| StatusCode FPGATrackSimTrackingToolBase::setRoadSectors | ( | std::vector< std::shared_ptr< const FPGATrackSimRoad > > & | roads | ) |
Definition at line 11 of file FPGATrackSimTrackingToolBase.cxx.
|
protected |
Definition at line 40 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 35 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 34 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 30 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 29 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 38 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 39 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 32 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 37 of file FPGATrackSimTrackingToolBase.h.
|
protected |
Definition at line 36 of file FPGATrackSimTrackingToolBase.h.