LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
product_metatype.h
Go to the documentation of this file.
1 #ifndef canvas_Utilities_product_metatype_h
2 #define canvas_Utilities_product_metatype_h
3 
4 namespace art {
5  enum class product_metatype {
6  Normal,
8  RightLeft,
11  };
12 }
13 
14 #endif /* canvas_Utilities_product_metatype_h */
15 
16 // Local Variables:
17 // mode: c++
18 // End:
product_metatype
Definition: MVAAlg.h:12