BasicPostProcessor.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_BasicPostProcessor_h
2 #define art_Framework_Art_BasicPostProcessor_h
3 
4 // Handle the basic options, like config, help, process-name.
5 
6 namespace art {
7  class BasicPostProcessor;
8 }
9 
11 #include "cetlib/filepath_maker.h"
12 
14 private:
15  // Check selected options for consistency.
16  int doCheckOptions(bpo::variables_map const& vm) override;
17  // Act on selected options.
18  int doProcessOptions(bpo::variables_map const& vm,
19  fhicl::intermediate_table& raw_config) override;
20 };
21 #endif /* art_Framework_Art_BasicPostProcessor_h */
22 
23 // Local Variables:
24 // mode: c++
25 // End:
int doCheckOptions(bpo::variables_map const &vm) override
int doProcessOptions(bpo::variables_map const &vm, fhicl::intermediate_table &raw_config) override