Skip to content

Commit ef3341b

Browse files
authored
Update TableHelper.h
1 parent 1ccb3bd commit ef3341b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Common/Core/TableHelper.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
#include <string>
2626

27+
namespace o2::common::core
28+
{
29+
2730
/// Function to print the table required in the full workflow
2831
/// @param initContext initContext of the init function
2932
void printTablesInWorkflow(o2::framework::InitContext& initContext);
@@ -109,4 +112,11 @@ bool getTaskOptionValue(o2::framework::InitContext& initContext, const std::stri
109112
return getTaskOptionValue(initContext, taskName, configurable.name, configurable.value, verbose);
110113
}
111114

115+
} // namespace o2::common::core
116+
117+
using o2::common::core::printTablesInWorkflow;
118+
using o2::common::core::isTableRequiredInWorkflow;
119+
using o2::common::core::enableFlagIfTableRequired;
120+
using o2::common::core::getTaskOptionValue;
121+
112122
#endif // COMMON_CORE_TABLEHELPER_H_

0 commit comments

Comments
 (0)