ATLAS Offline Software
|
Namespace of the LVL1 RoIB simulation. More...
Classes | |
class | CTPResult |
Class holding the LVL1 CTP result used by the RoIBuilder. More... | |
class | CTPRoI |
ROIB::CTPRoI contains a RoI delivered by the CTP. More... | |
class | EMTauResult |
class | EMTauRoI |
class | Header |
Header models the LVL1 ROD Header. More... | |
class | JetEnergyResult |
class | JetEnergyRoI |
class | L1TopoResult |
L1TopoResult is the L1Topo part of the RoIBResult. More... | |
class | MuCTPIResult |
Class holding the RoIs from the MuCTPI collected by the RoIB. More... | |
class | MuCTPIRoI |
Class for storing the 32-bit muon RoI word. More... | |
class | RoIBResult |
Class holding the LVL1 RoIB result build by the RoIBuilder. More... | |
class | RoIBuilder |
RoIBuilder simulation algorithm. More... | |
class | Trailer |
ROIB::Trailer models the LVL1 ROD Trailer. More... | |
Functions | |
std::bitset< 512 > | convertToBitset (const std::vector< uint32_t > &) |
convert vector of unsigned int into bitset More... | |
std::bitset< 512 > | convertToBitset (const std::vector< CTPRoI > &) |
convert vector of ROIB::CTPRoI into bitset More... | |
Namespace of the LVL1 RoIB simulation.
namespace for RoIBuilder related classes
convert vector of ROIB::CTPRoI into bitset
Definition at line 195 of file CTPResult.cxx.
std::bitset< 512 > ROIB::convertToBitset | ( | const std::vector< uint32_t > & | words | ) |