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/range/src/SteppingVerbos 26 /// \file medical/dna/range/src/SteppingVerbose.cc 37 /// \brief Implementation of the SteppingVerbo 27 /// \brief Implementation of the SteppingVerbose class >> 28 // >> 29 // >> 30 // $Id: SteppingVerbose.cc 71676 2013-06-20 13:15:08Z gcosmo $ >> 31 // >> 32 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 33 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 38 34 39 #include "SteppingVerbose.hh" 35 #include "SteppingVerbose.hh" 40 36 >> 37 #include "G4SteppingManager.hh" >> 38 #include "G4ParticleTypes.hh" 41 #include "G4UnitsTable.hh" 39 #include "G4UnitsTable.hh" 42 40 43 //....oooOO0OOooo........oooOO0OOooo........oo 41 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 44 42 45 SteppingVerbose::SteppingVerbose() : G4Steppin << 43 SteppingVerbose::SteppingVerbose() >> 44 : G4SteppingVerbose() >> 45 { } 46 46 47 //....oooOO0OOooo........oooOO0OOooo........oo 47 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 48 48 49 SteppingVerbose::~SteppingVerbose() {} << 49 SteppingVerbose::~SteppingVerbose() >> 50 {} 50 51 51 //....oooOO0OOooo........oooOO0OOooo........oo 52 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 52 53 53 void SteppingVerbose::TrackingStarted() 54 void SteppingVerbose::TrackingStarted() 54 { << 55 { 55 CopyState(); 56 CopyState(); 56 << 57 57 G4int prec = G4cout.precision(3); 58 G4int prec = G4cout.precision(3); 58 << 59 59 // Step zero << 60 //Step zero 60 if (verboseLevel > 0) { << 61 // 61 G4cout << std::setw(5) << "Step#" << 62 if( verboseLevel > 0 ){ 62 << " " << std::setw(6) << "X" << 63 G4cout << std::setw( 5) << "Step#" << " " 63 << " " << std::setw(6) << "Y" << 64 << std::setw( 6) << "X" << " " 64 << " " << std::setw(6) << "Z" << 65 << std::setw( 6) << "Y" << " " 65 << " " << std::setw(9) << "KineE << 66 << std::setw( 6) << "Z" << " " 66 << " " << std::setw(9) << "dEStep" << 67 << std::setw( 9) << "KineE" << " " 67 << " " << std::setw(10) << "StepLen << 68 << std::setw( 9) << "dEStep" << " " 68 << "Volume" << 69 << std::setw(10) << "StepLeng" 69 << " " << std::setw(10) << "Proces << 70 << std::setw(10) << "TrakLeng" 70 << 71 << std::setw(10) << "Volume" << " " 71 G4cout << std::setw(5) << fTrack->GetCurre << 72 << std::setw(10) << "Process" << G4endl; 72 << G4BestUnit(fTrack->GetPosition() << 73 73 << G4BestUnit(fTrack->GetPosition() << 74 G4cout << std::setw(5) << fTrack->GetCurrentStepNumber() << " " 74 << G4BestUnit(fTrack->GetPosition() << 75 << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(),"Length") 75 << G4BestUnit(fTrack->GetKineticEne << 76 << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(),"Length") 76 << G4BestUnit(fStep->GetTotalEnergy << 77 << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(),"Length") 77 << G4BestUnit(fStep->GetStepLength( << 78 << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy") 78 << G4BestUnit(fTrack->GetTrackLengt << 79 << std::setw(6) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy") 79 << fTrack->GetVolume()->GetName() < << 80 << std::setw(6) << G4BestUnit(fStep->GetStepLength(),"Length") >> 81 << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(),"Length") >> 82 << std::setw(10) << fTrack->GetVolume()->GetName() >> 83 << " initStep" << G4endl; 80 } 84 } 81 G4cout.precision(prec); 85 G4cout.precision(prec); 82 } 86 } 83 87 84 //....oooOO0OOooo........oooOO0OOooo........oo 88 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 85 89 86 void SteppingVerbose::StepInfo() 90 void SteppingVerbose::StepInfo() 87 { << 91 { 88 CopyState(); 92 CopyState(); 89 << 93 90 G4int prec = G4cout.precision(3); 94 G4int prec = G4cout.precision(3); 91 95 92 if (verboseLevel >= 1) { << 96 if( verboseLevel >= 1 ){ 93 if (verboseLevel >= 4) VerboseTrack(); << 97 if( verboseLevel >= 4 ) VerboseTrack(); 94 if (verboseLevel >= 3) { << 98 if( verboseLevel >= 3 ){ 95 G4cout << G4endl; << 99 G4cout << G4endl; 96 G4cout << std::setw(5) << "#Step#" << 100 G4cout << std::setw( 5) << "#Step#" << " " 97 << " " << std::setw(6) << "X" << 101 << std::setw( 6) << "X" << " " 98 << " " << std::setw(6) << "Y" << 102 << std::setw( 6) << "Y" << " " 99 << " " << std::setw(6) << "Z" << 103 << std::setw( 6) << "Z" << " " 100 << " " << std::setw(9) << "Kin << 104 << std::setw( 9) << "KineE" << " " 101 << " " << std::setw(9) << "dEStep << 105 << std::setw( 9) << "dEStep" << " " 102 << " " << std::setw(10) << "StepL << 106 << std::setw(10) << "StepLeng" 103 << "Volume" << 107 << std::setw(10) << "TrakLeng" 104 << " " << std::setw(10) << "Proc << 108 << std::setw(10) << "Volume" << " " >> 109 << std::setw(10) << "Process" << G4endl; 105 } 110 } 106 111 107 G4cout << std::setw(5) << fTrack->GetCurre << 112 G4cout << std::setw( 5) << fTrack->GetCurrentStepNumber() << " " 108 << G4BestUnit(fTrack->GetPosition() << 113 << std::setw(6) << G4BestUnit(fTrack->GetPosition().x(),"Length") 109 << G4BestUnit(fTrack->GetPosition() << 114 << std::setw(6) << G4BestUnit(fTrack->GetPosition().y(),"Length") 110 << G4BestUnit(fTrack->GetPosition() << 115 << std::setw(6) << G4BestUnit(fTrack->GetPosition().z(),"Length") 111 << G4BestUnit(fTrack->GetKineticEne << 116 << std::setw(6) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy") 112 << G4BestUnit(fStep->GetTotalEnergy << 117 << std::setw(6) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy") 113 << G4BestUnit(fStep->GetStepLength( << 118 << std::setw(6) << G4BestUnit(fStep->GetStepLength(),"Length") 114 << G4BestUnit(fTrack->GetTrackLengt << 119 << std::setw(6) << G4BestUnit(fTrack->GetTrackLength(),"Length") 115 << fTrack->GetVolume()->GetName(); << 120 << std::setw(10) << fTrack->GetVolume()->GetName(); 116 121 117 const G4VProcess* process = fStep->GetPost << 122 const G4VProcess* process >> 123 = fStep->GetPostStepPoint()->GetProcessDefinedStep(); 118 G4String procName = " UserLimit"; 124 G4String procName = " UserLimit"; 119 if (process) procName = process->GetProces 125 if (process) procName = process->GetProcessName(); 120 if (fStepStatus == fWorldBoundary) procNam 126 if (fStepStatus == fWorldBoundary) procName = "OutOfWorld"; 121 G4cout << " " << std::setw(10) << procNa 127 G4cout << " " << std::setw(10) << procName; 122 G4cout << G4endl; 128 G4cout << G4endl; 123 129 124 if (verboseLevel == 2) { 130 if (verboseLevel == 2) { 125 const std::vector<const G4Track*>* secon << 131 const std::vector<const G4Track*>* secondary >> 132 = fStep->GetSecondaryInCurrentStep(); 126 size_t nbtrk = (*secondary).size(); 133 size_t nbtrk = (*secondary).size(); 127 if (nbtrk) { 134 if (nbtrk) { 128 G4cout << "\n :----- List of second 135 G4cout << "\n :----- List of secondaries ----------------" << G4endl; 129 G4cout.precision(4); 136 G4cout.precision(4); 130 for (size_t lp = 0; lp < (*secondary). << 137 for (size_t lp=0; lp<(*secondary).size(); lp++) { 131 G4cout << " " << std::setw(13) << << 138 G4cout << " " 132 << ": energy =" << std::setw << 139 << std::setw(13) 133 << G4BestUnit((*secondary)[lp << 140 << (*secondary)[lp]->GetDefinition()->GetParticleName() 134 << " time =" << std::setw(6) << 141 << ": energy =" 135 << G4BestUnit((*secondary)[lp << 142 << std::setw(6) >> 143 << G4BestUnit((*secondary)[lp]->GetKineticEnergy(),"Energy") >> 144 << " time =" >> 145 << std::setw(6) >> 146 << G4BestUnit((*secondary)[lp]->GetGlobalTime(),"Time"); 136 G4cout << G4endl; 147 G4cout << G4endl; 137 } 148 } 138 << 149 139 G4cout << " :---------------------- 150 G4cout << " :------------------------------------------\n" << G4endl; 140 } 151 } 141 } 152 } >> 153 142 } 154 } 143 G4cout.precision(prec); 155 G4cout.precision(prec); 144 } 156 } >> 157 >> 158 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 145 159