ATLAS Offline Software
|
#include <stdint.h>
#include <vector>
#include <bitset>
#include <string>
#include "TrigT1Result/Header.h"
#include "TrigT1Result/Trailer.h"
#include "TrigT1Result/CTPRoI.h"
#include "CTPfragment/CTPdataformatVersion.h"
#include "TrigT1Result/CTPResult.icc"
Go to the source code of this file.
Classes | |
class | ROIB::CTPResult |
Class holding the LVL1 CTP result used by the RoIBuilder. More... | |
Namespaces | |
ROIB | |
Namespace of the LVL1 RoIB simulation. | |
Functions | |
std::bitset< 512 > | ROIB::convertToBitset (const std::vector< uint32_t > &) |
convert vector of unsigned int into bitset More... | |
std::bitset< 512 > | ROIB::convertToBitset (const std::vector< CTPRoI > &) |
convert vector of ROIB::CTPRoI into bitset More... | |