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 /* 26 /* 27 * =========================================== 27 * ============================================================================ 28 * 28 * 29 * Filename: CexmcProductionModelData.c 29 * Filename: CexmcProductionModelData.cc 30 * 30 * 31 * Description: SCM/LAB lorentz vector of 31 * Description: SCM/LAB lorentz vector of the particles in reaction 32 * 32 * 33 * Version: 1.0 33 * Version: 1.0 34 * Created: 28.12.2009 22:59:10 34 * Created: 28.12.2009 22:59:10 35 * Revision: none 35 * Revision: none 36 * Compiler: gcc 36 * Compiler: gcc 37 * 37 * 38 * Author: Alexey Radkov (), 38 * Author: Alexey Radkov (), 39 * Company: PNPI 39 * Company: PNPI 40 * 40 * 41 * =========================================== 41 * ============================================================================ 42 */ 42 */ 43 43 44 #include <iostream> 44 #include <iostream> 45 #include "CexmcProductionModelData.hh" 45 #include "CexmcProductionModelData.hh" 46 46 47 47 48 CexmcProductionModelData::CexmcProductionModel 48 CexmcProductionModelData::CexmcProductionModelData() 49 { 49 { 50 } 50 } 51 51 52 52 53 CexmcProductionModelData::CexmcProductionModel 53 CexmcProductionModelData::CexmcProductionModelData( 54 const G4LorentzVector & << 54 const G4LorentzVector & incidentParticleSCM, 55 const G4LorentzVector & << 55 const G4LorentzVector & incidentParticleLAB, 56 const G4LorentzVector & << 56 const G4LorentzVector & nucleusParticleSCM, 57 const G4LorentzVector & << 57 const G4LorentzVector & nucleusParticleLAB, 58 const G4LorentzVector & << 58 const G4LorentzVector & outputParticleSCM, 59 const G4LorentzVector & << 59 const G4LorentzVector & outputParticleLAB, 60 const G4LorentzVector & << 60 const G4LorentzVector & nucleusOutputParticleSCM, 61 const G4LorentzVector & << 61 const G4LorentzVector & nucleusOutputParticleLAB, 62 const G4ParticleDefiniti << 62 const G4ParticleDefinition * incidentParticle, 63 const G4ParticleDefiniti << 63 const G4ParticleDefinition * nucleusParticle, 64 const G4ParticleDefiniti << 64 const G4ParticleDefinition * outputParticle, 65 const G4ParticleDefiniti << 65 const G4ParticleDefinition * nucleusOutputParticle ) : 66 incidentParticleSCM( incidentParticleSCM_ << 66 incidentParticleSCM( incidentParticleSCM ), 67 incidentParticleLAB( incidentParticleLAB_ << 67 incidentParticleLAB( incidentParticleLAB ), 68 nucleusParticleSCM( nucleusParticleSCM_ ), << 68 nucleusParticleSCM( nucleusParticleSCM ), 69 nucleusParticleLAB( nucleusParticleLAB_ ), << 69 nucleusParticleLAB( nucleusParticleLAB ), 70 outputParticleSCM( outputParticleSCM_ ), << 70 outputParticleSCM( outputParticleSCM ), 71 outputParticleLAB( outputParticleLAB_ ), << 71 outputParticleLAB( outputParticleLAB ), 72 nucleusOutputParticleSCM( nucleusOutputPar << 72 nucleusOutputParticleSCM( nucleusOutputParticleSCM ), 73 nucleusOutputParticleLAB( nucleusOutputPar << 73 nucleusOutputParticleLAB( nucleusOutputParticleLAB ), 74 incidentParticle( incidentParticle_ ), nuc << 74 incidentParticle( incidentParticle ), nucleusParticle( nucleusParticle ), 75 outputParticle( outputParticle_ ), << 75 outputParticle( outputParticle ), 76 nucleusOutputParticle( nucleusOutputPartic << 76 nucleusOutputParticle( nucleusOutputParticle ) 77 { 77 { 78 } 78 } 79 79 80 80 81 std::ostream & operator<<( std::ostream & ou 81 std::ostream & operator<<( std::ostream & out, 82 const CexmcProduct 82 const CexmcProductionModelData & data ) 83 { 83 { 84 std::ostream::fmtflags savedFlags( out.fl 84 std::ostream::fmtflags savedFlags( out.flags() ); 85 std::streamsize prec( out.precisio 85 std::streamsize prec( out.precision() ); 86 86 87 out.precision( 4 ); 87 out.precision( 4 ); 88 out.flags( std::ios::fixed ); 88 out.flags( std::ios::fixed ); 89 89 90 out << std::endl; 90 out << std::endl; 91 out << " Incident particle (LA 91 out << " Incident particle (LAB) : " << 92 data.incidentParticle->GetParticleN 92 data.incidentParticle->GetParticleName() << " " << 93 G4BestUnit( data.incidentParticleLA 93 G4BestUnit( data.incidentParticleLAB, "Energy" ) << " -- " << 94 G4BestUnit( data.incidentParticleLA 94 G4BestUnit( data.incidentParticleLAB.e(), "Energy" ) << std::endl; 95 out << " (SC 95 out << " (SCM) : " << 96 data.incidentParticle->GetParticleN 96 data.incidentParticle->GetParticleName() << " " << 97 G4BestUnit( data.incidentParticleSC 97 G4BestUnit( data.incidentParticleSCM, "Energy" ) << " -- " << 98 G4BestUnit( data.incidentParticleSC 98 G4BestUnit( data.incidentParticleSCM.e(), "Energy" ) << std::endl; 99 out << " Nucleus particle (LA 99 out << " Nucleus particle (LAB) : " << 100 data.nucleusParticle->GetParticleNa 100 data.nucleusParticle->GetParticleName() << " " << 101 G4BestUnit( data.nucleusParticleLAB 101 G4BestUnit( data.nucleusParticleLAB, "Energy" ) << " -- " << 102 G4BestUnit( data.nucleusParticleLAB 102 G4BestUnit( data.nucleusParticleLAB.e(), "Energy" ) << std::endl; 103 out << " (SC 103 out << " (SCM) : " << 104 data.nucleusParticle->GetParticleNa 104 data.nucleusParticle->GetParticleName() << " " << 105 G4BestUnit( data.nucleusParticleSCM 105 G4BestUnit( data.nucleusParticleSCM, "Energy" ) << " -- " << 106 G4BestUnit( data.nucleusParticleSCM 106 G4BestUnit( data.nucleusParticleSCM.e(), "Energy" ) << std::endl; 107 out << " Output particle (LA 107 out << " Output particle (LAB) : " << 108 data.outputParticle->GetParticleNam 108 data.outputParticle->GetParticleName() << " " << 109 G4BestUnit( data.outputParticleLAB, 109 G4BestUnit( data.outputParticleLAB, "Energy" ) << " -- " << 110 G4BestUnit( data.outputParticleLAB. 110 G4BestUnit( data.outputParticleLAB.e(), "Energy" ) << std::endl; 111 out << " (SC 111 out << " (SCM) : " << 112 data.outputParticle->GetParticleNam 112 data.outputParticle->GetParticleName() << " " << 113 G4BestUnit( data.outputParticleSCM, 113 G4BestUnit( data.outputParticleSCM, "Energy" ) << " -- " << 114 G4BestUnit( data.outputParticleSCM. 114 G4BestUnit( data.outputParticleSCM.e(), "Energy" ) << std::endl; 115 out << " Nucleus output particle (LA 115 out << " Nucleus output particle (LAB) : " << 116 data.nucleusOutputParticle->GetPart 116 data.nucleusOutputParticle->GetParticleName() << " " << 117 G4BestUnit( data.nucleusOutputParti 117 G4BestUnit( data.nucleusOutputParticleLAB, "Energy" ) << " -- " << 118 G4BestUnit( data.nucleusOutputParti 118 G4BestUnit( data.nucleusOutputParticleLAB.e(), "Energy" ) << 119 std::endl; 119 std::endl; 120 out << " (SC 120 out << " (SCM) : " << 121 data.nucleusOutputParticle->GetPart 121 data.nucleusOutputParticle->GetParticleName() << " " << 122 G4BestUnit( data.nucleusOutputParti 122 G4BestUnit( data.nucleusOutputParticleSCM, "Energy" ) << " -- " << 123 G4BestUnit( data.nucleusOutputParti 123 G4BestUnit( data.nucleusOutputParticleSCM.e(), "Energy" ) << 124 std::endl; 124 std::endl; 125 125 126 out.precision( prec ); 126 out.precision( prec ); 127 out.flags( savedFlags ); 127 out.flags( savedFlags ); 128 128 129 return out; 129 return out; 130 } 130 } 131 131 132 132