|
ATLAS Offline Software
|
Go to the documentation of this file.
9 m_EvtSel(
"FPGATrackSimEventSelectionSvc",
name)
23 return StatusCode::SUCCESS;
25 return StatusCode::FAILURE;
34 return StatusCode::FAILURE;
38 return StatusCode::FAILURE;
42 return StatusCode::FAILURE;
48 return StatusCode::FAILURE;
54 return StatusCode::FAILURE;
58 return StatusCode::FAILURE;
62 return StatusCode::FAILURE;
68 return StatusCode::FAILURE;
73 return StatusCode::FAILURE;
77 return StatusCode::FAILURE;
81 return StatusCode::FAILURE;
85 return StatusCode::FAILURE;
87 return StatusCode::SUCCESS;
114 getline(fileIn,
line);
115 std::istringstream sline(
line);
116 std::string geoKeyCheck;
117 sline >> geoKeyCheck;
119 while (getline(fileIn,
line)){
120 std::istringstream sline(
line);
121 std::string geoKeyCandidate;
122 sline >> geoKeyCandidate;
123 if(geoKeyCheck.compare(geoKeyCandidate)==0){
137 std::ifstream
fin(filepath);
141 throw (
"FPGATrackSimPlaneMap Couldn't open " + filepath);
179 ATH_MSG_DEBUG(
"Setting the average radius per logical layer for Region and Subregion Maps");
198 return StatusCode::SUCCESS;
Gaudi::Property< std::string > m_NNmap_path_fake
std::unique_ptr< FPGATrackSimRegionMap > m_rmap_2nd
FPGATrackSimMappingSvc(const std::string &name, ISvcLocator *svc)
std::unique_ptr< FPGATrackSimNNMap > m_NNmap_fake
Gaudi::Property< std::string > m_radii_path
std::unique_ptr< FPGATrackSimRegionMap > m_rmap_1st
virtual std::string getParamNNMapString() const override
Gaudi::Property< std::vector< int > > m_layerOverrides
std::unique_ptr< FPGATrackSimRegionMap > m_subrmap_2nd
virtual std::string getFakeNNMapString() const override
Gaudi::Property< std::string > m_pmap_path
ServiceHandle< IFPGATrackSimEventSelectionSvc > m_EvtSel
Gaudi::Property< std::string > m_modulelut_path
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_NNmap_path_param
AthROOTErrorHandlerSvc * svc
std::vector< std::unique_ptr< FPGATrackSimPlaneMap > > m_pmap_vector_1st
Gaudi::Property< std::string > m_rmap_path
std::vector< std::unique_ptr< FPGATrackSimPlaneMap > > m_pmap_vector_2nd
std::string PathResolverFindCalibFile(const std::string &logical_file_name)
Gaudi::Property< std::string > m_mappingType
Gaudi::Property< std::string > m_subrmap_path
std::unique_ptr< FPGATrackSimRegionMap > m_subrmap
std::unique_ptr< FPGATrackSimNNMap > m_NNmap_param
int countPmapSize(std::ifstream &fileIn)