EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
eASTProtonPhysics.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file eASTProtonPhysics.hh
1
2
//
3
// eASTProtonPhysics.hh
4
// Proton hadronic physics constructor for eASTPhysicsList
5
//
6
// Jun.21.2018 : original implementation - Dennis H. Wright (SLAC)
7
// May.06.2021 : migration to eAST - Makoto Asai (SLAC)
8
//
10
11
#ifndef eASTProtonPhysics_h
12
#define eASTProtonPhysics_h 1
13
14
#include "G4VPhysicsConstructor.hh"
15
16
class
G4TheoFSGenerator;
17
class
G4FTFModel;
18
class
G4ExcitedStringDecay;
19
class
G4LundStringFragmentation;
20
class
G4GeneratorPrecompoundInterface;
21
22
23
class
eASTProtonPhysics
:
public
G4VPhysicsConstructor
24
{
25
public
:
26
eASTProtonPhysics
();
27
~eASTProtonPhysics
();
28
29
virtual
void
ConstructProcess
()
override
;
30
virtual
void
ConstructParticle
()
override
;
31
32
private
:
33
G4TheoFSGenerator*
ftfp
;
34
G4FTFModel*
stringModel
;
35
G4ExcitedStringDecay*
stringDecay
;
36
G4LundStringFragmentation*
fragModel
;
37
G4GeneratorPrecompoundInterface*
preCompoundModel
;
38
39
};
40
41
#endif
east
blob
main
PhysicsList
Base
include
eASTProtonPhysics.hh
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:32
using
1.8.2 with
EIC GitHub integration