ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FermiMotion.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FermiMotion.h
1 #ifndef FERMIMOTION_FERMIMOTION_H
2 #define FERMIMOTION_FERMIMOTION_H
3 
4 #include <gsl/gsl_rng.h>
5 
6 namespace HepMC
7 {
8  class GenEvent;
9 }
10 
11 int FermiMotion(HepMC::GenEvent *event, gsl_rng *RandomGenerator);
12 
13 #endif