Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:16:17

0001 #ifndef FERMIMOTION_FERMIMOTION_H
0002 #define FERMIMOTION_FERMIMOTION_H
0003 
0004 #include <gsl/gsl_rng.h>
0005 
0006 namespace HepMC
0007 {
0008   class GenEvent;
0009 }
0010 
0011 int FermiMotion(HepMC::GenEvent *event, gsl_rng *RandomGenerator, double pTspec);
0012 
0013 #endif