Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-03 08:33:23

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_GeneratorEventParametersDATA_H
0004 #define EDM4HEP_GeneratorEventParametersDATA_H
0005 
0006 namespace edm4hep {
0007 
0008 /** @class GeneratorEventParametersData
0009  *  Generator event parameters
0010  *  @author: EDM4hep authors
0011  */
0012 class GeneratorEventParametersData {
0013 public:
0014   double eventScale{};   ///< event scale
0015   double alphaQED{};     ///< alpha_QED
0016   double alphaQCD{};     ///< alpha_QCD
0017   int signalProcessId{}; ///< id of signal process
0018   double sqrts{};        ///< sqrt(s) [GeV]
0019 
0020   unsigned int crossSections_begin{};
0021   unsigned int crossSections_end{};
0022   unsigned int crossSectionErrors_begin{};
0023   unsigned int crossSectionErrors_end{};
0024   unsigned int signalVertex_begin{};
0025   unsigned int signalVertex_end{};
0026 };
0027 
0028 } // namespace edm4hep
0029 
0030 #endif