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