12#ifndef GENERATOROBJECTSTPCNV_GENEVENT_P6_H
13#define GENERATOROBJECTSTPCNV_GENEVENT_P6_H
54 const std::vector<double>&
weights,
55 const std::vector<long int>& randomStates,
56 const std::vector<double>& crossSection,
57 const std::vector<float>& heavyIon,
58 const std::vector<double>& pdfinfo,
61 unsigned int verticesBegin,
62 unsigned int verticesEnd,
63 unsigned int particlesBegin,
64 unsigned int particlesEnd
65 ,
const std::vector<int>& e_attribute_id = std::vector<int>()
66 ,
const std::vector<std::string>& e_attribute_name = std::vector<std::string>()
67 ,
const std::vector<std::string>& e_attribute_string = std::vector<std::string>()
68 ,
const std::vector<std::string>& r_attribute_name = std::vector<std::string>()
69 ,
const std::vector<std::string>& r_attribute_string = std::vector<std::string>()
217 int signalProcessVtx,
220 const std::vector<double>&
weights,
221 const std::vector<long int>& randomStates,
222 const std::vector<double>& crossSection,
223 const std::vector<float>& heavyIon,
224 const std::vector<double>& pdfinfo,
227 unsigned int verticesBegin,
228 unsigned int verticesEnd,
229 unsigned int particlesBegin,
230 unsigned int particlesEnd
231 ,
const std::vector<int>& e_attribute_id
232 ,
const std::vector<std::string>& e_attribute_name
233 ,
const std::vector<std::string>& e_attribute_string
234 ,
const std::vector<std::string>& r_attribute_name
235 ,
const std::vector<std::string>& r_attribute_string
double m_alphaQED
value of the QED coupling.
int m_momentumUnit
HepMC::Units::MomentumUnit casted to int.
int m_signalProcessId
Id of the processus being generated.
unsigned int m_particlesBegin
Begin position in the vector of particles composing this event.
std::vector< double > m_crossSection
Container of HepMC::GenCrossSection object translated to vector<double>.
int m_mpi
Number of multi particle interactions.
int m_eventNbr
Event number.
std::vector< long int > m_randomStates
Container of random numbers for the generator states.
std::vector< std::string > m_r_attribute_name
Attribute name for run info.
unsigned int m_verticesEnd
End position in the vector of vertices composing this event.
std::vector< int > m_e_attribute_id
We define those exactly as in the HepMC3::GenEvent.
unsigned int m_verticesBegin
Begin position in the vector of vertices composing this event.
std::vector< double > m_pdfinfo
Container of HepMC::PdfInfo object translated to vector<double> for simplicity.
friend class McEventCollectionCnv_p6
std::vector< double > m_weights
Weights for this event.
int m_beamParticle1
Barcode of the beam particle 1.
GenEvent_p6()
Default constructor.
std::vector< std::string > m_e_attribute_string
Attribute serialized as string for event.
int m_signalProcessVtx
Barcode of the GenVertex holding the signal process.
int m_beamParticle2
Barcode of the beam particle 2.
unsigned int m_particlesEnd
End position in the vector of particles composing this event.
double m_eventScale
Energy scale.
double m_alphaQCD
value of the QCD coupling.
int m_lengthUnit
HepMC::Units::LengthUnit casted to int.
std::vector< std::string > m_r_attribute_string
Attribute serialized as string for run info.
double m_filterWeight
value of the extra weight introduced during reweighting events in filter and value of some variables ...
std::vector< std::string > m_e_attribute_name
Attribute name for event.
std::vector< float > m_heavyIon
Container of HepMC::HeavyIon object translated to vector<double>.