LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
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 
13 #include <string>
14 
16 private:
17  // Check selected options for consistency.
18  int doCheckOptions(bpo::variables_map const& vm) override;
19  // Act on selected options.
20  int doProcessOptions(bpo::variables_map const& vm,
21  fhicl::intermediate_table& raw_config) override;
22 };
23 #endif /* art_Framework_Art_BasicPostProcessor_h */
24 
25 // Local Variables:
26 // mode: c++
27 // End:
int doCheckOptions(bpo::variables_map const &vm) override
int doProcessOptions(bpo::variables_map const &vm, fhicl::intermediate_table &raw_config) override
HLT enums.