CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PlotTypes.h
Go to the documentation of this file.
1 #ifndef PLOT_TYPES__H
2 #define PLOT_TYPES__H
3 
4 enum PlotType { Plot1D, Plot2D };
5 
6 #endif // PLOT_TYPES__H
PlotType