Back to home page

EIC code displayed by LXR

 
 

    


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

0001 
0002 // Initialisation of all gamma related data (macroscopic cross sections
0003 // and target element selectors for each model) and interaction models.
0004 
0005 // NOTE: only Conversion and Compton is active at the moment
0006 
0007 #ifndef G4HepEmGammaInit_HH
0008 #define G4HepEmGammaInit_HH
0009 
0010 struct G4HepEmData;
0011 struct G4HepEmParameters;
0012 
0013 void InitGammaData(struct G4HepEmData* hepEmData, struct G4HepEmParameters* hepEmPars, int verbose=0);
0014 
0015 
0016 
0017 #endif // G4HepEmGammaInit_HH