/** @brief Set unpacker parameters (forced by base class) **/
virtualvoidSetParUnpackers(){}
...
...
@@ -125,9 +122,6 @@ private:
/** List of input file names **/
std::vector<std::string>fFileNames={};
/** @brief Amount of Timeslices buffered before the publisher starts dropping new ones, if the old are not digested yet.*/
std::uint32_tfHighWaterMark=1;
/** @brief type of source that is currently used @remark currently we use kONLINE as default, since, kFILE skipps the first TS probably due to obsolete reasons (to be checked PR072021) */