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