Project
Loading...
Searching...
No Matches
o2::mch::io Namespace Reference

Namespaces

namespace  impl
 

Classes

struct  DigitFileFormat
 
class  DigitIOBaseTask
 
class  DigitSampler
 
class  DigitSink
 

Functions

std::ostream & operator<< (std::ostream &os, const DigitFileFormat &dff)
 
bool operator== (const DigitFileFormat &dff1, const DigitFileFormat &dff2)
 
bool operator!= (const DigitFileFormat &dff1, const DigitFileFormat &dff2)
 
DigitFileFormat readDigitFileFormat (std::istream &in)
 
bool isValid (DigitFileFormat dff)
 
std::vector< ConfigParamSpecgetCommonOptions ()
 

Variables

std::array< DigitFileFormat, 5 > digitFileFormats
 
constexpr uint64_t TAG_DIGITS = 0x3F2F
 

Function Documentation

◆ getCommonOptions()

std::vector< o2::framework::ConfigParamSpec > o2::mch::io::getCommonOptions ( )

Define commonly used options, like max number of tfs, first tf, etc...

Definition at line 79 of file DigitIOBaseTask.cxx.

◆ isValid()

bool o2::mch::io::isValid ( DigitFileFormat  dff)

Definition at line 73 of file DigitFileFormat.cxx.

◆ operator!=()

bool o2::mch::io::operator!= ( const DigitFileFormat dff1,
const DigitFileFormat dff2 
)

Definition at line 50 of file DigitFileFormat.cxx.

◆ operator<<()

std::ostream & o2::mch::io::operator<< ( std::ostream &  os,
const DigitFileFormat dff 
)

Definition at line 29 of file DigitFileFormat.cxx.

◆ operator==()

bool o2::mch::io::operator== ( const DigitFileFormat dff1,
const DigitFileFormat dff2 
)

Definition at line 45 of file DigitFileFormat.cxx.

◆ readDigitFileFormat()

DigitFileFormat o2::mch::io::readDigitFileFormat ( std::istream &  in)

Definition at line 59 of file DigitFileFormat.cxx.

Variable Documentation

◆ digitFileFormats

std::array< DigitFileFormat, 5 > o2::mch::io::digitFileFormats
Initial value:
= {
DigitFileFormat{2305844383603244847},
DigitFileFormat{1224998065220435759},
DigitFileFormat{63069292639436591},
DigitFileFormat{1215990797246349103},
DigitFileFormat{1234022787941941039}}

Definition at line 22 of file DigitFileFormat.cxx.

◆ TAG_DIGITS

constexpr uint64_t o2::mch::io::TAG_DIGITS = 0x3F2F
constexpr

Definition at line 22 of file DigitFileFormat.h.