CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BasicGenParticleValidation.h
Go to the documentation of this file.
1 #ifndef BASICGENPARICLEVALIDATION_H
2 #define BASICGENPARICLEVALIDATION_H
3 
4 /*class BasicGenParticleValidation
5  *
6  * Class to fill Event Generator dqm monitor elements; works on HepMCProduct
7  *
8  * $Date: 2010/07/02 13:34:22 $
9  * $Revision: 1.2 $
10  *
11  */
12 
13 // framework & common header files
18 
23 
25 
26 //DQM services
30 
34 
36 
38 
40 {
41  public:
44  virtual void beginJob();
45  virtual void endJob();
46  virtual void analyze(const edm::Event&, const edm::EventSetup&);
47  virtual void beginRun(const edm::Run&, const edm::EventSetup&);
48  virtual void endRun(const edm::Run&, const edm::EventSetup&);
49 
50  bool matchParticles(const HepMC::GenParticle*&, const reco::GenParticle*&);
51 
52  private:
53 
55 
59  double matchPr_;
60 
61  unsigned int verbosity_;
62 
65 
68 
70 
71  // Basic reco::GenParticle test
72 
77 
78  // Basci GenJets analysis
79 
86 
91 
93 
94 };
95 
96 #endif
virtual void beginRun(const edm::Run &, const edm::EventSetup &)
edm::ESHandle< HepPDT::ParticleDataTable > fPDGTable
PDT table.
DQMStore * dbe
ME&#39;s &quot;container&quot;.
virtual void analyze(const edm::Event &, const edm::EventSetup &)
bool matchParticles(const HepMC::GenParticle *&, const reco::GenParticle *&)
BasicGenParticleValidation(const edm::ParameterSet &)
virtual void endRun(const edm::Run &, const edm::EventSetup &)
Definition: Run.h:33