CMS 3D CMS Logo

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 
76 HistDefinitions
78  const std::map<std::string, unsigned int> &mapping);
79 
80 } // end l1t
81 } // end dqmoffline
82 
83 #endif
std::vector< float > binsX
std::vector< double > binsYtmp
std::vector< HistDefinition > HistDefinitions
delete x;
Definition: CaloConfig.h:22
HistDefinitions readHistDefinitions(const edm::ParameterSet &ps, const std::map< std::string, unsigned int > &mapping)
std::vector< float > binsY
std::vector< double > binsXtmp