9bool GstreamerTextFactory::publishRunDigitizedDataImpl(
const std::string& detectorName,
10 const std::vector<const GDigitizedData*>& digitizedData)
12 if (!ofile.is_open()) {
16 ofile <<
guts::GTAB <<
"Detector <" << detectorName <<
"> Digitized Bank {\n";
18 for (
auto dgtzHit : digitizedData) {
21 ofile <<
guts::GTABTAB <<
"Hit address: " << identifierString <<
" {\n";
25 for (
const auto& [variableName, value] : dgtzHit->getIntObservablesMap(0)) {
28 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[]