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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
blob
main
Components
Core
G4_Patches
PhysicsList
Base
include
eASTAntiBaryonPhysics.hh
eASTGammaLeptoNuclearPhysics.hh
eASTHyperonPhysics.hh
eASTIonPhysics.hh
eASTKaonPhysics.hh
eASTNeutronPhysics.hh
eASTPhysicsList.hh
eASTPhysicsListMessenger.hh
eASTPionPhysics.hh
eASTProtonPhysics.hh
src
PrimGenInterface
Solenoid
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
eASTHyperonPhysics.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file eASTHyperonPhysics.hh
1
2
//
3
// eASTHyperonPhysics.hh
4
// Hyperon 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 eASTHyperonPhysics_h
12
#define eASTHyperonPhysics_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
eASTHyperonPhysics
:
public
G4VPhysicsConstructor
24
{
25
public
:
26
eASTHyperonPhysics
();
27
~eASTHyperonPhysics
();
28
29
virtual
void
ConstructParticle
()
override
;
30
virtual
void
ConstructProcess
()
override
;
31
virtual
void
TerminateWorker
()
override
;
32
33
private
:
34
G4TheoFSGenerator*
ftfp
;
35
G4FTFModel*
stringModel
;
36
G4ExcitedStringDecay*
stringDecay
;
37
G4LundStringFragmentation*
fragModel
;
38
G4GeneratorPrecompoundInterface*
preCompoundModel
;
39
40
};
41
42
#endif
east
blob
main
PhysicsList
Base
include
eASTHyperonPhysics.hh
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:31
using
1.8.2 with
EIC GitHub integration