#include <G4INCLOmegaNToPiNChannel.hh>
Definition at line 47 of file G4INCLOmegaNToPiNChannel.hh.
◆ OmegaNToPiNChannel()
◆ ~OmegaNToPiNChannel()
G4INCL::OmegaNToPiNChannel::~OmegaNToPiNChannel |
( |
| ) |
|
|
virtual |
◆ fillFinalState()
void G4INCL::OmegaNToPiNChannel::fillFinalState |
( |
FinalState * |
fs | ) |
|
|
virtual |
Implements G4INCL::IChannel.
Definition at line 57 of file G4INCLOmegaNToPiNChannel.cc.
57 {
59 Particle * omega;
63 } else {
66 }
67
70 if (r2*3. < 2.) {
73 }
74 else {
77 }
78 }
79 else {
80 if (r2*3. < 2.) {
83 }
84 else {
87 }
88 }
89
93 G4double en=(sh*sh+mn*mn-me*me)/(2*sh);
95 G4double ee=std::sqrt(en*en-mn*mn+me*me);
96 omega->setEnergy(ee);
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
140
141 nucleon->setMomentum(mom_nucleon);
142 omega->setMomentum(-mom_nucleon);
143
144 fs->addModifiedParticle(
nucleon);
145 fs->addModifiedParticle(omega);
146 }
ThreeVector normVector(G4double norm=1.)
G4bool nucleon(G4int ityp)
References G4INCL::FinalState::addModifiedParticle(), G4INCL::Particle::getEnergy(), G4INCL::Particle::getMass(), G4INCL::Particle::isNucleon(), G4INCL::Neutron, G4INCL::Random::normVector(), G4InuclParticleNames::nucleon(), particle1, particle2, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4InuclParticleNames::pn, G4INCL::Proton, G4INCL::Particle::setEnergy(), G4INCL::Particle::setMomentum(), G4INCL::Particle::setType(), and G4INCL::Random::shoot().
◆ getFinalState()
◆ INCL_DECLARE_ALLOCATION_POOL()
◆ particle1
Particle* G4INCL::OmegaNToPiNChannel::particle1 |
|
private |
◆ particle2
Particle * G4INCL::OmegaNToPiNChannel::particle2 |
|
private |
The documentation for this class was generated from the following files: