#include <CTFCoderBase.h>
Inherited by o2::cpv::CTFCoder, o2::ctp::CTFCoder, o2::emcal::CTFCoder, o2::fdd::CTFCoder, o2::ft0::CTFCoder, o2::fv0::CTFCoder, o2::hmpid::CTFCoder, o2::itsmft::CTFCoder, o2::mch::CTFCoder, o2::mid::CTFCoder, o2::phos::CTFCoder, o2::tof::CTFCoder, o2::tpc::CTFCoder, o2::trd::CTFCoder, and o2::zdc::CTFCoder.
|
| CTFCoderBase ()=delete |
|
| CTFCoderBase (int n, DetID det, float memFactor=1.f) |
|
| CTFCoderBase (OpType op, int n, DetID det, float memFactor=1.f) |
|
virtual | ~CTFCoderBase ()=default |
|
virtual void | createCoders (const std::vector< char > &bufVec, o2::ctf::CTFCoderBase::OpType op)=0 |
|
virtual void | assignDictVersion (CTFDictHeader &h) const |
|
template<typename SPAN > |
void | setSelectedIRFrames (const SPAN &sp) |
|
template<typename CTF > |
std::vector< char > | readDictionaryFromFile (const std::string &dictPath, bool mayFail=false) |
|
template<typename CTF > |
void | createCodersFromFile (const std::string &dictPath, o2::ctf::CTFCoderBase::OpType op, bool mayFail=false) |
|
template<typename S > |
void | createCoder (OpType op, const o2::rans::RenormedDenseHistogram< S > &renormedHistogram, int slot) |
|
void | clear () |
|
void | setMemMarginFactor (float v) |
|
float | getMemMarginFactor () const |
|
void | setVerbosity (int v) |
|
int | getVerbosity () const |
|
const CTFDictHeader & | getExtDictHeader () const |
|
template<typename CTF > |
void | init (o2::framework::InitContext &ic) |
|
template<typename CTF , typename BUF > |
size_t | finaliseCTFOutput (BUF &buffer) |
|
template<typename CTF > |
bool | finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) |
|
void | updateTimeDependentParams (o2::framework::ProcessingContext &pc, bool askTree=false) |
|
o2::utils::IRFrameSelector & | getIRFramesSelector () |
|
size_t | getIRFrameSelMarginBwd () const |
|
size_t | getIRFrameSelMarginFwd () const |
|
long | getIRFrameSelShift () const |
|
const ctf::ANSHeader & | getANSVersion () const noexcept |
|
ctf::ANSHeader & | getANSVersion () |
|
void | setANSVersion (const ctf::ANSHeader &ansVersion) noexcept |
|
void | setBCShift (int64_t n) |
|
void | setFirstTFOrbit (uint32_t n) |
|
auto | getBCShift () const |
|
auto | getFirstTFOrbit () const |
|
void | setSupportBCShifts (bool v=true) |
|
bool | getSupportBCShifts () const |
|
void | setDictBinding (const std::string &s) |
|
const std::string & | getDictBinding () const |
|
void | setTrigOffsBinding (const std::string &s) |
|
const std::string & | getTrigOffsBinding () const |
|
const DetID | getDet () const |
|
template<typename IT > |
size_t | estimateBufferSize (size_t slot, IT samplesBegin, IT samplesEnd) |
|
|
template<typename T > |
static bool | readFromTree (TTree &tree, const std::string brname, T &dest, int ev=0) |
|
Definition at line 53 of file CTFCoderBase.h.
◆ OpType
◆ CTFCoderBase() [1/3]
o2::ctf::CTFCoderBase::CTFCoderBase |
( |
| ) |
|
|
delete |
◆ CTFCoderBase() [2/3]
o2::ctf::CTFCoderBase::CTFCoderBase |
( |
int |
n, |
|
|
DetID |
det, |
|
|
float |
memFactor = 1.f |
|
) |
| |
|
inline |
◆ CTFCoderBase() [3/3]
o2::ctf::CTFCoderBase::CTFCoderBase |
( |
OpType |
op, |
|
|
int |
n, |
|
|
DetID |
det, |
|
|
float |
memFactor = 1.f |
|
) |
| |
|
inline |
◆ ~CTFCoderBase()
virtual o2::ctf::CTFCoderBase::~CTFCoderBase |
( |
| ) |
|
|
virtualdefault |
◆ assignDictVersion()
◆ canApplyBCShift() [1/2]
◆ canApplyBCShift() [2/2]
◆ checkDictVersion()
◆ clear()
void o2::ctf::CTFCoderBase::clear |
( |
| ) |
|
|
inline |
◆ createCoder()
◆ createCoders()
Implemented in o2::cpv::CTFCoder, o2::ctp::CTFCoder, o2::emcal::CTFCoder, o2::fdd::CTFCoder, o2::ft0::CTFCoder, o2::fv0::CTFCoder, o2::hmpid::CTFCoder, o2::itsmft::CTFCoder, o2::mch::CTFCoder, o2::mid::CTFCoder, o2::phos::CTFCoder, o2::tof::CTFCoder, o2::tpc::CTFCoder, o2::trd::CTFCoder, and o2::zdc::CTFCoder.
◆ createCodersFromFile()
◆ estimateBufferSize() [1/4]
size_t o2::ctf::CTFCoderBase::estimateBufferSize |
( |
size_t |
slot, |
|
|
const std::vector< source_T > & |
samples |
|
) |
| |
|
inlineprotected |
◆ estimateBufferSize() [2/4]
template<typename IT >
size_t o2::ctf::CTFCoderBase::estimateBufferSize |
( |
size_t |
slot, |
|
|
IT |
samplesBegin, |
|
|
IT |
samplesEnd |
|
) |
| |
|
inline |
◆ estimateBufferSize() [3/4]
size_t o2::ctf::CTFCoderBase::estimateBufferSize |
( |
size_t |
slot, |
|
|
size_t |
nSamples |
|
) |
| |
|
inlineprotected |
◆ estimateBufferSize() [4/4]
template<typename source_IT >
size_t o2::ctf::CTFCoderBase::estimateBufferSize |
( |
size_t |
slot, |
|
|
source_IT |
samplesBegin, |
|
|
source_IT |
samplesEnd |
|
) |
| |
|
protected |
◆ finaliseCCDB()
◆ finaliseCTFOutput()
template<typename CTF , typename BUF >
size_t o2::ctf::CTFCoderBase::finaliseCTFOutput |
( |
BUF & |
buffer | ) |
|
◆ getANSVersion() [1/2]
◆ getANSVersion() [2/2]
◆ getBCShift()
auto o2::ctf::CTFCoderBase::getBCShift |
( |
| ) |
const |
|
inline |
◆ getDet()
const DetID o2::ctf::CTFCoderBase::getDet |
( |
| ) |
const |
|
inline |
◆ getDictBinding()
const std::string & o2::ctf::CTFCoderBase::getDictBinding |
( |
| ) |
const |
|
inline |
◆ getExtDictHeader()
const CTFDictHeader & o2::ctf::CTFCoderBase::getExtDictHeader |
( |
| ) |
const |
|
inline |
◆ getFirstTFOrbit()
auto o2::ctf::CTFCoderBase::getFirstTFOrbit |
( |
| ) |
const |
|
inline |
◆ getIRFrameSelMarginBwd()
size_t o2::ctf::CTFCoderBase::getIRFrameSelMarginBwd |
( |
| ) |
const |
|
inline |
◆ getIRFrameSelMarginFwd()
size_t o2::ctf::CTFCoderBase::getIRFrameSelMarginFwd |
( |
| ) |
const |
|
inline |
◆ getIRFrameSelShift()
long o2::ctf::CTFCoderBase::getIRFrameSelShift |
( |
| ) |
const |
|
inline |
◆ getIRFramesSelector()
◆ getMemMarginFactor()
float o2::ctf::CTFCoderBase::getMemMarginFactor |
( |
| ) |
const |
|
inline |
◆ getPrefix()
std::string o2::ctf::CTFCoderBase::getPrefix |
( |
| ) |
const |
|
inlineprotected |
◆ getSupportBCShifts()
bool o2::ctf::CTFCoderBase::getSupportBCShifts |
( |
| ) |
const |
|
inline |
◆ getTrigOffsBinding()
const std::string & o2::ctf::CTFCoderBase::getTrigOffsBinding |
( |
| ) |
const |
|
inline |
◆ getVerbosity()
int o2::ctf::CTFCoderBase::getVerbosity |
( |
| ) |
const |
|
inline |
◆ init()
◆ isTreeDictionary()
bool CTFCoderBase::isTreeDictionary |
( |
const void * |
buff | ) |
const |
|
protected |
◆ loadDictionaryFromTree()
template<typename CTF >
std::vector< char > o2::ctf::CTFCoderBase::loadDictionaryFromTree |
( |
TTree * |
tree | ) |
|
|
protected |
◆ readDictionaryFromFile()
template<typename CTF >
std::vector< char > o2::ctf::CTFCoderBase::readDictionaryFromFile |
( |
const std::string & |
dictPath, |
|
|
bool |
mayFail = false |
|
) |
| |
◆ readFromTree()
template<typename T >
bool o2::ctf::CTFCoderBase::readFromTree |
( |
TTree & |
tree, |
|
|
const std::string |
brname, |
|
|
T & |
dest, |
|
|
int |
ev = 0 |
|
) |
| |
|
static |
◆ reportIRFrames()
void CTFCoderBase::reportIRFrames |
( |
| ) |
|
|
protected |
◆ setANSVersion()
◆ setBCShift()
void o2::ctf::CTFCoderBase::setBCShift |
( |
int64_t |
n | ) |
|
|
inline |
◆ setDictBinding()
void o2::ctf::CTFCoderBase::setDictBinding |
( |
const std::string & |
s | ) |
|
|
inline |
◆ setFirstTFOrbit()
void o2::ctf::CTFCoderBase::setFirstTFOrbit |
( |
uint32_t |
n | ) |
|
|
inline |
◆ setMemMarginFactor()
void o2::ctf::CTFCoderBase::setMemMarginFactor |
( |
float |
v | ) |
|
|
inline |
◆ setSelectedIRFrames()
template<typename SPAN >
void o2::ctf::CTFCoderBase::setSelectedIRFrames |
( |
const SPAN & |
sp | ) |
|
|
inline |
◆ setSupportBCShifts()
void o2::ctf::CTFCoderBase::setSupportBCShifts |
( |
bool |
v = true | ) |
|
|
inline |
◆ setTrigOffsBinding()
void o2::ctf::CTFCoderBase::setTrigOffsBinding |
( |
const std::string & |
s | ) |
|
|
inline |
◆ setVerbosity()
void o2::ctf::CTFCoderBase::setVerbosity |
( |
int |
v | ) |
|
|
inline |
◆ updateTimeDependentParams()
◆ mANSVersion
◆ mBCShift
int64_t o2::ctf::CTFCoderBase::mBCShift = 0 |
|
protected |
◆ mCoders
std::vector<std::any> o2::ctf::CTFCoderBase::mCoders |
|
protected |
◆ mDet
DetID o2::ctf::CTFCoderBase::mDet |
|
protected |
◆ mDictBinding
std::string o2::ctf::CTFCoderBase::mDictBinding {"ctfdict"} |
|
protected |
◆ mExtHeader
◆ mFirstTFOrbit
uint32_t o2::ctf::CTFCoderBase::mFirstTFOrbit = 0 |
|
protected |
◆ mIRFrameSelector
◆ mIRFrameSelMarginBwd
size_t o2::ctf::CTFCoderBase::mIRFrameSelMarginBwd = 0 |
|
protected |
◆ mIRFrameSelMarginFwd
size_t o2::ctf::CTFCoderBase::mIRFrameSelMarginFwd = 0 |
|
protected |
◆ mIRFrameSelShift
long o2::ctf::CTFCoderBase::mIRFrameSelShift = 0 |
|
protected |
◆ mLoadDictFromCCDB
bool o2::ctf::CTFCoderBase::mLoadDictFromCCDB {true} |
|
protected |
◆ mMemMarginFactor
float o2::ctf::CTFCoderBase::mMemMarginFactor = 1.0f |
|
protected |
◆ mOpType
OpType o2::ctf::CTFCoderBase::mOpType |
|
protected |
◆ mSupportBCShifts
bool o2::ctf::CTFCoderBase::mSupportBCShifts {false} |
|
protected |
◆ mTrigOffsBinding
std::string o2::ctf::CTFCoderBase::mTrigOffsBinding {"trigoffset"} |
|
protected |
◆ mVerbosity
int o2::ctf::CTFCoderBase::mVerbosity = 0 |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/Base/include/DetectorsBase/CTFCoderBase.h
- /home/runner/work/AliceO2/AliceO2/Detectors/Base/src/CTFCoderBase.cxx