Project
Loading...
Searching...
No Matches
o2::itsmft::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 nClusters = 0
 number of ROFrame in TF
 
uint32_t nChips = 0
 number of clusters in TF
 
uint32_t nPatternBytes = 0
 number of fired chips in TF : this is for the version with chipInc stored once per new chip
 
uint32_t firstOrbit = 0
 number of bytes for explict patterns
 
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 32 of file CTF.h.

Member Function Documentation

◆ ClassDefNV()

o2::itsmft::CTFHeader::ClassDefNV ( CTFHeader  ,
 
)

1st BC of TF

Member Data Documentation

◆ firstBC

uint16_t o2::itsmft::CTFHeader::firstBC = 0

1st orbit of TF

Definition at line 38 of file CTF.h.

◆ firstOrbit

uint32_t o2::itsmft::CTFHeader::firstOrbit = 0

number of bytes for explict patterns

Definition at line 37 of file CTF.h.

◆ nChips

uint32_t o2::itsmft::CTFHeader::nChips = 0

number of clusters in TF

Definition at line 35 of file CTF.h.

◆ nClusters

uint32_t o2::itsmft::CTFHeader::nClusters = 0

number of ROFrame in TF

Definition at line 34 of file CTF.h.

◆ nPatternBytes

uint32_t o2::itsmft::CTFHeader::nPatternBytes = 0

number of fired chips in TF : this is for the version with chipInc stored once per new chip

Definition at line 36 of file CTF.h.

◆ nROFs

uint32_t o2::itsmft::CTFHeader::nROFs = 0

Definition at line 33 of file CTF.h.


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