tdaq-develop-2025-02-12
MakeRunInfo.h
1 #ifndef _ots_MakeRunInfo_h_
2 #define _ots_MakeRunInfo_h_
6 #include <string>
7 
8 namespace ots
9 {
10 class RunInfoVInterface;
11 class ConfigurationTree;
12 
13 RunInfoVInterface* makeRunInfo(const std::string& runInfoPluginName,
14  const std::string& runInfoUID);
19 } // namespace ots
20 
21 #endif /* _ots_MakeRunInfo_h_ */
RunInfoVInterface * makeRunInfo(const std::string &runInfoPluginName, const std::string &runInfoUID)
Definition: MakeRunInfo.cc:6