9bool GstreamerTextFactory::publishEventDigitizedDataImpl(
const std::string& detectorName,
10 const std::vector<const GDigitizedData*>& digitizedData) {
11 if (!ofile.is_open()) {
15 ofile <<
guts::GTAB <<
"Detector <" << detectorName <<
"> Digitized Bank {\n";
17 for (
auto dgtzHit : digitizedData) {
20 ofile <<
guts::GTABTAB <<
"Hit address: " << identifierString <<
" {\n";
24 for (
const auto& [variableName, value] : dgtzHit->getIntObservablesMap(0)) {
27 for (
const auto& [variableName, value] : dgtzHit->getDblObservablesMap(0)) {
std::shared_ptr< GLogger > log
std::string getIdentityString(std::vector< GIdentifier > gidentity)
ASCII streamer plugin declarations.
Shared constants and error codes for the gstreamer module.
constexpr int ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.
constexpr char GTABTABTAB[]