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