EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EICPhysicsList.hh
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EICPhysicsList.hh
1 // $Id: $
3 // //
4 // File: EICPhysicsList.hh //
5 // Description: Geant4 physics list for Electron Ion Collider detectors //
6 // //
7 // Author: Dennis H. Wright (SLAC) //
8 // Date: 21 June 2018 //
9 // //
11 
12 #ifndef EICPhysicsList_h
13 #define EICPhysicsList_h 1
14 
15 #include <Geant4/G4VModularPhysicsList.hh>
16 #include <Geant4/globals.hh>
17 
18 
19 class EICPhysicsList: public G4VModularPhysicsList
20 {
21  public:
24 
25  virtual void ConstructParticle();
26  virtual void SetCuts();
27 
28 };
29 
30 #endif