Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
eRositaSteppingVerbose Class Reference

#include <eRositaSteppingVerbose.hh>

Inheritance diagram for eRositaSteppingVerbose:
G4SteppingVerbose G4VSteppingVerbose

Public Member Functions

 eRositaSteppingVerbose ()
 
 ~eRositaSteppingVerbose ()
 
void StepInfo ()
 
void TrackingStarted ()
 
- Public Member Functions inherited from G4SteppingVerbose
 G4SteppingVerbose ()
 
 ~G4SteppingVerbose ()
 
void NewStep ()
 
void AtRestDoItInvoked ()
 
void AlongStepDoItAllDone ()
 
void PostStepDoItAllDone ()
 
void AlongStepDoItOneByOne ()
 
void PostStepDoItOneByOne ()
 
void StepInfo ()
 
void TrackingStarted ()
 
void DPSLStarted ()
 
void DPSLUserLimit ()
 
void DPSLPostStep ()
 
void DPSLAlongStep ()
 
void VerboseTrack ()
 
void VerboseParticleChange ()
 
void ShowStep () const
 
- Public Member Functions inherited from G4VSteppingVerbose
virtual ~G4VSteppingVerbose ()
 
void CopyState ()
 
void SetManager (G4SteppingManager *const)
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VSteppingVerbose
static void SetInstance (G4VSteppingVerbose *Instance)
 
static G4VSteppingVerboseGetInstance ()
 
static G4int GetSilent ()
 
static void SetSilent (G4int fSilent)
 
static G4int GetSilentStepInfo ()
 
static void SetSilentStepInfo (G4int fSilent)
 
- Protected Types inherited from G4VSteppingVerbose
typedef std::vector< G4intG4SelectedAtRestDoItVector
 
typedef std::vector< G4intG4SelectedAlongStepDoItVector
 
typedef std::vector< G4intG4SelectedPostStepDoItVector
 
- Protected Member Functions inherited from G4VSteppingVerbose
 G4VSteppingVerbose ()
 
- Protected Attributes inherited from G4VSteppingVerbose
G4SteppingManagerfManager
 
G4UserSteppingActionfUserSteppingAction
 
G4double PhysicalStep
 
G4double GeometricalStep
 
G4double CorrectedStep
 
G4bool PreStepPointIsGeom
 
G4bool FirstStep
 
G4StepStatus fStepStatus
 
G4double TempInitVelocity
 
G4double TempVelocity
 
G4double Mass
 
G4double sumEnergyChange
 
G4VParticleChangefParticleChange
 
G4TrackfTrack
 
G4TrackVectorfSecondary
 
G4StepfStep
 
G4StepPointfPreStepPoint
 
G4StepPointfPostStepPoint
 
G4VPhysicalVolumefCurrentVolume
 
G4VSensitiveDetectorfSensitive
 
G4VProcessfCurrentProcess
 
G4ProcessVectorfAtRestDoItVector
 
G4ProcessVectorfAlongStepDoItVector
 
G4ProcessVectorfPostStepDoItVector
 
G4ProcessVectorfAtRestGetPhysIntVector
 
G4ProcessVectorfAlongStepGetPhysIntVector
 
G4ProcessVectorfPostStepGetPhysIntVector
 
size_t MAXofAtRestLoops
 
size_t MAXofAlongStepLoops
 
size_t MAXofPostStepLoops
 
G4double currentMinimumStep
 
G4double numberOfInteractionLengthLeft
 
size_t fAtRestDoItProcTriggered
 
size_t fAlongStepDoItProcTriggered
 
size_t fPostStepDoItProcTriggered
 
G4int fN2ndariesAtRestDoIt
 
G4int fN2ndariesAlongStepDoIt
 
G4int fN2ndariesPostStepDoIt
 
G4NavigatorfNavigator
 
G4int verboseLevel
 
G4SelectedAtRestDoItVectorfSelectedAtRestDoItVector
 
G4SelectedAlongStepDoItVectorfSelectedAlongStepDoItVector
 
G4SelectedPostStepDoItVectorfSelectedPostStepDoItVector
 
G4double fPreviousStepSize
 
G4TouchableHandle fTouchableHandle
 
G4SteppingControl StepControlFlag
 
G4double physIntLength
 
G4ForceCondition fCondition
 
G4GPILSelection fGPILSelection
 
- Static Protected Attributes inherited from G4VSteppingVerbose
static G4ThreadLocal
G4VSteppingVerbose
fInstance = 0
 
