All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Instantiations.cxx
Go to the documentation of this file.
1 // This file is the only way BasicTypesProxy.cxx gets compiled at all (the
2 // srproxy package doesn't include binaries).
3 #include "SRProxy/BasicTypesProxy.cxx"
4 
6 
7 // But this also gives us an opportunity to instantiate the template for
8 // various sbncode-specific enums that would otherwise be missing symbols.
9 namespace caf
10 {
11  template class Proxy<Det_t>;
12  template class Proxy<Plane_t>;
13  template class Proxy<Wall_t>;
14  template class Proxy<MCType_t>;
15  template class Proxy<generator_>;
16  template class Proxy<genie_interaction_mode_>;
17  template class Proxy<genie_interaction_type_>;
18  template class Proxy<genie_status_>;
19  template class Proxy<g4_process_>;
20  template class Proxy<mevprtlchannel_>;
21 }