otsdaq  v1_01_04
 All Classes Namespaces Functions
ARTDAQAggregatorConfiguration.h
1 #ifndef _ots_ARTDAQAggregatorConfiguration_h_
2 #define _ots_ARTDAQAggregatorConfiguration_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 ~ARTDAQAggregatorConfiguration(void);
20 
21  //Methods
22  void init (ConfigurationManager *configManager);
23  void outputFHICL (const ConfigurationTree &builderNode, unsigned int selfRank, const XDAQContextConfiguration *contextConfig);
24  std::string getFHICLFilename (const ConfigurationTree &builderNode);
25 
26 
27 };
28 }
29 #endif