12#ifndef GENERATOROBJECTSTPCNV_GENEVENT_P6_H
13#define GENERATOROBJECTSTPCNV_GENEVENT_P6_H
56 const std::vector<double>&
weights,
57 const std::vector<long int>& randomStates,
58 const std::vector<double>& crossSection,
59 const std::vector<float>& heavyIon,
60 const std::vector<double>& pdfinfo,
63 unsigned int verticesBegin,
64 unsigned int verticesEnd,
65 unsigned int particlesBegin,
66 unsigned int particlesEnd
67 ,
const std::vector<int>& e_attribute_id = std::vector<int>()
68 ,
const std::vector<std::string>& e_attribute_name = std::vector<std::string>()
69 ,
const std::vector<std::string>& e_attribute_string = std::vector<std::string>()
70 ,
const std::vector<std::string>& r_attribute_name = std::vector<std::string>()
71 ,
const std::vector<std::string>& r_attribute_string = std::vector<std::string>()
225 int signalProcessVtx,
228 const std::vector<double>&
weights,
229 const std::vector<long int>& randomStates,
230 const std::vector<double>& crossSection,
231 const std::vector<float>& heavyIon,
232 const std::vector<double>& pdfinfo,
235 unsigned int verticesBegin,
236 unsigned int verticesEnd,
237 unsigned int particlesBegin,
238 unsigned int particlesEnd
239 ,
const std::vector<int>& e_attribute_id
240 ,
const std::vector<std::string>& e_attribute_name
241 ,
const std::vector<std::string>& e_attribute_string
242 ,
const std::vector<std::string>& r_attribute_name
243 ,
const std::vector<std::string>& r_attribute_string
253 m_filterHT ( filterHT ),
254 m_filterMET ( filterMET ),
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>