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 field/field03/src/F03SteppingVerbose << 27 /// \brief Implementation of the F03SteppingVe << 28 // 26 // >> 27 // $Id: F03SteppingVerbose.cc,v 1.5 2006/06/29 17:19:58 gunter Exp $ >> 28 // GEANT4 tag $Name: geant4-09-01-patch-03 $ 29 // 29 // 30 // << 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 31 // << 31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 32 //....oooOO0OOooo........oooOO0OOooo........oo << 33 //....oooOO0OOooo........oooOO0OOooo........oo << 34 32 35 #include "F03SteppingVerbose.hh" 33 #include "F03SteppingVerbose.hh" 36 34 37 #include "G4SteppingManager.hh" 35 #include "G4SteppingManager.hh" 38 #include "G4UnitsTable.hh" 36 #include "G4UnitsTable.hh" 39 37 40 //....oooOO0OOooo........oooOO0OOooo........oo << 38 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 39 >> 40 F03SteppingVerbose::F03SteppingVerbose() >> 41 {} >> 42 >> 43 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 44 >> 45 F03SteppingVerbose::~F03SteppingVerbose() >> 46 {} >> 47 >> 48 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 41 49 42 void F03SteppingVerbose::StepInfo() 50 void F03SteppingVerbose::StepInfo() 43 { 51 { 44 CopyState(); 52 CopyState(); 45 << 53 46 G4int prec = G4cout.precision(8); 54 G4int prec = G4cout.precision(8); 47 55 48 if (verboseLevel >= 1) { << 56 if( verboseLevel >= 1 ){ 49 if (verboseLevel >= 4) VerboseTrack(); << 57 if( verboseLevel >= 4 ) VerboseTrack(); 50 if (verboseLevel >= 3) { << 58 if( verboseLevel >= 3 ){ 51 G4cout << G4endl; << 59 G4cout << G4endl; 52 G4cout << std::setw(5) << "#Step#" << 60 G4cout << std::setw( 5) << "#Step#" << " " 53 << " " << std::setw(10) << "X" << 61 << std::setw(10) << "X" << " " 54 << " " << std::setw(10) << "Y" << 62 << std::setw(10) << "Y" << " " 55 << " " << std::setw(10) << "Z" << 63 << std::setw(10) << "Z" << " " 56 << " " << std::setw(10) << "Ki << 64 << std::setw(10) << "KineE" << " " 57 << " " << std::setw(10) << "dESte << 65 << std::setw(10) << "dEStep" << " " 58 << " " << std::setw(10) << "StepL << 66 << std::setw(10) << "StepLeng" 59 << "NextVolu" << std::setw(10) << << 67 << std::setw(10) << "TrakLeng" 60 << " " << std::setw(10) << "Di << 68 << std::setw(10) << "NextVolu" 61 << " " << std::setw(10) << "Di << 69 << std::setw(10) << "Process" 62 << " " << G4endl; << 70 << std::setw(10) << "Dir_x" << " " 63 } << 71 << std::setw(10) << "Dir_y" << " " 64 << 72 << std::setw(10) << "Dir_z" << " " 65 G4cout << std::setw(5) << fTrack->GetCurre << 73 << G4endl; 66 << G4BestUnit(fTrack->GetPosition() << 74 } 67 << G4BestUnit(fTrack->GetPosition() << 75 68 << G4BestUnit(fTrack->GetPosition() << 76 G4cout << std::setw( 5) << fTrack->GetCurrentStepNumber() << " " 69 << G4BestUnit(fTrack->GetKineticEne << 77 << std::setw(10) << G4BestUnit(fTrack->GetPosition().x(),"Length") 70 << G4BestUnit(fStep->GetTotalEnergy << 78 << std::setw(10) << G4BestUnit(fTrack->GetPosition().y(),"Length") 71 << G4BestUnit(fStep->GetStepLength( << 79 << std::setw(10) << G4BestUnit(fTrack->GetPosition().z(),"Length") 72 << G4BestUnit(fTrack->GetTrackLengt << 80 << std::setw(10) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy") >> 81 << std::setw(10) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy") >> 82 << std::setw(10) << G4BestUnit(fStep->GetStepLength(),"Length") >> 83 << std::setw(10) << G4BestUnit(fTrack->GetTrackLength(),"Length"); 73 84 74 if (fTrack->GetNextVolume() != nullptr) { << 85 if( fTrack->GetNextVolume() != 0 ) { 75 G4cout << std::setw(10) << fTrack->GetVo 86 G4cout << std::setw(10) << fTrack->GetVolume()->GetName(); 76 } << 87 } else { 77 else { << 78 G4cout << std::setw(10) << "OutOfWorld"; 88 G4cout << std::setw(10) << "OutOfWorld"; 79 } 89 } 80 90 81 if (fStep->GetPostStepPoint()->GetProcessD << 91 if(fStep->GetPostStepPoint()->GetProcessDefinedStep() != 0){ 82 G4cout << " " << std::setw(10) << 92 G4cout << " " 83 << fStep->GetPostStepPoint()->Get << 93 << std::setw(10) << fStep->GetPostStepPoint()->GetProcessDefinedStep() 84 } << 94 ->GetProcessName(); 85 else { << 95 } else { 86 G4cout << " UserLimit"; 96 G4cout << " UserLimit"; 87 } 97 } 88 98 89 G4cout << std::setw(12) << G4BestUnit(fTra << 99 G4cout << std::setw(12) << G4BestUnit(fTrack->GetMomentumDirection().x(),"Length") 90 << std::setw(12) << G4BestUnit(fTra << 100 << std::setw(12) << G4BestUnit(fTrack->GetMomentumDirection().y(),"Length") 91 << std::setw(12) << G4BestUnit(fTra << 101 << std::setw(12) << G4BestUnit(fTrack->GetMomentumDirection().z(),"Length"); 92 102 93 G4cout << G4endl; 103 G4cout << G4endl; 94 104 95 if (verboseLevel == 2) { << 105 if( verboseLevel == 2 ){ 96 G4int tN2ndariesTot = fN2ndariesAtRestDo << 106 G4int tN2ndariesTot = fN2ndariesAtRestDoIt + 97 if (tN2ndariesTot > 0) { << 107 fN2ndariesAlongStepDoIt + 98 G4cout << " :----- List of 2ndaries << 108 fN2ndariesPostStepDoIt; 99 << "#SpawnInStep=" << std::setw << 109 if(tN2ndariesTot>0){ 100 << fN2ndariesAtRestDoIt << ",Al << 110 G4cout << " :----- List of 2ndaries - " 101 << ",Post=" << std::setw(2) << << 111 << "#SpawnInStep=" << std::setw(3) << tN2ndariesTot 102 << "#SpawnTotal=" << std::setw( << 112 << "(Rest=" << std::setw(2) << fN2ndariesAtRestDoIt 103 << G4endl; << 113 << ",Along=" << std::setw(2) << fN2ndariesAlongStepDoIt 104 << 114 << ",Post=" << std::setw(2) << fN2ndariesPostStepDoIt 105 for (size_t lp1 = (*fSecondary).size() << 115 << "), " 106 G4cout << " : " << std::setw(6) << 116 << "#SpawnTotal=" << std::setw(3) << (*fSecondary).size() 107 << G4BestUnit((*fSecondary)[l << 117 << " ---------------" 108 << G4BestUnit((*fSecondary)[l << 118 << G4endl; 109 << G4BestUnit((*fSecondary)[l << 119 110 << G4BestUnit((*fSecondary)[l << 120 for(size_t lp1=(*fSecondary).size()-tN2ndariesTot; 111 << (*fSecondary)[lp1]->GetDef << 121 lp1<(*fSecondary).size(); lp1++){ 112 G4cout << G4endl; << 122 G4cout << " : " 113 } << 123 << std::setw(6) 114 << 124 << G4BestUnit((*fSecondary)[lp1]->GetPosition().x(),"Length") 115 G4cout << " :---------------------- << 125 << std::setw(6) 116 << "--------------------------- << 126 << G4BestUnit((*fSecondary)[lp1]->GetPosition().y(),"Length") 117 << "-- EndOf2ndaries Info ----- << 127 << std::setw(6) >> 128 << G4BestUnit((*fSecondary)[lp1]->GetPosition().z(),"Length") >> 129 << std::setw(6) >> 130 << G4BestUnit((*fSecondary)[lp1]->GetKineticEnergy(),"Energy") >> 131 << std::setw(10) >> 132 << (*fSecondary)[lp1]->GetDefinition()->GetParticleName(); >> 133 G4cout << G4endl; >> 134 } >> 135 >> 136 G4cout << " :-----------------------------" >> 137 << "----------------------------------" >> 138 << "-- EndOf2ndaries Info ---------------" >> 139 << G4endl; 118 } 140 } 119 } 141 } >> 142 120 } 143 } 121 G4cout.precision(prec); 144 G4cout.precision(prec); 122 } 145 } 123 146 124 //....oooOO0OOooo........oooOO0OOooo........oo << 147 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 125 148 126 void F03SteppingVerbose::TrackingStarted() 149 void F03SteppingVerbose::TrackingStarted() 127 { 150 { >> 151 128 CopyState(); 152 CopyState(); 129 G4int prec = G4cout.precision(3); << 153 G4int prec = G4cout.precision(3); 130 if (verboseLevel > 0) { << 154 if( verboseLevel > 0 ){ 131 G4cout << std::setw(5) << "Step#" << 155 132 << " " << std::setw(6) << "X" << 156 G4cout << std::setw( 5) << "Step#" << " " 133 << " " << std::setw(6) << "Y" << 157 << std::setw( 6) << "X" << " " 134 << " " << std::setw(6) << "Z" << 158 << std::setw( 6) << "Y" << " " 135 << " " << std::setw(9) << "KineE << 159 << std::setw( 6) << "Z" << " " 136 << " " << std::setw(9) << "dEStep" << 160 << std::setw( 9) << "KineE" << " " 137 << " " << std::setw(10) << "StepLen << 161 << std::setw( 9) << "dEStep" << " " 138 << "Volume" << 162 << std::setw(10) << "StepLeng" 139 << " " << std::setw(10) << "Proces << 163 << std::setw(10) << "TrakLeng" 140 << 164 << std::setw(10) << "Volume" << " " 141 G4cout << std::setw(5) << fTrack->GetCurre << 165 << std::setw(10) << "Process" << G4endl; 142 << G4BestUnit(fTrack->GetPosition() << 166 143 << G4BestUnit(fTrack->GetPosition() << 167 G4cout << std::setw( 5) << fTrack->GetCurrentStepNumber() << " " 144 << G4BestUnit(fTrack->GetPosition() << 168 << std::setw( 6) << G4BestUnit(fTrack->GetPosition().x(),"Length") 145 << G4BestUnit(fTrack->GetKineticEne << 169 << std::setw( 6) << G4BestUnit(fTrack->GetPosition().y(),"Length") 146 << G4BestUnit(fStep->GetTotalEnergy << 170 << std::setw( 6) << G4BestUnit(fTrack->GetPosition().z(),"Length") 147 << G4BestUnit(fStep->GetStepLength( << 171 << std::setw( 6) << G4BestUnit(fTrack->GetKineticEnergy(),"Energy") 148 << G4BestUnit(fTrack->GetTrackLengt << 172 << std::setw( 6) << G4BestUnit(fStep->GetTotalEnergyDeposit(),"Energy") >> 173 << std::setw( 6) << G4BestUnit(fStep->GetStepLength(),"Length") >> 174 << std::setw( 6) << G4BestUnit(fTrack->GetTrackLength(),"Length"); 149 175 150 if (fTrack->GetNextVolume()) { << 176 if(fTrack->GetNextVolume()){ 151 G4cout << std::setw(10) << fTrack->GetVo 177 G4cout << std::setw(10) << fTrack->GetVolume()->GetName(); 152 } << 178 } else { 153 else { << 154 G4cout << std::setw(10) << "OutOfWorld"; 179 G4cout << std::setw(10) << "OutOfWorld"; 155 } 180 } 156 G4cout << " initStep" << G4endl; << 181 G4cout << " initStep" << G4endl; 157 } 182 } 158 G4cout.precision(prec); 183 G4cout.precision(prec); 159 } 184 } 160 185 161 //....oooOO0OOooo........oooOO0OOooo........oo << 186 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 162 187