CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FlagAxis.cc
Go to the documentation of this file.
2 
3 namespace hcaldqm
4 {
5  namespace axis
6  {
7  using namespace hcaldqm::constants;
9  Axis()
10  {}
11 
13  Axis(name, type, fFlag, n, 0, n, false)
14  {}
15 
16  /* virtual */ void FlagAxis::_setup()
17  {}
18 
19  /* virtual */ void FlagAxis::loadLabels(
20  std::vector<std::string> const& labels)
21  {
22  _labels = labels;
23  }
24  }
25 }
26 
27 
type
Definition: HCALResponse.h:21
virtual void _setup()
Definition: FlagAxis.cc:16
virtual void loadLabels(std::vector< std::string > const &)
Definition: FlagAxis.cc:19
std::vector< std::string > _labels
Definition: Axis.h:109
volatile std::atomic< bool > shutdown_flag false