Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-13 08:21:03

0001 
0002 // Initialisation of all e-/e+ related data (e-loss tables, macroscopic cross
0003 // sections and target element selectors for each model) and interaction models.
0004 
0005 #ifndef G4HepEmElementInit_HH
0006 #define G4HepEmElementInit_HH
0007 
0008 struct G4HepEmData;
0009 struct G4HepEmParameters;
0010 
0011 void InitElectronData(struct G4HepEmData* hepEmData, struct G4HepEmParameters* hepEmPars, bool iselectron, int verbose=0);
0012 
0013 
0014 
0015 #endif // G4HepEmElementInit_HH