14#ifndef O2_ITS_THRESHOLD_AGGREGATOR_
15#define O2_ITS_THRESHOLD_AGGREGATOR_
25#include <fairmq/Device.h>
62 void finalizeOutput();
66 std::
string mOutputStr;
69 std::
string mSelfName;
72 bool mVerboseOutput = false;
75 bool mStopped = false;
77 o2::dcs::DCSconfigObject_t tuningMerge;
78 o2::dcs::DCSconfigObject_t PIXTYPMerge;
79 o2::dcs::DCSconfigObject_t chipDoneMerge;
80 short int mRunType = -1;
86 std::
string mLHCPeriod;
88 std::
string mCcdbUrl = "";
89 std::
string mCcdbUrlProd = "";
93 short int mDBversion = -1;
Utils and constants for calibration and related workflows.
Definition of the Alpide pixel reader for raw data processing.
void stop() final
This is invoked on stop.
void endOfStream(EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
~ITSThresholdAggregator() override=default
void init(InitContext &ic) final
void finalize(EndOfStreamContext *ec)
void run(ProcessingContext &pc) final
Defining PrimaryVertex explicitly as messageable.
o2::framework::DataProcessorSpec getITSThresholdAggregatorSpec()
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Defining DataPointCompositeObject explicitly as copiable.