12 #ifndef GENERATOROBJECTSTPCNV_GENEVENT_P4_H  
   13 #define GENERATOROBJECTSTPCNV_GENEVENT_P4_H  
   48            const std::vector<double>& 
weights,
 
   49            const std::vector<double>& pdfinfo,
 
   50            const std::vector<long int>& randomStates,
 
   51            unsigned int verticesBegin,
 
   52            unsigned int verticesEnd,
 
   53            unsigned int particlesBegin,
 
   54            unsigned int particlesEnd );
 
  127   m_signalProcessId  ( -1 ),
 
  132   m_signalProcessVtx (  0 ),
 
  136   m_verticesBegin    (  0 ),
 
  138   m_particlesBegin   (  0 ),
 
  147                  int signalProcessVtx,
 
  148                  const std::vector<double>& 
weights,
 
  149                  const std::vector<double>& pdfinfo,
 
  150                  const std::vector<long int>& randomStates,
 
  151                  unsigned int verticesBegin,
 
  152                  unsigned int verticesEnd,
 
  153                  unsigned int particlesBegin,
 
  154                  unsigned int particlesEnd ) :
 
  155   m_signalProcessId  ( signalProcessId ),
 
  156   m_eventNbr         ( eventNbr ),
 
  157   m_eventScale       ( eventScale ),
 
  158   m_alphaQCD         ( alphaQCD ),
 
  159   m_alphaQED         ( alphaQED ),
 
  160   m_signalProcessVtx ( signalProcessVtx ),
 
  162   m_pdfinfo          ( pdfinfo ),
 
  163   m_randomStates     ( randomStates ),
 
  164   m_verticesBegin    ( verticesBegin ),
 
  165   m_verticesEnd      ( verticesEnd ),
 
  166   m_particlesBegin   ( particlesBegin ),
 
  167   m_particlesEnd     ( particlesEnd )
 
  172 #endif //> GENERATOROBJECTSTPCNV_GENEVENT_P4_H