ATLAS Offline Software
Loading...
Searching...
No Matches
GTowerHelpers.cxx File Reference
#include "GTowerHelpers.h"
#include <algorithm>
#include <cctype>
Include dependency graph for GTowerHelpers.cxx:

Go to the source code of this file.

Namespaces

namespace  LVL1
 eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) inputs.
namespace  LVL1::gFEX

Functions

FPGA LVL1::gFEX::getFPGA (float eta)
 Get the FPGA code from the tower eta.
std::string LVL1::gFEX::FPGAToString (FPGA fpga)
 Get the name of an FPGA.
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.
float LVL1::gFEX::towerArea (float eta)
 Get the GCaloTower areas from their eta bins.
std::ostream & operator<< (std::ostream &os, LVL1::gFEX::FPGA fpga)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
LVL1::gFEX::FPGA fpga )

Definition at line 74 of file GTowerHelpers.cxx.

75{
76 return os << LVL1::gFEX::FPGAToString(fpga);
77}
std::string FPGAToString(FPGA fpga)
Get the name of an FPGA.