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