Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 // This example is provided by the Geant4-DNA << 27 // Any report or published results obtained us << 28 // shall cite the following Geant4-DNA collabo << 29 // Med. Phys. 45 (2018) e722-e739 << 30 // Phys. Med. 31 (2015) 861-874 << 31 // Med. Phys. 37 (2010) 4692-4708 << 32 // Int. J. Model. Simul. Sci. Comput. 1 (2010) << 33 // << 34 // The Geant4-DNA web site is available at htt << 35 // << 36 /// \file medical/dna/wvalue/src/SteppingVerbo 26 /// \file medical/dna/wvalue/src/SteppingVerbose.cc 37 /// \brief Implementation of the SteppingVerbo 27 /// \brief Implementation of the SteppingVerbose class 38 28 39 #include "SteppingVerbose.hh" 29 #include "SteppingVerbose.hh" 40 30 >> 31 #include "G4SteppingManager.hh" >> 32 #include "G4ParticleTypes.hh" 41 #include "G4UnitsTable.hh" 33 #include "G4UnitsTable.hh" 42 34 43 //....oooOO0OOooo........oooOO0OOooo........oo 35 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 44 36 45 SteppingVerbose::SteppingVerbose() : G4Steppin << 37 SteppingVerbose::SteppingVerbose() >> 38 : G4SteppingVerbose() >> 39 { } 46 40 47 //....oooOO0OOooo........oooOO0OOooo........oo 41 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 48 42 49 SteppingVerbose::~SteppingVerbose() {} << 43 SteppingVerbose::~SteppingVerbose() >> 44 {} 50 45 51 //....oooOO0OOooo........oooOO0OOooo........oo 46 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 52 47 53 void SteppingVerbose::TrackingStarted() 48 void SteppingVerbose::TrackingStarted() 54 { << 49 { 55 CopyState(); 50 CopyState(); 56 << 51 57 G4int prec = G4cout.precision(3); 52 G4int prec = G4cout.precision(3); 58 << 53 59 // Step zero << 54 //Step zero 60 << 55 // 61 if (verboseLevel > 0) { << 56 if( verboseLevel > 0 ){ 62 G4cout << std::setw(5) << "Step#" << 57 G4cout << std::setw( 5) << "Step#" << " " 63 << " " << std::setw(6) << "X" << 58 << std::setw( 6) << "X" << " " 64 << " " << std::setw(6) << "Y" << 59 << std::setw( 6) << "Y" << " " 65 << " " << std::setw(6) << "Z" << 60 << std::setw( 6) << "Z" << " " 66 << " " << std::setw(9) << "KineE << 61 << std::setw( 9) << "KineE" << " " 67 << " " << std::setw(9) << "dEStep" << 62 << std::setw( 9) << "dEStep" << " " 68 << " " << std::setw(10) << "StepLen << 63 << std::setw(10) << "StepLeng" 69 << "Volume" << 64 << std::setw(10) << "TrakLeng" 70 << " " << std::setw(10) << "Proces << 65 << std::setw(10) << "Volume" << " " 71 << 66 << std::setw(10) << "Process" << G4endl; 72 G4cout << std::setw(5) << fTrack->GetCurre << 67 73 << G4BestUnit(fTrack->GetPosition() << 68 G4cout << std::setw(5) << fTrack->GetCurrentStepNumber() << " " 74 << G4BestUnit(fTrack->GetPosition() << 69 << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(),"Length") 75 << G4BestUnit(fTrack->GetPosition() << 70 << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(),"Length") 76 << G4BestUnit(fTrack->GetKineticEne << 71 << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(),"Length") 77 << G4BestUnit(fStep->GetTotalEnergy << 72 << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy") 78 << G4BestUnit(fStep->GetStepLength( << 73 << std::setw(6) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy") 79 << G4BestUnit(fTrack->GetTrackLengt << 74 << std::setw(6) << G4BestUnit(fStep->GetStepLength(),"Length") 80 << fTrack->GetVolume()->GetName() < << 75 << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(),"Length") >> 76 << std::setw(10) << fTrack->GetVolume()->GetName() >> 77 << " initStep" << G4endl; 81 } 78 } 82 G4cout.precision(prec); 79 G4cout.precision(prec); 83 } 80 } 84 81 85 //....oooOO0OOooo........oooOO0OOooo........oo 82 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 86 83 87 void SteppingVerbose::StepInfo() 84 void SteppingVerbose::StepInfo() 88 { << 85 { 89 CopyState(); 86 CopyState(); 90 << 87 91 G4int prec = G4cout.precision(3); 88 G4int prec = G4cout.precision(3); 92 89 93 if (verboseLevel >= 1) { << 90 if( verboseLevel >= 1 ){ 94 if (verboseLevel >= 4) VerboseTrack(); << 91 if( verboseLevel >= 4 ) VerboseTrack(); 95 if (verboseLevel >= 3) { << 92 if( verboseLevel >= 3 ){ 96 G4cout << G4endl; << 93 G4cout << G4endl; 97 G4cout << std::setw(5) << "#Step#" << 94 G4cout << std::setw( 5) << "#Step#" << " " 98 << " " << std::setw(6) << "X" << 95 << std::setw( 6) << "X" << " " 99 << " " << std::setw(6) << "Y" << 96 << std::setw( 6) << "Y" << " " 100 << " " << std::setw(6) << "Z" << 97 << std::setw( 6) << "Z" << " " 101 << " " << std::setw(9) << "Kin << 98 << std::setw( 9) << "KineE" << " " 102 << " " << std::setw(9) << "dEStep << 99 << std::setw( 9) << "dEStep" << " " 103 << " " << std::setw(10) << "StepL << 100 << std::setw(10) << "StepLeng" 104 << "Volume" << 101 << std::setw(10) << "TrakLeng" 105 << " " << std::setw(10) << "Proc << 102 << std::setw(10) << "Volume" << " " >> 103 << std::setw(10) << "Process" << G4endl; 106 } 104 } 107 105 108 G4cout << std::setw(5) << fTrack->GetCurre << 106 G4cout << std::setw( 5) << fTrack->GetCurrentStepNumber() << " " 109 << G4BestUnit(fTrack->GetPosition() << 107 << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(),"Length") 110 << G4BestUnit(fTrack->GetPosition() << 108 << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(),"Length") 111 << G4BestUnit(fTrack->GetPosition() << 109 << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(),"Length") 112 << G4BestUnit(fTrack->GetKineticEne << 110 << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy") 113 << G4BestUnit(fStep->GetTotalEnergy << 111 << std::setw(6) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy") 114 << G4BestUnit(fStep->GetStepLength( << 112 << std::setw(6) << G4BestUnit(fStep->GetStepLength(),"Length") 115 << G4BestUnit(fTrack->GetTrackLengt << 113 << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(),"Length") 116 << fTrack->GetVolume()->GetName(); << 114 << std::setw(10) << fTrack->GetVolume()->GetName(); 117 115 118 const G4VProcess* process = fStep->GetPost << 116 const G4VProcess* process >> 117 = fStep->GetPostStepPoint()->GetProcessDefinedStep(); 119 G4String procName = " UserLimit"; 118 G4String procName = " UserLimit"; 120 if (process) procName = process->GetProces 119 if (process) procName = process->GetProcessName(); 121 if (fStepStatus == fWorldBoundary) procNam 120 if (fStepStatus == fWorldBoundary) procName = "OutOfWorld"; 122 G4cout << " " << std::setw(10) << procNa 121 G4cout << " " << std::setw(10) << procName; 123 G4cout << G4endl; 122 G4cout << G4endl; 124 123 125 if (verboseLevel == 2) { 124 if (verboseLevel == 2) { 126 const std::vector<const G4Track*>* secon << 125 const std::vector<const G4Track*>* secondary >> 126 = fStep->GetSecondaryInCurrentStep(); 127 size_t nbtrk = (*secondary).size(); 127 size_t nbtrk = (*secondary).size(); 128 if (nbtrk) { 128 if (nbtrk) { 129 G4cout << "\n :----- List of second 129 G4cout << "\n :----- List of secondaries ----------------" << G4endl; 130 G4cout.precision(4); 130 G4cout.precision(4); 131 for (size_t lp = 0; lp < (*secondary). << 131 for (size_t lp=0; lp<(*secondary).size(); lp++) { 132 G4cout << " " << std::setw(13) << << 132 G4cout << " " 133 << ": energy =" << std::setw << 133 << std::setw(13) 134 << G4BestUnit((*secondary)[lp << 134 << (*secondary)[lp]->GetDefinition()->GetParticleName() 135 << " time =" << std::setw(6) << 135 << ": energy =" 136 << G4BestUnit((*secondary)[lp << 136 << std::setw(6) >> 137 << G4BestUnit((*secondary)[lp]->GetKineticEnergy(),"Energy") >> 138 << " time =" >> 139 << std::setw(6) >> 140 << G4BestUnit((*secondary)[lp]->GetGlobalTime(),"Time"); 137 G4cout << G4endl; 141 G4cout << G4endl; 138 } 142 } 139 << 143 140 G4cout << " :---------------------- 144 G4cout << " :------------------------------------------\n" << G4endl; 141 } 145 } 142 } 146 } >> 147 143 } 148 } 144 G4cout.precision(prec); 149 G4cout.precision(prec); 145 } 150 } 146 151