Project
Loading...
Searching...
No Matches
o2::rawdd Namespace Reference

Classes

struct  EquipmentIdentifier
 
class  RawTFDump
 
struct  SubTimeFrameFileDataIndex
 SubTimeFrameFileDataIndex. More...
 
struct  SubTimeFrameFileMeta
 SubTimeFrameFileMeta. More...
 
class  SubTimeFrameFileReader
 
struct  TFReaderInp
 

Typedefs

using MessagesPerRoute = std::unordered_map< std::string, std::unique_ptr< fair::mq::Parts > >
 SubTimeFrameFileReader.
 
using DataHeader = o2::header::DataHeader
 
using DetID = o2::detectors::DetID
 
using ios = std::ios_base
 

Functions

std::ostream & operator<< (std::ostream &pStream, const SubTimeFrameFileMeta &pMeta)
 
std::ostream & operator<< (std::ostream &pStream, const SubTimeFrameFileDataIndex &pIndex)
 
DataProcessorSpec getRawTFDumpSpec (const std::string &inpconfig, const std::string &trigger)
 
o2::framework::DataProcessorSpec getTFReaderSpec (o2::rawdd::TFReaderInp &rinp)
 

Variables

std::uint32_t sRunNumber = 0
 
std::uint32_t sFirstTForbit = 0
 
std::uint64_t sCreationTime = 0
 
std::mutex stfMtx
 

Typedef Documentation

◆ DataHeader

Definition at line 38 of file RawTFDumpSpec.cxx.

◆ DetID

Definition at line 39 of file RawTFDumpSpec.cxx.

◆ ios

using o2::rawdd::ios = typedef std::ios_base

Definition at line 40 of file RawTFDumpSpec.cxx.

◆ MessagesPerRoute

using o2::rawdd::MessagesPerRoute = typedef std::unordered_map<std::string, std::unique_ptr<fair::mq::Parts> >

SubTimeFrameFileReader.

Definition at line 42 of file SubTimeFrameFileReader.h.

Function Documentation

◆ getRawTFDumpSpec()

o2::framework::DataProcessorSpec o2::rawdd::getRawTFDumpSpec ( const std::string &  inpconfig,
const std::string &  trigger 
)

Definition at line 582 of file RawTFDumpSpec.cxx.

◆ getTFReaderSpec()

o2f::DataProcessorSpec o2::rawdd::getTFReaderSpec ( o2::rawdd::TFReaderInp rinp)

Definition at line 594 of file TFReaderSpec.cxx.

◆ operator<<() [1/2]

std::ostream & o2::rawdd::operator<< ( std::ostream &  pStream,
const SubTimeFrameFileDataIndex pIndex 
)

Definition at line 48 of file SubTimeFrameFile.cxx.

◆ operator<<() [2/2]

std::ostream & o2::rawdd::operator<< ( std::ostream &  pStream,
const SubTimeFrameFileMeta pMeta 
)

Definition at line 29 of file SubTimeFrameFile.cxx.

Variable Documentation

◆ sCreationTime

std::uint64_t o2::rawdd::sCreationTime = 0

Definition at line 192 of file SubTimeFrameFileReader.cxx.

◆ sFirstTForbit

std::uint32_t o2::rawdd::sFirstTForbit = 0

Definition at line 191 of file SubTimeFrameFileReader.cxx.

◆ sRunNumber

std::uint32_t o2::rawdd::sRunNumber = 0

Definition at line 190 of file SubTimeFrameFileReader.cxx.

◆ stfMtx

std::mutex o2::rawdd::stfMtx

Definition at line 193 of file SubTimeFrameFileReader.cxx.