#include <GenEvent_p1.h>
Definition at line 26 of file GenEvent_p1.h.
◆ GenEvent_p1()
| GenEvent_p1::GenEvent_p1 |
( |
| ) |
|
|
inline |
Default constructor.
Inline methods:
Definition at line 99 of file GenEvent_p1.h.
99 :
110{}
int m_eventNbr
Event number.
double m_alphaQCD
value of the QCD coupling.
std::vector< long int > m_randomStates
Container of random numbers for the generator states.
std::vector< GenVertex_p1 > m_vertices
Vector of vertices composing this event.
double m_eventScale
Energy scale.
double m_alphaQED
value of the QED coupling.
int m_signalProcessId
Id of the processus being generated.
std::vector< GenParticle_p1 > m_particles
Vector of particles composing this event.
int m_signalProcessVtx
Barcode of the GenVertex holding the signal process.
std::vector< double > m_weights
Weights for this event.
◆ GenEventCnv_p1
◆ m_alphaQCD
| double GenEvent_p1::m_alphaQCD |
|
protected |
value of the QCD coupling.
see hep-ph/0109068
Definition at line 63 of file GenEvent_p1.h.
◆ m_alphaQED
| double GenEvent_p1::m_alphaQED |
|
protected |
value of the QED coupling.
see hep-ph/0109068
Definition at line 67 of file GenEvent_p1.h.
◆ m_eventNbr
| int GenEvent_p1::m_eventNbr |
|
protected |
◆ m_eventScale
| double GenEvent_p1::m_eventScale |
|
protected |
Energy scale.
see hep-ph/0109068
Definition at line 59 of file GenEvent_p1.h.
◆ m_particles
Vector of particles composing this event.
The particles are ordered by barcodes.
Definition at line 92 of file GenEvent_p1.h.
◆ m_randomStates
| std::vector<long int> GenEvent_p1::m_randomStates |
|
protected |
◆ m_signalProcessId
| int GenEvent_p1::m_signalProcessId |
|
protected |
Id of the processus being generated.
Definition at line 51 of file GenEvent_p1.h.
◆ m_signalProcessVtx
| int GenEvent_p1::m_signalProcessVtx |
|
protected |
Barcode of the GenVertex holding the signal process.
0 means that no signal process vertex has been written out. This may come from upstream limitations, e.g. an absence of this information in the input file.
Definition at line 73 of file GenEvent_p1.h.
◆ m_vertices
Vector of vertices composing this event.
The vertices are ordered by barcodes.
Definition at line 87 of file GenEvent_p1.h.
◆ m_weights
| std::vector<double> GenEvent_p1::m_weights |
|
protected |
Weights for this event.
First weight is used by default for hit and miss.
Definition at line 78 of file GenEvent_p1.h.
The documentation for this class was generated from the following file: