CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelVTXMonitor.h
Go to the documentation of this file.
1 /*
2  * \class PixelVTXMonitor
3  *
4  * DQM FED Client
5  *
6  * \author S. Dutta
7  *
8 */
9 
10 #ifndef PIXELVTXMONITOR_H
11 #define PIXELVTXMONITORH
12 
13 #include <string>
14 #include <vector>
15 #include <map>
16 
26 
27 //
28 // class declaration
29 //
30 
32 public:
35 
36 protected:
37 
38  void beginJob();
39  void beginRun(edm::Run const& iRun, edm::EventSetup const& iSetup);
40  void analyze(edm::Event const& iEvent, edm::EventSetup const& iSetup);
41  void endRun(edm::Run const& iRun, edm::EventSetup const& iSetup);
42  void endJob();
43 
44 private:
45 
46  void bookHistograms();
47 
49 
58  float minVtxDoF_;
59 
62 
63  struct PixelMEs{
66  };
67 
68  std::map<std::string, PixelMEs> histoMap_;
69 };
70 
71 #endif
72 
73 // Local Variables:
74 // show-trailing-whitespace: t
75 // truncate-lines: t
76 // End:
edm::EDGetTokenT< reco::VertexCollection > pixelVertexInputTagToken_
edm::EDGetTokenT< edm::TriggerResults > hltInputTagToken_
edm::ParameterSet parameters_
HLTConfigProvider hltConfig_
edm::InputTag pixelClusterInputTag_
int iEvent
Definition: GenABIO.cc:230
std::map< std::string, PixelMEs > histoMap_
edm::InputTag pixelVertexInputTag_
std::string folderName_
edm::InputTag hltInputTag_
edm::EDGetTokenT< SiPixelClusterCollectionNew > pixelClusterInputTagToken_
void beginRun(edm::Run const &iRun, edm::EventSetup const &iSetup)
std::string moduleName_
PixelVTXMonitor(const edm::ParameterSet &)
void endRun(edm::Run const &iRun, edm::EventSetup const &iSetup)
void analyze(edm::Event const &iEvent, edm::EventSetup const &iSetup)
Definition: Run.h:43