DummyClassTool.h
Go to the documentation of this file.
1 #ifndef art_test_Framework_Art_PrintAvailable_DummyClassTool_h
2 #define art_test_Framework_Art_PrintAvailable_DummyClassTool_h
3 
5 
6 namespace fhicl {
7  class ParameterSet;
8 }
9 
10 namespace art {
11  namespace test {
12  struct DummyClassTool {
13  struct Config {};
16  };
17  } // namespace test
18 } // namespace art
19 
20 #endif /* art_test_Framework_Art_PrintAvailable_DummyClassTool_h */
21 
22 // Local variables:
23 // mode: c++
24 // End:
DummyClassTool(Parameters const &)