22#include <TStopwatch.h>
63 int checkBogus = ic.
options().
get<
int>(
"bogus-trigger-check");
69 auto cput = mTimer.CpuTime();
72 auto triggers = pc.
inputs().
get<gsl::span<TriggerRecord>>(
"triggers");
86 LOG(info) << iosize.asString() <<
" in " << mTimer.CpuTime() - cput <<
" s";
91 LOGF(info,
"TRD Entropy Encoding total timing: Cpu: %.3e Real: %.3e s in %d slots",
92 mTimer.CpuTime(), mTimer.RealTime(), mTimer.Counter() - 1);
97 std::vector<InputSpec> inputs;
98 inputs.emplace_back(
"triggers",
"TRD",
"TRKTRGRD", 0, Lifetime::Timeframe);
99 inputs.emplace_back(
"tracklets",
"TRD",
"TRACKLETS", 0, Lifetime::Timeframe);
100 inputs.emplace_back(
"digits",
"TRD",
"DIGITS", 0, Lifetime::Timeframe);
101 inputs.emplace_back(
"ctfdict",
"TRD",
"CTFDICT", 0, Lifetime::Condition,
ccdbParamSpec(
"TRD/Calib/CTFDictionaryTree"));
103 inputs.emplace_back(
"selIRFrames",
"CTF",
"SELIRFRAMES", 0, Lifetime::Timeframe);
106 "trd-entropy-encoder",
108 Outputs{{
"TRD",
"CTFDATA", 0, Lifetime::Timeframe},
109 {{
"ctfrep"},
"TRD",
"CTFENCREP", 0, Lifetime::Timeframe}},
111 Options{{
"ctf-dict", VariantType::String,
"ccdb", {
"CTF dictionary: empty or ccdb=CCDB, none=no external dictionary otherwise: local filename"}},
112 {
"irframe-margin-bwd", VariantType::UInt32, 0u, {
"margin in BC to add to the IRFrame lower boundary when selection is requested"}},
113 {
"irframe-margin-fwd", VariantType::UInt32, 0u, {
"margin in BC to add to the IRFrame upper boundary when selection is requested"}},
114 {
"mem-factor", VariantType::Float, 1.f, {
"Memory allocation margin factor"}},
115 {
"bogus-trigger-check", VariantType::Int, 10, {
"max bogus triggers to report, all if < 0"}},
116 {
"ans-version", VariantType::String, {
"version of ans entropy coder implementation to use"}}}};
class for entropy encoding/decoding of TRD data
Convert TRD data 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)
void setFirstTFOrbit(uint32_t n)
T get(const char *key) const
void snapshot(const Output &spec, T const &object)
decltype(auto) make(const Output &spec, Args... args)
ConfigParamRegistry const & options()
DataAllocator & outputs()
The data allocator is used to allocate memory for the output data.
InputRecord & inputs()
The inputs associated with this processing context.
ServiceRegistryRef services()
The services registry associated with this processing context.
void setCheckBogusTrig(int v)
o2::ctf::CTFIOSize encode(VEC &buff, const gsl::span< const TriggerRecord > &trigData, const gsl::span< const Tracklet64 > &trkData, const gsl::span< const Digit > &digData)
entropy-encode data to buffer with CTF
~EntropyEncoderSpec() override=default
void run(o2::framework::ProcessingContext &pc) final
void init(o2::framework::InitContext &ic) final
void endOfStream(o2::framework::EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
EntropyEncoderSpec(bool selIR)
void finaliseCCDB(o2::framework::ConcreteDataMatcher &matcher, void *obj) final
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
framework::DataProcessorSpec getEntropyEncoderSpec(bool selIR=false)
create a processor spec
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
wrapper for the Entropy-encoded triggers and cells of the TF
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"
std::vector< Digit > digits
std::vector< Tracklet64 > tracklets