static G4ThreadLocal G4int Silent = 0
 
static G4ThreadLocal G4int SilentStepInfo = 0
 

Detailed Description

Definition at line 45 of file eRositaSteppingVerbose.hh.

Constructor & Destructor Documentation

eRositaSteppingVerbose::eRositaSteppingVerbose ( )

Definition at line 39 of file eRositaSteppingVerbose.cc.

40 {}
eRositaSteppingVerbose::~eRositaSteppingVerbose ( )

Definition at line 44 of file eRositaSteppingVerbose.cc.

45 {}

Member Function Documentation

void eRositaSteppingVerbose::StepInfo ( )
virtual

Implements G4VSteppingVerbose.

Definition at line 49 of file eRositaSteppingVerbose.cc.

References G4VSteppingVerbose::CopyState(), G4VSteppingVerbose::fN2ndariesAlongStepDoIt, G4VSteppingVerbose::fN2ndariesAtRestDoIt, G4VSteppingVerbose::fN2ndariesPostStepDoIt, G4VSteppingVerbose::fSecondary, G4VSteppingVerbose::fStep, G4VSteppingVerbose::fTrack, G4BestUnit, G4cout, G4endl, G4Track::GetCurrentStepNumber(), G4Track::GetKineticEnergy(), G4VPhysicalVolume::GetName(), G4Track::GetNextVolume(), G4Track::GetPosition(), G4Step::GetPostStepPoint(), G4StepPoint::GetProcessDefinedStep(), G4VProcess::GetProcessName(), G4Step::GetStepLength(), G4Step::GetTotalEnergyDeposit(), G4Track::GetTrackLength(), G4Track::GetVolume(), G4VSteppingVerbose::verboseLevel, G4SteppingVerbose::VerboseTrack(), test::x, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), z, and CLHEP::Hep3Vector::z().

50 {
51  CopyState();
52 
53  G4int prec = G4cout.precision(3);
54 
55  if( verboseLevel >= 1 ){
56  if( verboseLevel >= 4 ) VerboseTrack();
57  if( verboseLevel >= 3 ){
58  G4cout << G4endl;
59  G4cout << std::setw( 5) << "#Step#" << " "
60  << std::setw( 6) << "X" << " "
61  << std::setw( 6) << "Y" << " "
62  << std::setw( 6) << "Z" << " "
63  << std::setw( 9) << "KineE" << " "
64  << std::setw( 9) << "dEStep" << " "
65  << std::setw(10) << "StepLeng"
66  << std::setw(10) << "TrakLeng"
67  << std::setw(10) << "Volume" << " "
68  << std::setw(10) << "Process" << G4endl;
69  }
70 
71  G4cout << std::setw(5) << fTrack->GetCurrentStepNumber() << " "
72  << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(),"Length")
73  << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(),"Length")
74  << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(),"Length")
75  << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy")
76  << std::setw(6) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy")
77  << std::setw(6) << G4BestUnit(fStep->GetStepLength(),"Length")
78  << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(),"Length")
79  << " ";
80 
81  // if( fStepStatus != fWorldBoundary){
82  if( fTrack->GetNextVolume() != 0 ) {
83  G4cout << std::setw(10) << fTrack->GetVolume()->GetName();
84  } else {
85  G4cout << std::setw(10) << "OutOfWorld";
86  }
87 
89  G4cout << " "
90  << std::setw(10) << fStep->GetPostStepPoint()->GetProcessDefinedStep()
91  ->GetProcessName();
92  } else {
93  G4cout << " UserLimit";
94  }
95 
96  G4cout << G4endl;
97 
98  if( verboseLevel == 2 ){
99  G4int tN2ndariesTot = fN2ndariesAtRestDoIt +
102  if(tN2ndariesTot>0){
103  G4cout << " :----- List of 2ndaries - "
104  << "#SpawnInStep=" << std::setw(3) << tN2ndariesTot
105  << "(Rest=" << std::setw(2) << fN2ndariesAtRestDoIt
106  << ",Along=" << std::setw(2) << fN2ndariesAlongStepDoIt
107  << ",Post=" << std::setw(2) << fN2ndariesPostStepDoIt
108  << "), "
109  << "#SpawnTotal=" << std::setw(3) << (*fSecondary).size()
110  << " ---------------"
111  << G4endl;
112 
113  for(size_t lp1=(*fSecondary).size()-tN2ndariesTot;
114  lp1<(*fSecondary).size(); lp1++){
115  G4cout << " : "
116  << std::setw(6)
117  << G4BestUnit((*fSecondary)[lp1]->GetPosition().x(),"Length")
118  << std::setw(6)
119  << G4BestUnit((*fSecondary)[lp1]->GetPosition().y(),"Length")
120  << std::setw(6)
121  << G4BestUnit((*fSecondary)[lp1]->GetPosition().z(),"Length")
122  << std::setw(6)
123  << G4BestUnit((*fSecondary)[lp1]->GetKineticEnergy(),"Energy")
124  << std::setw(10)
125  << (*fSecondary)[lp1]->GetDefinition()->GetParticleName();
126  G4cout << G4endl;
127  }
128 
129  G4cout << " :-----------------------------"
130  << "----------------------------------"
131  << "-- EndOf2ndaries Info ---------------"
132  << G4endl;
133  }
134  }
135 
136  }
137  G4cout.precision(prec);
138 }
G4double GetStepLength() const
double x() const
G4double z
Definition: TRTMaterials.hh:39
const G4ThreeVector & GetPosition() const
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
int G4int
Definition: G4Types.hh:78
double z() const
G4VPhysicalVolume * GetNextVolume() const
G4double GetKineticEnergy() const
G4GLOB_DLL std::ostream G4cout
G4int GetCurrentStepNumber() const
G4TrackVector * fSecondary
const G4String & GetName() const
const G4String & GetProcessName() const
Definition: G4VProcess.hh:408
G4double GetTotalEnergyDeposit() const
G4double GetTrackLength() const
const G4VProcess * GetProcessDefinedStep() const
G4StepPoint * GetPostStepPoint() const
double y() const
G4VPhysicalVolume * GetVolume() const
#define G4endl
Definition: G4ios.hh:61
void eRositaSteppingVerbose::TrackingStarted ( )
virtual

