otsdaq  v2_00_00
ARTDAQBuilderConfiguration.h
1 #ifndef _ots_ARTDAQBuilderConfiguration_h_
2 #define _ots_ARTDAQBuilderConfiguration_h_
3 
4 #include "otsdaq-core/ConfigurationDataFormats/ConfigurationBase.h"
5 #include "otsdaq-core/ConfigurationInterface/ConfigurationManager.h"
6 #include <string>
7 
8 namespace ots
9 {
10 
11 class XDAQContextConfiguration;
12 
14 {
15 
16 public:
17 
19  virtual ~ARTDAQBuilderConfiguration(void);
20 
21  //Methods
22  void init (ConfigurationManager *configManager);
23  void outputFHICL (ConfigurationManager *configManager, const ConfigurationTree &builderNode, unsigned int selfRank, std::string selfHost, unsigned int selfPort, const XDAQContextConfiguration *contextConfig);
24  std::string getFHICLFilename (const ConfigurationTree &builderNode);
25 
26 };
27 }
28 #endif