From 1e425cf5891cd305a749b52234609d295a33751d Mon Sep 17 00:00:00 2001 From: Javier Galan Date: Fri, 10 Feb 2023 11:28:43 +0100 Subject: [PATCH] Testing dummy output to verify pipeline --- source/framework/core/src/TRestRun.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/framework/core/src/TRestRun.cxx b/source/framework/core/src/TRestRun.cxx index bfd974493..0bb1f1075 100644 --- a/source/framework/core/src/TRestRun.cxx +++ b/source/framework/core/src/TRestRun.cxx @@ -1692,6 +1692,7 @@ string TRestRun::ReplaceMetadataMembers(const string& instr, Int_t precision) { /// \return The corresponding class data member value in string format. /// string TRestRun::ReplaceMetadataMember(const string& instr, Int_t precision) { + std::cout << "Calling ReplaceMetadataMember" << std::endl; if (instr.find("::") == string::npos && instr.find("->") == string::npos) { return "{{" + instr + "}}"; }