ECCE @ EIC Software
Reference for
ECCE @ 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
AntiBaryonPhysics.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AntiBaryonPhysics.hh
1
// $Id: $
3
// //
4
// File: AntiBaryonPhysics.hh //
5
// Description: Anti-baryon hadronic physics constructor for EICPhysicsList //
6
// //
7
// Author: Dennis H. Wright (SLAC) //
8
// Date: 5 July 2018 //
9
// //
11
12
#ifndef AntiBaryonPhysics_h
13
#define AntiBaryonPhysics_h 1
14
15
#include <Geant4/G4VPhysicsConstructor.hh>
16
17
class
G4TheoFSGenerator
;
18
class
G4FTFModel
;
19
class
G4ExcitedStringDecay
;
20
class
G4LundStringFragmentation
;
21
class
G4GeneratorPrecompoundInterface
;
22
class
G4ComponentAntiNuclNuclearXS
;
23
24
class
AntiBaryonPhysics
:
public
G4VPhysicsConstructor
25
{
26
public
:
27
AntiBaryonPhysics
();
28
~AntiBaryonPhysics
();
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
:
37
G4TheoFSGenerator
*
ftfp
;
38
G4FTFModel
*
stringModel
;
39
G4ExcitedStringDecay
*
stringDecay
;
40
G4LundStringFragmentation
*
fragModel
;
41
G4GeneratorPrecompoundInterface
*
preCompoundModel
;
42
43
G4ComponentAntiNuclNuclearXS
*
theAntiNucleonXS
;
44
};
45
46
#endif
coresoftware
blob
master
simulation
g4simulation
EICPhysicsList
AntiBaryonPhysics.hh
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:40
using
1.8.2 with
ECCE GitHub integration