49 auto cput = mTimer.CpuTime();
63 LOG(info) << iosize.asString() <<
" in " << mTimer.CpuTime() - cput <<
" s";
68 LOGF(info,
"FDD Entropy Encoding total timing: Cpu: %.3e Real: %.3e s in %d slots",
69 mTimer.CpuTime(), mTimer.RealTime(), mTimer.Counter() - 1);
74 std::vector<InputSpec> inputs;
75 inputs.emplace_back(
"digits",
"FDD",
"DIGITSBC", 0, Lifetime::Timeframe);
76 inputs.emplace_back(
"channels",
"FDD",
"DIGITSCH", 0, Lifetime::Timeframe);
77 inputs.emplace_back(
"ctfdict",
"FDD",
"CTFDICT", 0, Lifetime::Condition,
ccdbParamSpec(
"FDD/Calib/CTFDictionaryTree"));
79 inputs.emplace_back(
"selIRFrames",
"CTF",
"SELIRFRAMES", 0, Lifetime::Timeframe);
82 "fdd-entropy-encoder",
84 Outputs{{
"FDD",
"CTFDATA", 0, Lifetime::Timeframe}},
86 Options{{
"ctf-dict", VariantType::String,
"ccdb", {
"CTF dictionary: empty or ccdb=CCDB, none=no external dictionary otherwise: local filename"}},
87 {
"irframe-margin-bwd", VariantType::UInt32, 0u, {
"margin in BC to add to the IRFrame lower boundary when selection is requested"}},
88 {
"irframe-margin-fwd", VariantType::UInt32, 0u, {
"margin in BC to add to the IRFrame upper boundary when selection is requested"}},
89 {
"mem-factor", VariantType::Float, 1.f, {
"Memory allocation margin factor"}},
90 {
"ans-version", VariantType::String, {
"version of ans entropy coder implementation to use"}}}};
Convert clusters streams to CTF (EncodedBlocks)
void updateTimeDependentParams(o2::framework::ProcessingContext &pc, bool askTree=false)
void init(o2::framework::InitContext &ic)
void setSelectedIRFrames(const SPAN &sp)
o2::utils::IRFrameSelector & getIRFramesSelector()
bool finaliseCCDB(o2::framework::ConcreteDataMatcher &matcher, void *obj)
o2::ctf::CTFIOSize encode(VEC &buff, const gsl::span< const Digit > &digitVec, const gsl::span< const ChannelData > &channelVec)
entropy-encode digits to buffer with CTF
EntropyEncoderSpec(bool selIR)
void init(o2::framework::InitContext &ic) final
void run(o2::framework::ProcessingContext &pc) final
void endOfStream(o2::framework::EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
void finaliseCCDB(o2::framework::ConcreteDataMatcher &matcher, void *obj) final
decltype(auto) make(const Output &spec, Args... args)
DataAllocator & outputs()
The data allocator is used to allocate memory for the output data.
InputRecord & inputs()
The inputs associated with this processing context.
framework::DataProcessorSpec getEntropyEncoderSpec(bool selIR=false)
create a processor spec
Defining PrimaryVertex explicitly as messageable.
std::vector< ConfigParamSpec > ccdbParamSpec(std::string const &path, int runDependent, std::vector< CCDBMetadata > metadata={}, int qrate=0)
std::vector< ConfigParamSpec > Options
std::vector< OutputSpec > Outputs
struct o2::upgrades_utils::@459 fdd
Collision labels.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
wrapper for the Entropy-encoded clusters of the TF
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"
std::vector< ChannelData > channels
std::vector< Digit > digits