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 electromagnetic/TestEm9/src/PhysicsL 26 /// \file electromagnetic/TestEm9/src/PhysicsList.cc 27 /// \brief Implementation of the PhysicsList c 27 /// \brief Implementation of the PhysicsList class 28 // 28 // >> 29 // $Id$ 29 // 30 // 30 //-------------------------------------------- 31 //--------------------------------------------------------------------------- 31 // 32 // 32 // ClassName: PhysicsList 33 // ClassName: PhysicsList 33 // 34 // 34 // Author: V.Ivanchenko 14.10.2002 35 // Author: V.Ivanchenko 14.10.2002 35 // 36 // 36 // Modified: 37 // Modified: 37 // 17.11.06 Use components from physics_lists 38 // 17.11.06 Use components from physics_lists subdirectory (V.Ivanchenko) 38 // 24.10.12 Migrated to new stopping and ion p 39 // 24.10.12 Migrated to new stopping and ion physics (A.Ribon) 39 // 40 // 40 //-------------------------------------------- 41 //---------------------------------------------------------------------------- 41 // 42 // 42 43 43 //....oooOO0OOooo........oooOO0OOooo........oo 44 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 44 //....oooOO0OOooo........oooOO0OOooo........oo 45 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 45 46 46 #include "PhysicsList.hh" 47 #include "PhysicsList.hh" 47 << 48 #include "PhysListEmStandard.hh" << 49 #include "PhysicsListMessenger.hh" 48 #include "PhysicsListMessenger.hh" 50 #include "StepMax.hh" << 51 49 52 #include "G4DecayPhysics.hh" << 50 #include "PhysListEmStandard.hh" 53 #include "G4Electron.hh" << 54 #include "G4EmExtraPhysics.hh" << 55 #include "G4EmLivermorePhysics.hh" << 56 #include "G4EmLowEPPhysics.hh" << 57 #include "G4EmPenelopePhysics.hh" << 58 #include "G4EmStandardPhysics.hh" 51 #include "G4EmStandardPhysics.hh" 59 #include "G4EmStandardPhysicsGS.hh" << 60 #include "G4EmStandardPhysicsSS.hh" << 61 #include "G4EmStandardPhysicsWVI.hh" << 62 #include "G4EmStandardPhysics_option1.hh" 52 #include "G4EmStandardPhysics_option1.hh" 63 #include "G4EmStandardPhysics_option2.hh" 53 #include "G4EmStandardPhysics_option2.hh" 64 #include "G4EmStandardPhysics_option3.hh" 54 #include "G4EmStandardPhysics_option3.hh" 65 #include "G4EmStandardPhysics_option4.hh" 55 #include "G4EmStandardPhysics_option4.hh" 66 #include "G4Gamma.hh" << 56 #include "G4EmLivermorePhysics.hh" >> 57 #include "G4EmPenelopePhysics.hh" >> 58 #include "G4DecayPhysics.hh" 67 #include "G4HadronElasticPhysics.hh" 59 #include "G4HadronElasticPhysics.hh" 68 #include "G4HadronInelasticQBBC.hh" 60 #include "G4HadronInelasticQBBC.hh" 69 #include "G4IonPhysics.hh" 61 #include "G4IonPhysics.hh" 70 #include "G4LossTableManager.hh" << 62 #include "G4EmExtraPhysics.hh" 71 #include "G4ParticleTable.hh" << 63 #include "G4StoppingPhysics.hh" >> 64 >> 65 #include "G4RegionStore.hh" >> 66 #include "G4Region.hh" >> 67 #include "G4ProductionCuts.hh" >> 68 #include "G4ProcessManager.hh" 72 #include "G4ParticleTypes.hh" 69 #include "G4ParticleTypes.hh" >> 70 #include "G4ParticleTable.hh" >> 71 >> 72 #include "G4Gamma.hh" >> 73 #include "G4Electron.hh" 73 #include "G4Positron.hh" 74 #include "G4Positron.hh" 74 #include "G4ProcessManager.hh" << 75 #include "G4Proton.hh" 75 #include "G4Proton.hh" 76 #include "G4RegionStore.hh" << 76 77 #include "G4StoppingPhysics.hh" << 78 #include "G4SystemOfUnits.hh" << 79 #include "G4UnitsTable.hh" 77 #include "G4UnitsTable.hh" >> 78 #include "G4SystemOfUnits.hh" >> 79 #include "G4LossTableManager.hh" >> 80 #include "StepMax.hh" >> 81 >> 82 #include "G4EmProcessOptions.hh" 80 83 81 //....oooOO0OOooo........oooOO0OOooo........oo 84 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 82 85 83 PhysicsList::PhysicsList() << 86 PhysicsList::PhysicsList() : G4VModularPhysicsList() 84 : G4VModularPhysicsList(), << 85 fEmPhysicsList(nullptr), << 86 fDecayPhysicsList(nullptr), << 87 fStepMaxProcess(nullptr), << 88 fMessenger(nullptr) << 89 { 87 { 90 G4LossTableManager::Instance(); 88 G4LossTableManager::Instance(); 91 SetDefaultCutValue(1 * mm); << 89 defaultCutValue = 1.*mm; >> 90 fCutForGamma = defaultCutValue; >> 91 fCutForElectron = defaultCutValue; >> 92 fCutForPositron = defaultCutValue; >> 93 fCutForVertexDetector = defaultCutValue; >> 94 fCutForMuonDetector = defaultCutValue; >> 95 >> 96 fVertexDetectorCuts = 0; >> 97 fMuonDetectorCuts = 0; 92 98 93 fMessenger = new PhysicsListMessenger(this); 99 fMessenger = new PhysicsListMessenger(this); 94 fStepMaxProcess = new StepMax(); 100 fStepMaxProcess = new StepMax(); 95 101 96 // Initilise flags 102 // Initilise flags 97 103 98 SetVerboseLevel(1); 104 SetVerboseLevel(1); 99 105 100 fHelIsRegisted = false; << 106 fHelIsRegisted = false; 101 fBicIsRegisted = false; << 107 fBicIsRegisted = false; 102 fGnucIsRegisted = false; 108 fGnucIsRegisted = false; 103 fStopIsRegisted = false; 109 fStopIsRegisted = false; 104 110 105 // EM physics 111 // EM physics 106 fEmName = G4String("emstandard"); 112 fEmName = G4String("emstandard"); 107 fEmPhysicsList = new G4EmStandardPhysics(); 113 fEmPhysicsList = new G4EmStandardPhysics(); 108 114 109 // Decay Physics is always defined 115 // Decay Physics is always defined 110 fDecayPhysicsList = new G4DecayPhysics(); 116 fDecayPhysicsList = new G4DecayPhysics(); 111 } 117 } 112 118 113 //....oooOO0OOooo........oooOO0OOooo........oo 119 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 114 120 115 PhysicsList::~PhysicsList() 121 PhysicsList::~PhysicsList() 116 { 122 { 117 delete fMessenger; 123 delete fMessenger; 118 delete fDecayPhysicsList; 124 delete fDecayPhysicsList; 119 delete fEmPhysicsList; 125 delete fEmPhysicsList; 120 delete fStepMaxProcess; 126 delete fStepMaxProcess; 121 for (size_t i = 0; i < fHadronPhys.size(); i << 127 for(size_t i=0; i<fHadronPhys.size(); i++) { 122 delete fHadronPhys[i]; 128 delete fHadronPhys[i]; 123 } 129 } 124 } 130 } 125 131 126 //....oooOO0OOooo........oooOO0OOooo........oo 132 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 127 133 128 void PhysicsList::ConstructParticle() 134 void PhysicsList::ConstructParticle() 129 { 135 { 130 fDecayPhysicsList->ConstructParticle(); 136 fDecayPhysicsList->ConstructParticle(); 131 } 137 } 132 138 133 //....oooOO0OOooo........oooOO0OOooo........oo 139 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 134 140 135 void PhysicsList::ConstructProcess() 141 void PhysicsList::ConstructProcess() 136 { 142 { 137 AddTransportation(); 143 AddTransportation(); 138 fEmPhysicsList->ConstructProcess(); 144 fEmPhysicsList->ConstructProcess(); 139 fDecayPhysicsList->ConstructProcess(); 145 fDecayPhysicsList->ConstructProcess(); 140 for (size_t i = 0; i < fHadronPhys.size(); + << 146 for(size_t i=0; i<fHadronPhys.size(); ++i) { 141 fHadronPhys[i]->ConstructProcess(); 147 fHadronPhys[i]->ConstructProcess(); 142 } 148 } 143 AddStepMax(); 149 AddStepMax(); 144 } 150 } 145 151 146 //....oooOO0OOooo........oooOO0OOooo........oo 152 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 147 153 148 void PhysicsList::AddPhysicsList(const G4Strin 154 void PhysicsList::AddPhysicsList(const G4String& name) 149 { 155 { 150 if (verboseLevel > 1) G4cout << "PhysicsList << 156 if (verboseLevel > 1) >> 157 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" << G4endl; 151 158 152 if (name == fEmName) return; 159 if (name == fEmName) return; 153 160 154 if (name == "emstandard") { 161 if (name == "emstandard") { 155 fEmName = name; 162 fEmName = name; 156 delete fEmPhysicsList; 163 delete fEmPhysicsList; 157 fEmPhysicsList = new G4EmStandardPhysics(v << 164 fEmPhysicsList = new G4EmStandardPhysics(); 158 if (verboseLevel > 0) G4cout << "PhysicsLi << 165 if (verboseLevel > 0) 159 } << 166 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; 160 else if (name == "emstandard_opt1") { << 167 161 fEmName = name; << 168 } else if (name == "emstandard_opt1") { 162 delete fEmPhysicsList; << 163 fEmPhysicsList = new G4EmStandardPhysics_o << 164 if (verboseLevel > 0) G4cout << "PhysicsLi << 165 } << 166 else if (name == "emstandard_opt2") { << 167 fEmName = name; << 168 delete fEmPhysicsList; << 169 fEmPhysicsList = new G4EmStandardPhysics_o << 170 if (verboseLevel > 0) G4cout << "PhysicsLi << 171 } << 172 else if (name == "emstandard_opt3") { << 173 fEmName = name; << 174 delete fEmPhysicsList; << 175 fEmPhysicsList = new G4EmStandardPhysics_o << 176 if (verboseLevel > 0) G4cout << "PhysicsLi << 177 } << 178 else if (name == "emstandard_opt4") { << 179 fEmName = name; << 180 delete fEmPhysicsList; << 181 fEmPhysicsList = new G4EmStandardPhysics_o << 182 if (verboseLevel > 0) G4cout << "PhysicsLi << 183 } << 184 else if (name == "local") { << 185 fEmName = name; 169 fEmName = name; 186 delete fEmPhysicsList; 170 delete fEmPhysicsList; 187 fEmPhysicsList = new PhysListEmStandard(ve << 171 fEmPhysicsList = new G4EmStandardPhysics_option1(); 188 if (verboseLevel > 0) G4cout << "PhysicsLi << 172 if (verboseLevel > 0) 189 } << 173 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; 190 else if (name == "emlivermore") { << 174 >> 175 } else if (name == "emstandard_opt2") { 191 fEmName = name; 176 fEmName = name; 192 delete fEmPhysicsList; 177 delete fEmPhysicsList; 193 fEmPhysicsList = new G4EmLivermorePhysics( << 178 fEmPhysicsList = new G4EmStandardPhysics_option2(); 194 } << 179 if (verboseLevel > 0) 195 else if (name == "empenelope") { << 180 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; >> 181 >> 182 } else if (name == "emstandard_opt3") { 196 fEmName = name; 183 fEmName = name; 197 delete fEmPhysicsList; 184 delete fEmPhysicsList; 198 fEmPhysicsList = new G4EmPenelopePhysics(v << 185 fEmPhysicsList = new G4EmStandardPhysics_option3(); 199 } << 186 if (verboseLevel > 0) 200 else if (name == "emlowenergy") { << 187 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; >> 188 >> 189 } else if (name == "emstandard_opt4") { 201 fEmName = name; 190 fEmName = name; 202 delete fEmPhysicsList; 191 delete fEmPhysicsList; 203 fEmPhysicsList = new G4EmLowEPPhysics(verb << 192 fEmPhysicsList = new G4EmStandardPhysics_option4(); 204 } << 193 if (verboseLevel > 0) 205 else if (name == "emstandardGS") { << 194 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; >> 195 >> 196 } else if (name == "emstandard_local") { 206 fEmName = name; 197 fEmName = name; 207 delete fEmPhysicsList; 198 delete fEmPhysicsList; 208 fEmPhysicsList = new G4EmStandardPhysicsGS << 199 fEmPhysicsList = new PhysListEmStandard(); 209 } << 200 if (verboseLevel > 0) 210 else if (name == "emstandardSS") { << 201 G4cout << "PhysicsList::Set " << name << " EM physics" << G4endl; >> 202 >> 203 } else if (name == "emlivermore") { 211 fEmName = name; 204 fEmName = name; 212 delete fEmPhysicsList; 205 delete fEmPhysicsList; 213 fEmPhysicsList = new G4EmStandardPhysicsSS << 206 fEmPhysicsList = new G4EmLivermorePhysics(); 214 } << 207 215 else if (name == "emstandardWVI") { << 208 } else if (name == "empenelope") { 216 fEmName = name; 209 fEmName = name; 217 delete fEmPhysicsList; 210 delete fEmPhysicsList; 218 fEmPhysicsList = new G4EmStandardPhysicsWV << 211 fEmPhysicsList = new G4EmPenelopePhysics(); 219 } << 212 220 else if (name == "elastic" && !fHelIsRegiste << 213 } else if (name == "elastic" && !fHelIsRegisted) { 221 fHadronPhys.push_back(new G4HadronElasticP << 214 fHadronPhys.push_back( new G4HadronElasticPhysics()); 222 fHelIsRegisted = true; 215 fHelIsRegisted = true; 223 if (verboseLevel > 0) G4cout << "PhysicsLi << 216 if (verboseLevel > 0) 224 } << 217 G4cout << "PhysicsList::Add hadron elastic physics" << G4endl; 225 else if (name == "binary" && !fBicIsRegisted << 218 >> 219 } else if (name == "binary" && !fBicIsRegisted) { 226 fHadronPhys.push_back(new G4HadronInelasti 220 fHadronPhys.push_back(new G4HadronInelasticQBBC()); 227 fHadronPhys.push_back(new G4IonPhysics()); 221 fHadronPhys.push_back(new G4IonPhysics()); 228 fBicIsRegisted = true; 222 fBicIsRegisted = true; 229 if (verboseLevel > 0) << 223 if (verboseLevel > 0) 230 G4cout << "PhysicsList::Add hadron inela 224 G4cout << "PhysicsList::Add hadron inelastic physics from <QBBC>" << G4endl; 231 } << 225 232 else if (name == "gamma_nuc" && !fGnucIsRegi << 226 } else if (name == "gamma_nuc" && !fGnucIsRegisted) { 233 fHadronPhys.push_back(new G4EmExtraPhysics 227 fHadronPhys.push_back(new G4EmExtraPhysics()); 234 fGnucIsRegisted = true; 228 fGnucIsRegisted = true; 235 if (verboseLevel > 0) G4cout << "PhysicsLi << 229 if (verboseLevel > 0) 236 } << 230 G4cout << "PhysicsList::Add gamma- and electro-nuclear physics" << G4endl; 237 else if (name == "stopping" && !fStopIsRegis << 231 >> 232 } else if (name == "stopping" && !fStopIsRegisted) { 238 fHadronPhys.push_back(new G4StoppingPhysic 233 fHadronPhys.push_back(new G4StoppingPhysics()); 239 fStopIsRegisted = true; 234 fStopIsRegisted = true; 240 if (verboseLevel > 0) G4cout << "PhysicsLi << 235 if (verboseLevel > 0) 241 } << 236 G4cout << "PhysicsList::Add stopping physics" << G4endl; 242 else { << 237 >> 238 } else { 243 G4cout << "PhysicsList::AddPhysicsList: <" 239 G4cout << "PhysicsList::AddPhysicsList: <" << name << ">" 244 << " is not defined" << G4endl; << 240 << " is not defined" >> 241 << G4endl; 245 } 242 } 246 } 243 } 247 244 248 //....oooOO0OOooo........oooOO0OOooo........oo 245 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 249 246 250 void PhysicsList::AddStepMax() 247 void PhysicsList::AddStepMax() 251 { 248 { 252 // Step limitation seen as a process 249 // Step limitation seen as a process 253 250 254 auto particleIterator = GetParticleIterator( << 251 theParticleIterator->reset(); 255 particleIterator->reset(); << 252 while ((*theParticleIterator)()){ 256 while ((*particleIterator)()) { << 253 G4ParticleDefinition* particle = theParticleIterator->value(); 257 G4ParticleDefinition* particle = particleI << 258 G4ProcessManager* pmanager = particle->Get 254 G4ProcessManager* pmanager = particle->GetProcessManager(); 259 255 260 if (fStepMaxProcess->IsApplicable(*particl << 256 if (fStepMaxProcess->IsApplicable(*particle) && !particle->IsShortLived()) 261 pmanager->AddDiscreteProcess(fStepMaxPro << 257 { 262 } << 258 pmanager ->AddDiscreteProcess(fStepMaxProcess); >> 259 } 263 } 260 } 264 } 261 } 265 262 266 //....oooOO0OOooo........oooOO0OOooo........oo 263 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 264 >> 265 void PhysicsList::SetCuts() >> 266 { >> 267 SetCutValue(fCutForGamma, "gamma", "DefaultRegionForTheWorld"); >> 268 SetCutValue(fCutForElectron, "e-", "DefaultRegionForTheWorld"); >> 269 SetCutValue(fCutForElectron, "e+", "DefaultRegionForTheWorld"); >> 270 SetCutValue(fCutForProton, "proton", "DefaultRegionForTheWorld"); >> 271 // G4cout << "PhysicsList: world cuts are set cutG= " << cutForGamma/mm >> 272 // << " mm cutE= " << fCutForElectron/mm << " mm " << G4endl; >> 273 >> 274 //G4cout << " cutV= " << fCutForVertexDetector >> 275 // << " cutM= " << fCutForMuonDetector<<G4endl; >> 276 >> 277 G4Region* region = (G4RegionStore::GetInstance())->GetRegion("VertexDetector"); >> 278 fVertexDetectorCuts = region->GetProductionCuts(); >> 279 SetVertexCut(fCutForVertexDetector); >> 280 // G4cout << "Vertex cuts are set" << G4endl; >> 281 >> 282 region = (G4RegionStore::GetInstance())->GetRegion("MuonDetector"); >> 283 fMuonDetectorCuts = region->GetProductionCuts(); >> 284 SetMuonCut(fCutForMuonDetector); >> 285 //G4cout << "Muon cuts are set " <<muonRegion << " " << muonDetectorCuts << G4endl; >> 286 >> 287 if (verboseLevel>0) DumpCutValuesTable(); >> 288 } >> 289 >> 290 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 291 >> 292 void PhysicsList::SetCutForGamma(G4double cut) >> 293 { >> 294 fCutForGamma = cut; >> 295 SetParticleCuts(fCutForGamma, G4Gamma::Gamma()); >> 296 } >> 297 >> 298 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 299 >> 300 void PhysicsList::SetCutForElectron(G4double cut) >> 301 { >> 302 fCutForElectron = cut; >> 303 SetParticleCuts(fCutForElectron, G4Electron::Electron()); >> 304 SetParticleCuts(fCutForElectron, G4Positron::Positron()); >> 305 } >> 306 >> 307 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 308 >> 309 void PhysicsList::SetCutForProton(G4double cut) >> 310 { >> 311 fCutForProton = cut; >> 312 SetParticleCuts(fCutForProton, G4Proton::Proton()); >> 313 } >> 314 >> 315 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 316 >> 317 void PhysicsList::SetVertexCut(G4double cut) >> 318 { >> 319 fCutForVertexDetector = cut; >> 320 >> 321 if( fVertexDetectorCuts ) { >> 322 fVertexDetectorCuts->SetProductionCut(cut, idxG4GammaCut); >> 323 fVertexDetectorCuts->SetProductionCut(cut, idxG4ElectronCut); >> 324 fVertexDetectorCuts->SetProductionCut(cut, idxG4PositronCut); >> 325 fVertexDetectorCuts->SetProductionCut(cut, idxG4ProtonCut); >> 326 } >> 327 } >> 328 >> 329 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 330 >> 331 void PhysicsList::SetMuonCut(G4double cut) >> 332 { >> 333 fCutForMuonDetector = cut; >> 334 >> 335 if( fMuonDetectorCuts ) { >> 336 fMuonDetectorCuts->SetProductionCut(cut, idxG4GammaCut); >> 337 fMuonDetectorCuts->SetProductionCut(cut, idxG4ElectronCut); >> 338 fMuonDetectorCuts->SetProductionCut(cut, idxG4PositronCut); >> 339 fMuonDetectorCuts->SetProductionCut(cut, idxG4ProtonCut); >> 340 } >> 341 } >> 342 >> 343 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... >> 344 267 345