12 #ifndef GENERATOROBJECTSTPCNV_GENEVENT_P5_H  
   13 #define GENERATOROBJECTSTPCNV_GENEVENT_P5_H  
   51            const std::vector<double>& 
weights,
 
   52            const std::vector<long int>& randomStates,
 
   54            const std::vector<float>& heavyIon,
 
   55            const std::vector<double>& pdfinfo,
 
   58            unsigned int verticesBegin,
 
   59            unsigned int verticesEnd,
 
   60            unsigned int particlesBegin,
 
   61            unsigned int particlesEnd );
 
  162   m_signalProcessId  ( -1 ),
 
  168   m_signalProcessVtx (  0 ),
 
  169   m_beamParticle1    (  0 ),
 
  170   m_beamParticle2    (  0 ),
 
  176   m_momentumUnit     (  0 ),
 
  178   m_verticesBegin    (  0 ),
 
  180   m_particlesBegin   (  0 ),
 
  190                  int signalProcessVtx,
 
  193                  const std::vector<double>& 
weights,
 
  194                  const std::vector<long int>& randomStates,
 
  196                  const std::vector<float>& heavyIon,
 
  197                  const std::vector<double>& pdfinfo,
 
  200                  unsigned int verticesBegin,
 
  201                  unsigned int verticesEnd,
 
  202                  unsigned int particlesBegin,
 
  203                  unsigned int particlesEnd ) :
 
  204   m_signalProcessId  ( signalProcessId ),
 
  205   m_eventNbr         ( eventNbr ),
 
  207   m_eventScale       ( eventScale ),
 
  208   m_alphaQCD         ( alphaQCD ),
 
  209   m_alphaQED         ( alphaQED ),
 
  210   m_signalProcessVtx ( signalProcessVtx ),
 
  211   m_beamParticle1    ( beamParticle1 ),
 
  212   m_beamParticle2    ( beamParticle2 ),
 
  214   m_randomStates     ( randomStates ),
 
  216   m_heavyIon         ( heavyIon ),
 
  217   m_pdfinfo          ( pdfinfo ),
 
  218   m_momentumUnit     ( momentumUnit ),
 
  219   m_lengthUnit       ( lengthUnit ),
 
  220   m_verticesBegin    ( verticesBegin ),
 
  221   m_verticesEnd      ( verticesEnd ),
 
  222   m_particlesBegin   ( particlesBegin ),
 
  223   m_particlesEnd     ( particlesEnd )
 
  226 #endif //> GENERATOROBJECTSTPCNV_GENEVENT_P5_H