#include <G4INCLBook.hh>
Definition at line 45 of file G4INCLBook.hh.
void G4INCL::Book::decrementCascading |
( |
| ) |
|
|
inline |
G4int G4INCL::Book::getAcceptedCollisions |
( |
| ) |
const |
|
inline |
Definition at line 100 of file G4INCLBook.hh.
100 {
return nAcceptedCollisions; };
G4int G4INCL::Book::getAcceptedDecays |
( |
| ) |
const |
|
inline |
Definition at line 104 of file G4INCLBook.hh.
104 {
return nAvatars.find(type)->second; };
G4int G4INCL::Book::getBlockedCollisions |
( |
| ) |
const |
|
inline |
Definition at line 101 of file G4INCLBook.hh.
101 {
return nBlockedCollisions; };
G4int G4INCL::Book::getBlockedDecays |
( |
| ) |
const |
|
inline |
G4int G4INCL::Book::getCascading |
( |
| ) |
const |
|
inline |
G4double G4INCL::Book::getCurrentTime |
( |
| ) |
const |
|
inline |
G4int G4INCL::Book::getEmittedClusters |
( |
| ) |
const |
|
inline |
G4int G4INCL::Book::getEnergyViolationInteraction |
( |
| ) |
const |
|
inline |
Definition at line 107 of file G4INCLBook.hh.
107 {
return nEnergyViolationInteraction; };
G4bool G4INCL::Book::getFirstCollisionIsElastic |
( |
| ) |
const |
|
inline |
Definition at line 95 of file G4INCLBook.hh.
95 {
return firstCollisionIsElastic; };
G4double G4INCL::Book::getFirstCollisionSpectatorMomentum |
( |
| ) |
const |
|
inline |
Definition at line 92 of file G4INCLBook.hh.
92 {
return firstCollisionSpectatorMomentum; };
G4double G4INCL::Book::getFirstCollisionSpectatorPosition |
( |
| ) |
const |
|
inline |
Definition at line 89 of file G4INCLBook.hh.
89 {
return firstCollisionSpectatorPosition; };
G4double G4INCL::Book::getFirstCollisionTime |
( |
| ) |
const |
|
inline |
Definition at line 83 of file G4INCLBook.hh.
83 {
return firstCollisionTime; };
G4double G4INCL::Book::getFirstCollisionXSec |
( |
| ) |
const |
|
inline |
Definition at line 86 of file G4INCLBook.hh.
86 {
return firstCollisionXSec; };
void G4INCL::Book::incrementAcceptedCollisions |
( |
| ) |
|
|
inline |
Definition at line 72 of file G4INCLBook.hh.
72 { nAcceptedCollisions++; };
void G4INCL::Book::incrementAcceptedDecays |
( |
| ) |
|
|
inline |
void G4INCL::Book::incrementBlockedCollisions |
( |
| ) |
|
|
inline |
void G4INCL::Book::incrementBlockedDecays |
( |
| ) |
|
|
inline |
void G4INCL::Book::incrementCascading |
( |
| ) |
|
|
inline |
void G4INCL::Book::incrementEmittedClusters |
( |
| ) |
|
|
inline |
void G4INCL::Book::incrementEnergyViolationInteraction |
( |
| ) |
|
|
inline |
Definition at line 80 of file G4INCLBook.hh.
80 { nEnergyViolationInteraction++; }
void G4INCL::Book::reset |
( |
| ) |
|
|
inline |
Definition at line 52 of file G4INCLBook.hh.
53 nAcceptedCollisions = 0;
54 nBlockedCollisions = 0;
58 firstCollisionTime = 0.0;
59 firstCollisionXSec = 0.0;
60 firstCollisionSpectatorPosition = 0.0;
61 firstCollisionSpectatorMomentum = 0.0;
62 firstCollisionIsElastic =
false;
69 nEnergyViolationInteraction = 0;
void G4INCL::Book::setFirstCollisionIsElastic |
( |
const G4bool |
e | ) |
|
|
inline |
Definition at line 94 of file G4INCLBook.hh.
94 { firstCollisionIsElastic = e; };
void G4INCL::Book::setFirstCollisionSpectatorMomentum |
( |
const G4double |
x | ) |
|
|
inline |
Definition at line 91 of file G4INCLBook.hh.
91 { firstCollisionSpectatorMomentum =
x; };
void G4INCL::Book::setFirstCollisionSpectatorPosition |
( |
const G4double |
x | ) |
|
|
inline |
Definition at line 88 of file G4INCLBook.hh.
88 { firstCollisionSpectatorPosition =
x; };
void G4INCL::Book::setFirstCollisionTime |
( |
const G4double |
t | ) |
|
|
inline |
Definition at line 82 of file G4INCLBook.hh.
82 { firstCollisionTime = t; };
void G4INCL::Book::setFirstCollisionXSec |
( |
const G4double |
x | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- source/geant4.10.03.p03/source/processes/hadronic/models/inclxx/utils/include/G4INCLBook.hh