ATLAS Offline Software
Classes | Namespaces | Functions
TrigT1CTPDefs.h File Reference
#include <stdint.h>
#include <string>
#include <vector>
#include <sstream>
#include <iomanip>
Include dependency graph for TrigT1CTPDefs.h:

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, 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...