|
ATLAS Offline Software
|
Go to the documentation of this file.
17 if (eta > -2.5 && eta <= 0)
19 else if (eta > 0 && eta <= 2.5)
21 else if (std::abs(eta) > 2.5)
float towerArea(float eta)
Get the GCaloTower areas from their eta bins.
FPGA getFPGA(float eta)
Get the FPGA code from the tower eta.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Amg::Vector3D transform(Amg::Vector3D &v, Amg::Transform3D &tr)
Transform a point from a Trasformation3D.
std::string FPGAToString(FPGA fpga)
Get the name of an FPGA.
FPGA FPGAFromString(std::string name)
Get the enum from the name of an FPGA. Returning N_FPGA means that the string wasn't correct.
std::ostream & operator<<(std::ostream &os, LVL1::gFEX::FPGA fpga)