CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DrellYanValidation.h
Go to the documentation of this file.
1 #ifndef DRELLYANVALIDATION_H
2 #define DRELLYANVALIDATION_H
3 
4 /*class DrellYanValidation
5  *
6  * Class to fill Event Generator dqm monitor elements; works on HepMCProduct
7  *
8  *
9  */
10 
11 // framework & common header files
16 
21 
22 //DQM services
26 
28 
30 
32 
34 {
35  public:
36  explicit DrellYanValidation(const edm::ParameterSet&);
37  virtual ~DrellYanValidation();
38  virtual void beginJob();
39  virtual void endJob();
40  virtual void analyze(const edm::Event&, const edm::EventSetup&);
41  virtual void beginRun(const edm::Run&, const edm::EventSetup&);
42  virtual void endRun(const edm::Run&, const edm::EventSetup&);
43 
44  private:
47 
50 
53 
59 
61  int _flavor;
64 
66 
67 };
68 
69 #endif
MonitorElement * secpt
MonitorElement * gamma_energy
MonitorElement * dilep_rap
virtual void analyze(const edm::Event &, const edm::EventSetup &)
MonitorElement * Zmass
edm::InputTag hepmcCollection_
MonitorElement * cos_theta_gamma_lepton
MonitorElement * nEvt
MonitorElement * leadeta
virtual void endRun(const edm::Run &, const edm::EventSetup &)
MonitorElement * Zrap
MonitorElement * leadpt
edm::ESHandle< HepPDT::ParticleDataTable > fPDGTable
PDT table.
int _flavor
decay flavor
MonitorElement * dilep_massPeak
DQMStore * dbe
ME&#39;s &quot;container&quot;.
WeightManager wmanager_
MonitorElement * Zdaughters
MonitorElement * dilep_pt
MonitorElement * ZptLog
virtual void beginJob()
virtual void beginRun(const edm::Run &, const edm::EventSetup &)
edm::EDGetTokenT< edm::HepMCProduct > hepmcCollectionToken_
std::string _name
decay flavor name
MonitorElement * seceta
MonitorElement * dilep_mass
MonitorElement * ZmassPeak
MonitorElement * dilep_ptLog
DrellYanValidation(const edm::ParameterSet &)
MonitorElement * Zpt
Definition: Run.h:41