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,
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>()
182 m_signalProcessId ( -1 ),
188 m_filterWeight ( 1 ),
193 m_signalProcessVtx ( 0 ),
194 m_beamParticle1 ( 0 ),
195 m_beamParticle2 ( 0 ),
201 m_momentumUnit ( 0 ),
203 m_verticesBegin ( 0 ),
205 m_particlesBegin ( 0 ),
207 ,m_e_attribute_id ( )
208 ,m_e_attribute_name ( )
209 ,m_e_attribute_string( )
210 ,m_r_attribute_name ( )
211 ,m_r_attribute_string( )
225 int signalProcessVtx,
228 const std::vector<double>&
weights,
229 const std::vector<long int>& randomStates,
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
245 m_signalProcessId ( signalProcessId ),
246 m_eventNbr ( eventNbr ),
248 m_eventScale ( eventScale ),
249 m_alphaQCD ( alphaQCD ),
250 m_alphaQED ( alphaQED ),
251 m_filterWeight ( filterWeight ),
253 m_filterHT ( filterHT ),
254 m_filterMET ( filterMET ),
256 m_signalProcessVtx ( signalProcessVtx ),
257 m_beamParticle1 ( beamParticle1 ),
258 m_beamParticle2 ( beamParticle2 ),
260 m_randomStates ( randomStates ),
262 m_heavyIon ( heavyIon ),
263 m_pdfinfo ( pdfinfo ),
264 m_momentumUnit ( momentumUnit ),
265 m_lengthUnit ( lengthUnit ),
266 m_verticesBegin ( verticesBegin ),
267 m_verticesEnd ( verticesEnd ),
268 m_particlesBegin ( particlesBegin ),
269 m_particlesEnd ( particlesEnd )
270 ,m_e_attribute_id ( e_attribute_id )
271 ,m_e_attribute_name ( e_attribute_name )
272 ,m_e_attribute_string( e_attribute_string )
273 ,m_r_attribute_name ( r_attribute_name )
274 ,m_r_attribute_string( r_attribute_string )
277 #endif //> GENERATOROBJECTSTPCNV_GENEVENT_p6_H