CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HistDefinition.h
Go to the documentation of this file.
1 #ifndef DQMOffline_L1Trigger_HistDefinition_h
2 #define DQMOffline_L1Trigger_HistDefinition_h
3 
45 #include <string>
46 #include <vector>
47 
48 namespace dqmoffline {
49  namespace l1t {
50 
52  typedef std::vector<HistDefinition> HistDefinitions;
53 
55  public:
59  // static HistDefinitions readHistDefinitions(const edm::ParameterSet &ps,
60  // std::map<std::string, unsigned int>);
61 
64  unsigned int nbinsX;
65  unsigned int nbinsY;
66  double xmin;
67  double xmax;
68  double ymin;
69  double ymax;
70  std::vector<double> binsXtmp;
71  std::vector<double> binsYtmp;
72  std::vector<float> binsX;
73  std::vector<float> binsY;
74  };
75 
77  const std::map<std::string, unsigned int> &mapping);
78 
79  } // namespace l1t
80 } // namespace dqmoffline
81 
82 #endif
std::vector< float > binsX
std::vector< double > binsYtmp
std::vector< HistDefinition > HistDefinitions
HistDefinitions readHistDefinitions(const edm::ParameterSet &ps, const std::map< std::string, unsigned int > &mapping)
std::vector< float > binsY
std::vector< double > binsXtmp