Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:10:14

0001 #ifndef SHERPA_Tools_Definitions_H
0002 #define SHERPA_Tools_Definitions_H
0003 
0004 
0005 namespace SHERPA {
0006   struct eventtype {
0007     enum code {
0008       StandardPerturbative = 1,
0009       MinimumBias          = 2,
0010       HadronDecay          = 3,
0011       EventReader          = 10
0012     };
0013   };
0014 }
0015 #endif