ATLAS Offline Software
|
#include <stdint.h>
#include <string>
#include <vector>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | LVL1CTP::TrigT1CTPDefs |
Class holding common constants for the CTP simulation. More... | |
Namespaces | |
LVL1CTP | |
Functions | |
const std::string | LVL1CTP::convertToHex (const uint32_t word) |
helper function to dump a number in hex format More... | |
const std::string | LVL1CTP::convertToHex (const std::vector< uint32_t > &words) |
helper function to dump a vector of numbers in hex format More... | |
std::ostream & | LVL1CTP::operator<< (std::ostream &os, const std::vector< unsigned int > &rhs) |
operator to dump a vector of numbers More... | |
const std::string | LVL1CTP::convertRawCTPData (const std::vector< uint32_t > &data, const bool longFormat=false, int ctpVersionNumber=4) |
helper function to dump raw CTP content More... | |