ATLAS Offline Software
|
Enumerations | |
enum | FPGA { FPGA::A, FPGA::B, FPGA::C, FPGA::N_FPGAS } |
Functions | |
FPGA | getFPGA (float eta) |
Get the FPGA code from the tower eta. More... | |
std::string | FPGAToString (FPGA fpga) |
Get the name of an FPGA. More... | |
FPGA | FPGAFromString (std::string name) |
Get the enum from the name of an FPGA. Returning N_FPGA means that the string wasn't correct. More... | |
float | towerArea (float eta) |
Get the GCaloTower areas from their eta bins. More... | |
|
strong |
FPGA LVL1::gFEX::FPGAFromString | ( | std::string | name | ) |
Get the enum from the name of an FPGA. Returning N_FPGA means that the string wasn't correct.
Definition at line 45 of file GTowerHelpers.cxx.
std::string LVL1::gFEX::FPGAToString | ( | FPGA | fpga | ) |
Get the name of an FPGA.
Definition at line 29 of file GTowerHelpers.cxx.
FPGA LVL1::gFEX::getFPGA | ( | float | eta | ) |
Get the FPGA code from the tower eta.
Definition at line 15 of file GTowerHelpers.cxx.