Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef EFEXFPGATOWERIDPROVIDER_H
17 #define EFEXFPGATOWERIDPROVIDER_H
23 #include <unordered_map>
104 std::unordered_map<int, std::unique_ptr<std::vector<towerinfo>> >
m_alltowers;
107 bool hasFPGA(
int)
const override;
121 int getFPGAIndex(
int eFEXid,
int FPGAid)
const override;
StatusCode getRankedTowerIDinFPGA(int eFEXID, int FPGAID, int(&towerlist)[10][6]) const override
obtain ordered tower IDs in an FPGA
~eFEXFPGATowerIdProvider()
Destructor.
std::unordered_map< int, std::unique_ptr< std::vector< towerinfo > > > m_alltowers
Unordered tower Ids in each FPGAs. The index is the index of the FPGA.
StatusCode initialize() override
initialize the tool
Sturcture defines the id, eta and phi position of a tower.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
StatusCode getRankedTowerIDineFEX(int eFEXID, int(&towerlist)[10][18]) const override
obtain ordered tower IDs in an eFEX
Provide tower-FPGA mapping Load information stored in a .csv file and provide the IDs of all towers i...
std::vector< std::unique_ptr< std::vector< int > > > m_towerrankingcache
Ordered tower Ids in each FPGAs. The index is the index of the FPGA.
int eTowerPhi
tower Phi index
int eTowerEta
tower Eta index
::StatusCode StatusCode
StatusCode definition for legacy code.
bool ifhaveinputfile() const override
StatusCode setAddress(const std::string &inputaddress) override
set path to the csv file and load
int getFPGAIndex(int eFEXid, int FPGAid) const override
determine the index of an FPGA
StatusCode rankTowerinFPGA(int FPGAindex) override
rank the tower ids in an FPGA This function determines the order of towers in an FPGA.
StatusCode loadcsv() override
load the mapping info in the csv file
bool hasFPGA(int) const override
check if an FPGA exists in the csv file
std::string m_csvaddress
path to the input csv file
bool m_hascsvfile
if the csv file is valid
eFEXFPGATowerIdProvider(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.