CMS 3D CMS Logo

GEMDetLabel.h
Go to the documentation of this file.
1 #include <array>
2 
3 namespace GEMDetLabel {
4  static const std::array<std::string, 4> l_suffix = {{"_l1", "_l2", "_l1or2", "_l1and2"}};
5  static const std::array<std::string, 2> s_suffix = {{"_st1", "_st2"}};
6  static const std::array<std::string, 3> c_suffix = {{"_all", "_odd", "_even"}};
7 } // namespace GEMDetLabel
static const std::array< std::string, 4 > l_suffix
Definition: GEMDetLabel.h:4
static const std::array< std::string, 2 > s_suffix
Definition: GEMDetLabel.h:5
static const std::array< std::string, 3 > c_suffix
Definition: GEMDetLabel.h:6