#include <G4ParticleChangeForDecay.hh>
Definition at line 47 of file G4ParticleChangeForDecay.hh.
◆ G4ParticleChangeForDecay() [1/2]
G4ParticleChangeForDecay::G4ParticleChangeForDecay |
( |
| ) |
|
◆ ~G4ParticleChangeForDecay()
G4ParticleChangeForDecay::~G4ParticleChangeForDecay |
( |
| ) |
|
|
overridedefault |
◆ G4ParticleChangeForDecay() [2/2]
◆ CheckIt()
G4bool G4ParticleChangeForDecay::CheckIt |
( |
const G4Track & | aTrack | ) |
|
|
finalvirtual |
Reimplemented from G4VParticleChange.
Definition at line 121 of file G4ParticleChangeForDecay.cc.
122{
123
125 if(theTimeChange < theLocalTime0)
126 {
127 itsOK = false;
129#ifdef G4VERBOSE
131 {
132 G4cout <<
" G4ParticleChangeForDecay::CheckIt : ";
133 G4cout <<
"the local time goes back !!"
134 <<
" Difference: " << (theTimeChange - theLocalTime0) /
ns
136 G4cout <<
"initial local time " << theLocalTime0 /
ns <<
"[ns] "
137 <<
"initial global time " << theGlobalTime0 /
ns <<
"[ns] "
139 }
140#endif
141 theTimeChange = theLocalTime0;
142 }
143
144 if(!itsOK)
145 {
147 {
148#ifdef G4VERBOSE
149
151#endif
152 G4Exception(
"G4ParticleChangeForDecay::CheckIt()",
"TRACK005",
154 }
155 }
156
158}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
void DumpInfo() const final
virtual G4bool CheckIt(const G4Track &)
static const G4int maxError
Referenced by operator=(), and UpdateStepForAtRest().
◆ DumpInfo()
void G4ParticleChangeForDecay::DumpInfo |
( |
| ) |
const |
|
finalvirtual |
Reimplemented from G4VParticleChange.
Definition at line 101 of file G4ParticleChangeForDecay.cc.
102{
103
105
107 G4cout <<
" -----------------------------------------------" <<
G4endl;
108 G4cout <<
" G4ParticleChangeForDecay proposes: " <<
G4endl;
109 G4cout <<
" Proposed local Time (ns): " << std::setw(20)
111 G4cout <<
" Initial local Time (ns) : " << std::setw(20)
113 G4cout <<
" Initial global Time (ns): " << std::setw(20)
115 G4cout <<
" Current global Time (ns): " << std::setw(20)
118}
virtual void DumpInfo() const
const G4Track * theCurrentTrack
Referenced by CheckIt().
◆ GetGlobalTime()
G4double G4ParticleChangeForDecay::GetGlobalTime |
( |
G4double | timeDelay = 0.0 | ) |
const |
|
inline |
◆ GetLocalTime()
G4double G4ParticleChangeForDecay::GetLocalTime |
( |
G4double | timeDelay = 0.0 | ) |
const |
|
inline |
◆ GetPolarization()
const G4ThreeVector * G4ParticleChangeForDecay::GetPolarization |
( |
| ) |
const |
|
inline |
◆ Initialize()
void G4ParticleChangeForDecay::Initialize |
( |
const G4Track & | track | ) |
|
|
finalvirtual |
Reimplemented from G4VParticleChange.
Definition at line 43 of file G4ParticleChangeForDecay.cc.
44{
45
47
48
50
51
53
54
56}
const G4ThreeVector & GetPolarization() const
G4double GetGlobalTime() const
G4double GetLocalTime() const
const G4DynamicParticle * GetDynamicParticle() const
virtual void Initialize(const G4Track &)
◆ operator=()
◆ ProposeGlobalTime()
void G4ParticleChangeForDecay::ProposeGlobalTime |
( |
G4double | t | ) |
|
|
inline |
◆ ProposeLocalTime()
void G4ParticleChangeForDecay::ProposeLocalTime |
( |
G4double | t | ) |
|
|
inline |
◆ ProposePolarization() [1/2]
void G4ParticleChangeForDecay::ProposePolarization |
( |
const G4ThreeVector & | finalPoralization | ) |
|
|
inline |
◆ ProposePolarization() [2/2]
◆ UpdateStepForAtRest()
G4Step * G4ParticleChangeForDecay::UpdateStepForAtRest |
( |
G4Step * | Step | ) |
|
|
finalvirtual |
Reimplemented from G4VParticleChange.
Definition at line 75 of file G4ParticleChangeForDecay.cc.
76{
77
78
79 G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint();
80
81
83
84
88
89#ifdef G4VERBOSE
91#endif
92
95
96
98}
G4double GetGlobalTime(G4double timeDelay=0.0) const
G4bool CheckIt(const G4Track &) final
void SetLocalTime(const G4double aValue)
void SetWeight(G4double aValue)
void AddProperTime(const G4double aValue)
void SetGlobalTime(const G4double aValue)
void SetPolarization(const G4ThreeVector &aValue)
G4bool isParentWeightProposed
G4Step * UpdateStepInfo(G4Step *Step)
◆ UpdateStepForPostStep()
G4Step * G4ParticleChangeForDecay::UpdateStepForPostStep |
( |
G4Step * | Step | ) |
|
|
finalvirtual |
The documentation for this class was generated from the following files: