Project
Loading...
Searching...
No Matches
o2::mid::CTFHeader Struct Reference

Header for a single CTF. More...

#include <CTF.h>

Inherits o2::ctf::CTFDictHeader.

Public Member Functions

 ClassDefNV (CTFHeader, 2)
 1st BC of TF
 
- Public Member Functions inherited from o2::ctf::CTFDictHeader
bool isValidDictTimeStamp () const
 
bool operator== (const CTFDictHeader &o) const
 
bool operator!= (const CTFDictHeader &o) const
 
std::string asString () const
 
 ClassDefNV (CTFDictHeader, 2)
 

Public Attributes

uint32_t nROFs = 0
 
uint32_t nColumns = 0
 number of ROFrames in TF
 
uint32_t firstOrbit = 0
 number of referred columns in TF
 
uint16_t firstBC = 0
 1st orbit of TF
 
- Public Attributes inherited from o2::ctf::CTFDictHeader
o2::detectors::DetID det {}
 
uint32_t dictTimeStamp = 0
 
uint8_t majorVersion = 1
 
uint8_t minorVersion = 0
 

Detailed Description

Header for a single CTF.

Definition at line 31 of file CTF.h.

Member Function Documentation

◆ ClassDefNV()

o2::mid::CTFHeader::ClassDefNV ( CTFHeader  ,
 
)

1st BC of TF

Member Data Documentation

◆ firstBC

uint16_t o2::mid::CTFHeader::firstBC = 0

1st orbit of TF

Definition at line 35 of file CTF.h.

◆ firstOrbit

uint32_t o2::mid::CTFHeader::firstOrbit = 0

number of referred columns in TF

Definition at line 34 of file CTF.h.

◆ nColumns

uint32_t o2::mid::CTFHeader::nColumns = 0

number of ROFrames in TF

Definition at line 33 of file CTF.h.

◆ nROFs

uint32_t o2::mid::CTFHeader::nROFs = 0

Definition at line 32 of file CTF.h.


The documentation for this struct was generated from the following file: