8bool GstreamerRootFactory::publishEventDigitizedDataImpl(
const std::string& detectorName,
9 const std::vector<const GDigitizedData*>& digitizedData) {
10 if (rootfile ==
nullptr) {
14 if (!digitizedData.empty()) {
15 const auto& digitizedDataTree = getOrInstantiateDigitizedDataTree(detectorName, digitizedData.front());
17 return digitizedDataTree->fillTree(digitizedData);
std::shared_ptr< GLogger > log
Shared constants and error codes for the gstreamer module.
ROOT streamer plugin declarations.
constexpr int ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.