GroupSelector_t.h
Go to the documentation of this file.
1 #ifndef art_test_Framework_Core_GroupSelector_t_h
2 #define art_test_Framework_Core_GroupSelector_t_h
3 // Types for dictionary generation.
4 namespace arttest {
5  template <typename T>
6  class ProdTypeA {};
7  template <typename T>
8  class ProdTypeB {};
9 } // namespace arttest
10 #endif /* art_test_Framework_Core_GroupSelector_t_h */
11 
12 // Local Variables:
13 // mode: c++
14 // End: