Project
Loading...
Searching...
No Matches
o2::tpc::processing_helpers Namespace Reference

Functions

uint64_t getRunNumber (o2::framework::ProcessingContext &pc)
 
uint32_t getCurrentTF (o2::framework::ProcessingContext &pc)
 
uint32_t getFirstTForbit (o2::framework::ProcessingContext &pc)
 
uint64_t getCreationTime (o2::framework::ProcessingContext &pc)
 
uint64_t getTimeStamp (o2::framework::ProcessingContext &pc)
 
uint64_t getTimeStamp (o2::framework::ProcessingContext &pc, const Long64_t orbitReset)
 
uint64_t getTimeStamp (const Long64_t orbitReset, const uint32_t tfOrbitFirst)
 
Long64_t getOrbitReset (o2::framework::ProcessingContext &pc)
 

Function Documentation

◆ getCreationTime()

uint64_t o2::tpc::processing_helpers::getCreationTime ( o2::framework::ProcessingContext pc)
Returns
returns creation time of tf

Definition at line 72 of file ProcessingHelpers.cxx.

◆ getCurrentTF()

uint32_t o2::tpc::processing_helpers::getCurrentTF ( o2::framework::ProcessingContext pc)
Returns
returns tf from tfCounter

Definition at line 62 of file ProcessingHelpers.cxx.

◆ getFirstTForbit()

uint32_t o2::tpc::processing_helpers::getFirstTForbit ( o2::framework::ProcessingContext pc)

Definition at line 67 of file ProcessingHelpers.cxx.

◆ getOrbitReset()

Long64_t o2::tpc::processing_helpers::getOrbitReset ( o2::framework::ProcessingContext pc)
Returns
returns the orbit reset time Note that the input spec has to be defined as: inputSpecs.emplace_back("orbitreset", "CTP", "ORBITRESET", 0, Lifetime::Condition, ccdbParamSpec("CTP/Calib/OrbitReset"));

Definition at line 93 of file ProcessingHelpers.cxx.

◆ getRunNumber()

uint64_t o2::tpc::processing_helpers::getRunNumber ( o2::framework::ProcessingContext pc)

Definition at line 31 of file ProcessingHelpers.cxx.

◆ getTimeStamp() [1/3]

uint64_t o2::tpc::processing_helpers::getTimeStamp ( const Long64_t  orbitReset,
const uint32_t  tfOrbitFirst 
)
Returns
returns time stamp in microsecond-precission

Definition at line 82 of file ProcessingHelpers.cxx.

◆ getTimeStamp() [2/3]

uint64_t o2::tpc::processing_helpers::getTimeStamp ( o2::framework::ProcessingContext pc)
Returns
returns time stamp in microsecond-precission Note that the input spec has to be defined as: inputSpecs.emplace_back("orbitreset", "CTP", "ORBITRESET", 0, Lifetime::Condition, ccdbParamSpec("CTP/Calib/OrbitReset"));

Definition at line 88 of file ProcessingHelpers.cxx.

◆ getTimeStamp() [3/3]

uint64_t o2::tpc::processing_helpers::getTimeStamp ( o2::framework::ProcessingContext pc,
const Long64_t  orbitReset 
)
Returns
returns time stamp in microsecond-precission

Definition at line 77 of file ProcessingHelpers.cxx.