![]() |
ATLAS Offline Software
|
#include <GenEvent_p1.h>
Public Member Functions | |
| GenEvent_p1 () | |
| Default constructor. | |
Protected Attributes | |
| int | m_signalProcessId |
| Id of the processus being generated. | |
| int | m_eventNbr |
| Event number. | |
| double | m_eventScale |
| Energy scale. | |
| double | m_alphaQCD |
| value of the QCD coupling. | |
| double | m_alphaQED |
| value of the QED coupling. | |
| int | m_signalProcessVtx |
| Barcode of the GenVertex holding the signal process. | |
| std::vector< double > | m_weights |
| Weights for this event. | |
| 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. | |
| std::vector< GenParticle_p1 > | m_particles |
| Vector of particles composing this event. | |
Friends | |
| class | GenEventCnv_p1 |
Definition at line 26 of file GenEvent_p1.h.
|
inline |
Default constructor.
Inline methods:
Definition at line 99 of file GenEvent_p1.h.
|
friend |
Definition at line 33 of file GenEvent_p1.h.
|
protected |
|
protected |
|
protected |
Event number.
Definition at line 55 of file GenEvent_p1.h.
|
protected |
|
protected |
Vector of particles composing this event.
The particles are ordered by barcodes.
Definition at line 92 of file GenEvent_p1.h.
|
protected |
Container of random numbers for the generator states.
Definition at line 82 of file GenEvent_p1.h.
|
protected |
Id of the processus being generated.
Definition at line 51 of file GenEvent_p1.h.
|
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.
|
protected |
Vector of vertices composing this event.
The vertices are ordered by barcodes.
Definition at line 87 of file GenEvent_p1.h.
|
protected |
Weights for this event.
First weight is used by default for hit and miss.
Definition at line 78 of file GenEvent_p1.h.