Implements G4VSteppingVerbose.

Definition at line 142 of file eRositaSteppingVerbose.cc.

References G4VSteppingVerbose::CopyState(), G4VSteppingVerbose::fStep, G4VSteppingVerbose::fTrack, G4BestUnit, G4cout, G4endl, G4Track::GetCurrentStepNumber(), G4Track::GetKineticEnergy(), G4VPhysicalVolume::GetName(), G4Track::GetNextVolume(), G4Track::GetPosition(), G4Step::GetStepLength(), G4Step::GetTotalEnergyDeposit(), G4Track::GetTrackLength(), G4Track::GetVolume(), G4VSteppingVerbose::verboseLevel, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().

143 {
144 
145  CopyState();
146 G4int prec = G4cout.precision(3);
147  if( verboseLevel > 0 ){
148 
149  G4cout << std::setw( 5) << "Step#" << " "
150  << std::setw( 6) << "X" << " "
151  << std::setw( 6) << "Y" << " "
152  << std::setw( 6) << "Z" << " "
153  << std::setw( 9) << "KineE" << " "
154  << std::setw( 9) << "dEStep" << " "
155  << std::setw(10) << "StepLeng"
156  << std::setw(10) << "TrakLeng"
157  << std::setw(10) << "Volume" << " "
158  << std::setw(10) << "Process" << G4endl;
159 
160  G4cout << std::setw(5) << fTrack->GetCurrentStepNumber() << " "
161  << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(),"Length")
162  << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(),"Length")
163  << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(),"Length")
164  << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy")
165  << std::setw(6) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy")
166  << std::setw(6) << G4BestUnit(fStep->GetStepLength(),"Length")
167  << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(),"Length")
168  << " ";
169 
170  if(fTrack->GetNextVolume()){
171  G4cout << std::setw(10) << fTrack->GetVolume()->GetName();
172  } else {
173  G4cout << std::setw(10) << "OutOfWorld";
174  }
175  G4cout << " initStep" << G4endl;
176  }
177  G4cout.precision(prec);
178 }
G4double GetStepLength() const
double x() const
const G4ThreeVector & GetPosition() const
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
int G4int
Definition: G4Types.hh:78
double z() const
G4VPhysicalVolume * GetNextVolume() const
G4double GetKineticEnergy() const
G4GLOB_DLL std::ostream G4cout
G4int GetCurrentStepNumber() const
const G4String & GetName() const
G4double GetTotalEnergyDeposit() const
G4double GetTrackLength() const
double y() const
G4VPhysicalVolume * GetVolume() const
#define G4endl
Definition: G4ios.hh:61

The documentation for this class was generated from the following files: