ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IonPhysics.hh
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file IonPhysics.hh
1 // $Id: $
3 // //
4 // File: IonPhysics.hh //
5 // Description: Ion hadronic physics constructor for EICPhysicsList //
6 // //
7 // Author: Dennis H. Wright (SLAC) //
8 // Date: 6 July 2018 //
9 // //
11 
12 #ifndef IonPhysics_h
13 #define IonPhysics_h 1
14 
15 #include <Geant4/G4VPhysicsConstructor.hh>
16 
17 class G4TheoFSGenerator;
18 class G4FTFModel;
24 
25 
27 {
28  public:
29  IonPhysics();
30  ~IonPhysics();
31 
32  virtual void ConstructParticle() override;
33  virtual void ConstructProcess() override;
34 #if G4VERSION_NUMBER >= 1004
35  virtual void TerminateWorker() override {}
36 #endif
37 
38  private:
44 
47 };
48 
49 #endif