CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BasicHepMCHeavyIonValidation.h
Go to the documentation of this file.
1 #ifndef BASICHEPMCHEAVYIONVALIDATION_H
2 #define BASICHEPMCHEAVYIONVALIDATION_H
3 
4 /*class BasicHepMCHeavyIonValidation
5  *
6  * Class to fill Event Generator dqm monitor elements; works on HepMCProduct HepMC::HeavyIon
7  * Quan Wang - 04/2013
8  *
9  */
10 
11 // framework & common header files
16 
21 
22 //DQM services
26 
28 
30 
32 
34 {
35  public:
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  bool QWdebug_;
48 
50  //edm::ESHandle<HepPDT::ParticleDataTable> fPDGTable ;
51 
54 
56 
57  // Additional information stored in HeavyIon structure
58  MonitorElement* Ncoll_hard; // Number of hard scatterings
59  MonitorElement* Npart_proj; // Number of projectile participants
60  MonitorElement* Npart_targ; // Number of target participants
61  MonitorElement* Ncoll; // Number of NN (nucleon-nucleon) collisions
62  MonitorElement* N_Nwounded_collisions; // Number of N-Nwounded collisions
63  MonitorElement* Nwounded_N_collisions; // Number of Nwounded-N collisons
64  MonitorElement* Nwounded_Nwounded_collisions; // Number of Nwounded-Nwounded collisions
65  MonitorElement* spectator_neutrons; // Number of spectator neutrons
66  MonitorElement* spectator_protons; // Number of spectator protons
67  MonitorElement* impact_parameter; // Impact Parameter(fm) of collision
68  MonitorElement* event_plane_angle; // Azimuthal angle of event plane
69  MonitorElement* eccentricity; // eccentricity of participating nucleons
70  // in the transverse plane
71  // (as in phobos nucl-ex/0510031)
72  MonitorElement* sigma_inel_NN; // nucleon-nucleon inelastic
73  // (including diffractive) cross-section
74 
76 };
77 
78 #endif
virtual void endRun(const edm::Run &, const edm::EventSetup &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
virtual void beginRun(const edm::Run &, const edm::EventSetup &)
edm::EDGetTokenT< edm::HepMCProduct > hepmcCollectionToken_
BasicHepMCHeavyIonValidation(const edm::ParameterSet &)
Definition: Run.h:41