![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4ElasticHadrNucleusHE.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "Randomize.hh"#include "G4ios.hh"#include "G4ParticleTable.hh"#include "G4NucleiProperties.hh"#include "G4IonTable.hh"#include "G4Proton.hh"#include "G4PionPlus.hh"#include "G4PionMinus.hh"#include "G4NistManager.hh"#include "G4ProductionCutsTable.hh"#include "G4MaterialCutsCouple.hh"#include "G4Material.hh"#include "G4Element.hh"#include "G4Log.hh"#include "G4Exp.hh"
Include dependency graph for G4ElasticHadrNucleusHE.cc:Go to the source code of this file.
Variables | |
| const G4double | invGeV = 1.0/CLHEP::GeV |
| const G4double | MbToGeV2 = 2.568 |
| const G4double | GeV2 = CLHEP::GeV*CLHEP::GeV |
| const G4double | invGeV2 = 1.0/GeV2 |
| const G4double | protonM = CLHEP::proton_mass_c2*invGeV |
| const G4double | protonM2 = protonM*protonM |
| const G4double GeV2 = CLHEP::GeV*CLHEP::GeV |
Definition at line 90 of file G4ElasticHadrNucleusHE.cc.
View newest version in sPHENIX GitHub at line 90 of file G4ElasticHadrNucleusHE.cc
Referenced by G4HadronElastic::SampleInvariantT(), and G4ElasticHadrNucleusHE::SampleInvariantT().
| const G4double invGeV = 1.0/CLHEP::GeV |
Definition at line 88 of file G4ElasticHadrNucleusHE.cc.
View newest version in sPHENIX GitHub at line 88 of file G4ElasticHadrNucleusHE.cc
Referenced by G4ElasticData::G4ElasticData(), G4ElasticHadrNucleusHE::InitialiseModel(), and G4ElasticHadrNucleusHE::SampleInvariantT().
Definition at line 91 of file G4ElasticHadrNucleusHE.cc.
View newest version in sPHENIX GitHub at line 91 of file G4ElasticHadrNucleusHE.cc
Referenced by G4ElasticHadrNucleusHE::SampleInvariantT().
| const G4double MbToGeV2 = 2.568 |
Definition at line 89 of file G4ElasticHadrNucleusHE.cc.
View newest version in sPHENIX GitHub at line 89 of file G4ElasticHadrNucleusHE.cc
Referenced by G4ElasticHadrNucleusHE::GetLightFq2(), and G4ElasticHadrNucleusHE::HadrNucDifferCrSec().
| const G4double protonM = CLHEP::proton_mass_c2*invGeV |
Definition at line 92 of file G4ElasticHadrNucleusHE.cc.
View newest version in sPHENIX GitHub at line 92 of file G4ElasticHadrNucleusHE.cc
Referenced by G4ElasticHadrNucleusHE::DefineHadronValues(), G4ElasticHadrNucleusHE::HadrNucDifferCrSec(), and G4ElasticHadrNucleusHE::HadronProtonQ2().
Definition at line 93 of file G4ElasticHadrNucleusHE.cc.
View newest version in sPHENIX GitHub at line 93 of file G4ElasticHadrNucleusHE.cc
Referenced by G4ElasticHadrNucleusHE::DefineHadronValues(), G4ElasticHadrNucleusHE::GetLightFq2(), G4ElasticHadrNucleusHE::HadrNucDifferCrSec(), and G4ElasticHadrNucleusHE::HadronProtonQ2().