12#ifndef GENERATOROBJECTSTPCNV_GENEVENT_P7_H
13#define GENERATOROBJECTSTPCNV_GENEVENT_P7_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>()
70 ,
const std::vector<std::string>& r_tool_name = std::vector<std::string>()
71 ,
const std::vector<std::string>& r_tool_version = std::vector<std::string>()
72 ,
const std::vector<std::string>& r_tool_description = std::vector<std::string>()
73 ,
const std::vector<std::string>& r_weight_names = std::vector<std::string>()
229 int signalProcessVtx,
232 const std::vector<double>&
weights,
233 const std::vector<long int>& randomStates,
234 const std::vector<double>& crossSection,
235 const std::vector<float>& heavyIon,
236 const std::vector<double>& pdfinfo,
239 unsigned int verticesBegin,
240 unsigned int verticesEnd,
241 unsigned int particlesBegin,
242 unsigned int particlesEnd
243 ,
const std::vector<int>& e_attribute_id
244 ,
const std::vector<std::string>& e_attribute_name
245 ,
const std::vector<std::string>& e_attribute_string
246 ,
const std::vector<std::string>& r_attribute_name
247 ,
const std::vector<std::string>& r_attribute_string
248 ,
const std::vector<std::string>& r_tool_name
249 ,
const std::vector<std::string>& r_tool_version
250 ,
const std::vector<std::string>& r_tool_description
251 ,
const std::vector<std::string>& r_weight_names
unsigned int m_particlesEnd
End position in the vector of particles composing this event.
friend class McEventCollectionCnv_p7
std::vector< long int > m_randomStates
Container of random numbers for the generator states.
int m_signalProcessId
Id of the processus being generated.
int m_beamParticle2
Barcode of the beam particle 2.
std::vector< double > m_crossSection
Container of HepMC::GenCrossSection object translated to vector<double>.
int m_signalProcessVtx
Barcode of the GenVertex holding the signal process.
int m_eventNbr
Event number.
std::vector< std::string > m_r_weight_names
The weight names.
int m_lengthUnit
HepMC::Units::LengthUnit casted to int.
std::vector< std::string > m_r_tool_name
Name of the used tool.
int m_beamParticle1
Barcode of the beam particle 1.
std::vector< int > m_e_attribute_id
We define those exactly as in the HepMC3::GenEvent.
double m_eventScale
Energy scale.
std::vector< double > m_weights
Weights for this event.
double m_filterWeight
value of the extra weight introduced during reweighting events in filter and value of some variables ...
unsigned int m_particlesBegin
Begin position in the vector of particles composing this event.
std::vector< std::string > m_r_attribute_string
Attribute serialized as string for run info.
unsigned int m_verticesEnd
End position in the vector of vertices composing this event.
std::vector< std::string > m_r_tool_description
Description of the used tool.
double m_alphaQCD
value of the QCD coupling.
int m_mpi
Number of multi particle interactions.
int m_momentumUnit
HepMC::Units::MomentumUnit casted to int.
GenEvent_p7()
Default constructor.
std::vector< double > m_pdfinfo
Container of HepMC::PdfInfo object translated to vector<double> for simplicity.
unsigned int m_verticesBegin
Begin position in the vector of vertices composing this event.
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>.
std::vector< std::string > m_r_tool_version
Version of the used tool.
std::vector< std::string > m_r_attribute_name
Attribute name for run info.
std::vector< std::string > m_e_attribute_string
Attribute serialized as string for event.
double m_alphaQED
value of the QED coupling.