Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <LorentzVector.h>
Public Types | |
enum | { X =0 , Y =1 , Z =2 , T =3 , NUM_COORDINATES =4 , SIZE =NUM_COORDINATES } |
Public Member Functions | |
HepLorentzVector (double x, double y, double z, double t) | |
HepLorentzVector (double x, double y, double z) | |
HepLorentzVector (double t) | |
HepLorentzVector () | |
HepLorentzVector (const Hep3Vector &p, double e) | |
HepLorentzVector (double e, const Hep3Vector &p) | |
HepLorentzVector (const HepLorentzVector &) | |
HepLorentzVector (HepLorentzVector &&)=default | |
~HepLorentzVector () | |
operator const Hep3Vector & () const | |
operator Hep3Vector & () | |
double | x () const |
double | y () const |
double | z () const |
double | t () const |
void | setX (double) |
void | setY (double) |
void | setZ (double) |
void | setT (double) |
double | px () const |
double | py () const |
double | pz () const |
double | e () const |
void | setPx (double) |
void | setPy (double) |
void | setPz (double) |
void | setE (double) |
Hep3Vector | vect () const |
void | setVect (const Hep3Vector &) |
double | theta () const |
double | cosTheta () const |
double | phi () const |
double | rho () const |
void | setTheta (double) |
void | setPhi (double) |
void | setRho (double) |
double | operator() (int) const |
double | operator[] (int) const |
double & | operator() (int) |
double & | operator[] (int) |
HepLorentzVector & | operator= (const HepLorentzVector &) |
HepLorentzVector & | operator= (HepLorentzVector &&)=default |
HepLorentzVector | operator+ (const HepLorentzVector &) const |
HepLorentzVector & | operator+= (const HepLorentzVector &) |
HepLorentzVector | operator- (const HepLorentzVector &) const |
HepLorentzVector & | operator-= (const HepLorentzVector &) |
HepLorentzVector | operator- () const |
HepLorentzVector & | operator*= (double) |
HepLorentzVector & | operator/= (double) |
bool | operator== (const HepLorentzVector &) const |
bool | operator!= (const HepLorentzVector &) const |
double | perp2 () const |
double | perp () const |
void | setPerp (double) |
double | perp2 (const Hep3Vector &) const |
double | perp (const Hep3Vector &) const |
double | angle (const Hep3Vector &) const |
double | mag2 () const |
double | m2 () const |
double | mag () const |
double | m () const |
double | mt2 () const |
double | mt () const |
double | et2 () const |
double | et () const |
double | dot (const HepLorentzVector &) const |
double | operator* (const HepLorentzVector &) const |
double | invariantMass2 (const HepLorentzVector &w) const |
double | invariantMass (const HepLorentzVector &w) const |
void | setVectMag (const Hep3Vector &spatial, double magnitude) |
void | setVectM (const Hep3Vector &spatial, double mass) |
double | plus () const |
double | minus () const |
Hep3Vector | boostVector () const |
HepLorentzVector & | boost (double, double, double) |
HepLorentzVector & | boost (const Hep3Vector &) |
HepLorentzVector & | boostX (double beta) |
HepLorentzVector & | boostY (double beta) |
HepLorentzVector & | boostZ (double beta) |
double | rapidity () const |
double | pseudoRapidity () const |
bool | isTimelike () const |
bool | isSpacelike () const |
bool | isLightlike (double epsilon=tolerance) const |
HepLorentzVector & | rotateX (double) |
HepLorentzVector & | rotateY (double) |
HepLorentzVector & | rotateZ (double) |
HepLorentzVector & | rotateUz (const Hep3Vector &) |
HepLorentzVector & | rotate (double, const Hep3Vector &) |
HepLorentzVector & | operator*= (const HepRotation &) |
HepLorentzVector & | transform (const HepRotation &) |
HepLorentzVector & | operator*= (const HepLorentzRotation &) |
HepLorentzVector & | transform (const HepLorentzRotation &) |
void | set (double x, double y, double z, double t) |
void | set (double x, double y, double z, Tcomponent t) |
HepLorentzVector (double x, double y, double z, Tcomponent t) | |
void | set (Tcomponent t, double x, double y, double z) |
HepLorentzVector (Tcomponent t, double x, double y, double z) | |
void | set (double t) |
void | set (Tcomponent t) |
HepLorentzVector (Tcomponent t) | |
void | set (const Hep3Vector &v) |
HepLorentzVector (const Hep3Vector &v) | |
HepLorentzVector & | operator= (const Hep3Vector &v) |
void | set (const Hep3Vector &v, double t) |
void | set (double t, const Hep3Vector &v) |
double | getX () const |
double | getY () const |
double | getZ () const |
double | getT () const |
Hep3Vector | v () const |
Hep3Vector | getV () const |
void | setV (const Hep3Vector &) |
void | setV (double x, double y, double z) |
void | setRThetaPhi (double r, double theta, double phi) |
void | setREtaPhi (double r, double eta, double phi) |
void | setRhoPhiZ (double rho, double phi, double z) |
int | compare (const HepLorentzVector &w) const |
bool | operator> (const HepLorentzVector &w) const |
bool | operator< (const HepLorentzVector &w) const |
bool | operator>= (const HepLorentzVector &w) const |
bool | operator<= (const HepLorentzVector &w) const |
bool | isNear (const HepLorentzVector &w, double epsilon=tolerance) const |
double | howNear (const HepLorentzVector &w) const |
bool | isNearCM (const HepLorentzVector &w, double epsilon=tolerance) const |
double | howNearCM (const HepLorentzVector &w) const |
bool | isParallel (const HepLorentzVector &w, double epsilon=tolerance) const |
double | howParallel (const HepLorentzVector &w) const |
double | deltaR (const HepLorentzVector &v) const |
double | howLightlike () const |
double | euclideanNorm2 () const |
double | euclideanNorm () const |
double | restMass2 () const |
double | invariantMass2 () const |
double | restMass () const |
double | invariantMass () const |
HepLorentzVector | rest4Vector () const |
double | beta () const |
double | gamma () const |
double | eta () const |
double | eta (const Hep3Vector &ref) const |
double | rapidity (const Hep3Vector &ref) const |
double | coLinearRapidity () const |
Hep3Vector | findBoostToCM () const |
Hep3Vector | findBoostToCM (const HepLorentzVector &w) const |
double | et2 (const Hep3Vector &) const |
double | et (const Hep3Vector &) const |
double | diff2 (const HepLorentzVector &w) const |
double | delta2Euclidean (const HepLorentzVector &w) const |
double | plus (const Hep3Vector &ref) const |
double | minus (const Hep3Vector &ref) const |
HepLorentzVector & | rotate (const Hep3Vector &axis, double delta) |
HepLorentzVector & | rotate (const HepAxisAngle &ax) |
HepLorentzVector & | rotate (const HepEulerAngles &e) |
HepLorentzVector & | rotate (double phi, double theta, double psi) |
HepLorentzVector & | boost (const Hep3Vector &axis, double beta) |
Static Public Member Functions | |
static ZMpvMetric_t | setMetric (ZMpvMetric_t met) |
static ZMpvMetric_t | getMetric () |
static double | getTolerance () |
static double | setTolerance (double tol) |
Friends | |
HepLorentzVector | rotationXOf (const HepLorentzVector &vec, double delta) |
HepLorentzVector | rotationYOf (const HepLorentzVector &vec, double delta) |
HepLorentzVector | rotationZOf (const HepLorentzVector &vec, double delta) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, const Hep3Vector &axis, double delta) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, const HepAxisAngle &ax) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, const HepEulerAngles &e) |
HepLorentzVector | rotationOf (const HepLorentzVector &vec, double phi, double theta, double psi) |
HepLorentzVector | boostXOf (const HepLorentzVector &vec, double beta) |
HepLorentzVector | boostYOf (const HepLorentzVector &vec, double beta) |
HepLorentzVector | boostZOf (const HepLorentzVector &vec, double beta) |
HepLorentzVector | boostOf (const HepLorentzVector &vec, const Hep3Vector &betaVector) |
HepLorentzVector | boostOf (const HepLorentzVector &vec, const Hep3Vector &axis, double beta) |
Definition at line 67 of file LorentzVector.h.
anonymous enum |
|
inline |
Referenced by boost(), boost(), boost(), boostOf, boostOf, boostX(), boostXOf, boostY(), boostYOf, boostZ(), boostZOf, compare(), delta2Euclidean(), deltaR(), diff2(), dot(), eta(), findBoostToCM(), HepLorentzVector(), HepLorentzVector(), howNear(), howNearCM(), howParallel(), invariantMass(), invariantMass(), invariantMass2(), isLightlike(), isNear(), isNearCM(), isParallel(), minus(), operator!=(), operator*(), operator*=(), operator*=(), operator+(), operator+=(), operator-(), operator-(), operator-=(), operator/=(), operator<(), operator<=(), operator=(), operator=(), operator=(), operator==(), operator>(), operator>=(), rest4Vector(), rotate(), rotate(), rotate(), rotate(), rotate(), rotateUz(), rotateX(), rotateY(), rotateZ(), rotationOf, rotationOf, rotationOf, rotationOf, rotationXOf, rotationYOf, rotationZOf, setRhoPhiZ(), and transform().
|
inline |
|
explicit |
|
inline |
Referenced by rest4Vector().
|
inline |
|
inline |
|
inline |
|
inlinedefault |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
double CLHEP::HepLorentzVector::beta | ( | ) | const |
Definition at line 72 of file LorentzVectorK.cc.
Referenced by G4ParticleHPFinalState::adjust_final_state(), G4EMDissociation::ApplyYourself(), boost(), boostOf, boostXOf, boostYOf, boostZOf, delta2Euclidean(), and G4BetheHeitler5DModel::SampleSecondaries().
|
inline |
HepLorentzVector & CLHEP::HepLorentzVector::boost | ( | const Hep3Vector & | axis, |
double | beta ) |
Definition at line 47 of file LorentzVectorB.cc.
HepLorentzVector & CLHEP::HepLorentzVector::boost | ( | double | bx, |
double | by, | ||
double | bz ) |
Definition at line 54 of file LorentzVector.cc.
Referenced by G4ChargeExchange::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4LMsdGenerator::ApplyYourself(), G4MuMinusCapturePrecompound::ApplyYourself(), G4MuonMinusBoundDecay::ApplyYourself(), G4NeutrinoElectronCcModel::ApplyYourself(), G4NeutronElectronElModel::ApplyYourself(), G4NeutronRadCapture::ApplyYourself(), G4NeutronRadCaptureHP::ApplyYourself(), G4NuDEXNeutronCaptureModel::ApplyYourself(), G4ParticleHPElasticFS::ApplyYourself(), G4WilsonAbrasionModel::ApplyYourself(), G4LorentzConvertor::backToTheLab(), G4DecayProducts::Boost(), G4ExcitedString::Boost(), G4KineticTrackVector::Boost(), G4KineticTrackVector::BoostBeam(), G4StatMF::BreakItUp(), G4WilsonAblationModel::BreakItUp(), G4UnstableFragmentBreakUp::BreakUpChain(), G4LightIonQMDCollision::CalKinematicsOfBinaryCollisions(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4NeutrinoNucleusModel::ClusterDecay(), G4NeutrinoNucleusModel::CoherentPion(), G4LightTargetCollider::collide(), G4FermiPhaseSpaceDecay::Decay(), G4BetaMinusDecay::DecayIt(), G4BetaPlusDecay::DecayIt(), G4DalitzDecayChannel::DecayIt(), G4ECDecay::DecayIt(), G4ITDecay::DecayIt(), G4MuonDecayChannelWithSpin::DecayIt(), G4MuonRadiativeDecayChannelWithSpin::DecayIt(), G4TauLeptonicDecayChannel::DecayIt(), G4BigBanger::deExcite(), G4CompetitiveFission::EmittedFragment(), G4EvaporationChannel::EmittedFragment(), G4GEMChannel::EmittedFragment(), G4GEMChannelVI::EmittedFragment(), G4CascadeFinalStateAlgorithm::FillUsingKopylov(), G4NeutrinoNucleusModel::FinalBarion(), G4HadPhaseSpaceKopylov::GenerateMultiBody(), G4DiffuseElastic::GetInvCoulombElasticXsc(), G4NuclNuclDiffuseElastic::GetInvCoulombElasticXsc(), G4DiffuseElastic::GetInvElasticSumXsc(), G4NuclNuclDiffuseElastic::GetInvElasticSumXsc(), G4DiffuseElastic::GetInvElasticXsc(), G4NuclNuclDiffuseElastic::GetInvElasticXsc(), G4LorentzConvertor::getKinEnergyInTheTRS(), G4LorentzConvertor::getTRSMomentum(), G4GeneralPhaseSpaceDecay::ManyBodyDecayIt(), G4NeutrinoNucleusModel::MesonDecay(), G4PreCompoundEmission::PerformEmission(), G4GeneratorPrecompoundInterface::PropagateNuclNucl(), G4QuasiElRatios::RelDecayIn2(), G4RiGeAngularGenerator::Sample5DPairDirections(), G4AntiNuclElastic::SampleInvariantT(), G4DiffuseElastic::SampleInvariantT(), G4DiffuseElasticV2::SampleInvariantT(), G4NuclNuclDiffuseElastic::SampleInvariantT(), G4BetheHeitler5DModel::SampleSecondaries(), G4eeTo3PiModel::SampleSecondaries(), G4eeToHadronsModel::SampleSecondaries(), G4eeToTwoGammaModel::SampleSecondaries(), G4eplusTo2or3GammaModel::SampleSecondaries(), G4eplusTo3GammaOKVIModel::SampleSecondaries(), G4eSingleCoulombScatteringModel::SampleSecondaries(), G4hCoulombScatteringModel::SampleSecondaries(), G4IonCoulombScatteringModel::SampleSecondaries(), G4RiGeMuPairProductionModel::SampleSecondaries(), G4AntiNuclElastic::SampleThetaLab(), G4DiffuseElastic::SampleThetaLab(), G4NuclNuclDiffuseElastic::SampleThetaLab(), G4GammaTransition::SampleTransition(), G4DiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElasticV2::ThetaCMStoThetaLab(), G4NuclNuclDiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElastic::ThetaLabToThetaCMS(), G4DiffuseElasticV2::ThetaLabToThetaCMS(), and G4NuclNuclDiffuseElastic::ThetaLabToThetaCMS().
Hep3Vector CLHEP::HepLorentzVector::boostVector | ( | ) | const |
Definition at line 173 of file LorentzVector.cc.
Referenced by G4FTFAnnihilation::Annihilate(), G4BinaryLightIonReaction::ApplyYourself(), G4ChargeExchange::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), G4LMsdGenerator::ApplyYourself(), G4MuMinusCapturePrecompound::ApplyYourself(), G4MuonMinusBoundDecay::ApplyYourself(), G4NeutrinoElectronCcModel::ApplyYourself(), G4NeutronElectronElModel::ApplyYourself(), G4NuDEXNeutronCaptureModel::ApplyYourself(), G4StatMF::BreakItUp(), G4UnstableFragmentBreakUp::BreakUpChain(), G4NeutrinoNucleusModel::ClusterDecay(), G4NeutrinoNucleusModel::CoherentPion(), G4LightTargetCollider::collide(), G4DiffractiveExcitation::CreateStrings(), G4FermiPhaseSpaceDecay::Decay(), G4BetaMinusDecay::DecayIt(), G4BetaPlusDecay::DecayIt(), G4ECDecay::DecayIt(), G4ITDecay::DecayIt(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4CompetitiveFission::EmittedFragment(), G4EvaporationChannel::EmittedFragment(), G4GEMChannel::EmittedFragment(), G4GEMChannelVI::EmittedFragment(), G4DiffractiveExcitation::ExciteParticipants(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4CascadeFinalStateAlgorithm::FillUsingKopylov(), G4VAnnihilationCollision::FinalState(), G4VElasticCollision::FinalState(), G4VScatteringCollision::FinalState(), findBoostToCM(), G4Absorber::FindProducts(), G4ExcitedStringDecay::FragmentStrings(), G4HadDecayGenerator::Generate(), G4HadPhaseSpaceKopylov::GenerateMultiBody(), G4DiffuseElastic::GetInvCoulombElasticXsc(), G4NuclNuclDiffuseElastic::GetInvCoulombElasticXsc(), G4DiffuseElastic::GetInvElasticSumXsc(), G4NuclNuclDiffuseElastic::GetInvElasticSumXsc(), G4DiffuseElastic::GetInvElasticXsc(), G4NuclNuclDiffuseElastic::GetInvElasticXsc(), G4NeutrinoNucleusModel::MesonDecay(), G4PreCompoundEmission::PerformEmission(), G4GeneratorPrecompoundInterface::PropagateNuclNucl(), G4QuasiElRatios::RelDecayIn2(), G4RiGeAngularGenerator::Sample5DPairDirections(), G4AntiNuclElastic::SampleInvariantT(), G4DiffuseElastic::SampleInvariantT(), G4DiffuseElasticV2::SampleInvariantT(), G4NuclNuclDiffuseElastic::SampleInvariantT(), G4BetheHeitler5DModel::SampleSecondaries(), G4eeToHadronsModel::SampleSecondaries(), G4eeToTwoGammaModel::SampleSecondaries(), G4eplusTo2or3GammaModel::SampleSecondaries(), G4eplusTo3GammaOKVIModel::SampleSecondaries(), G4eSingleCoulombScatteringModel::SampleSecondaries(), G4hCoulombScatteringModel::SampleSecondaries(), G4IonCoulombScatteringModel::SampleSecondaries(), G4RiGeMuPairProductionModel::SampleSecondaries(), G4DiffuseElastic::SampleThetaLab(), G4NuclNuclDiffuseElastic::SampleThetaLab(), G4GammaTransition::SampleTransition(), G4Fragment::SetExcEnergyAndMomentum(), G4DiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElasticV2::ThetaCMStoThetaLab(), G4NuclNuclDiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElastic::ThetaLabToThetaCMS(), G4DiffuseElasticV2::ThetaLabToThetaCMS(), G4NuclNuclDiffuseElastic::ThetaLabToThetaCMS(), G4ExcitedString::TransformToAlignedCms(), G4FragmentingString::TransformToAlignedCms(), G4ExcitedString::TransformToCenterOfMass(), and G4FragmentingString::TransformToCenterOfMass().
HepLorentzVector & CLHEP::HepLorentzVector::boostX | ( | double | beta | ) |
Definition at line 193 of file LorentzVector.cc.
HepLorentzVector & CLHEP::HepLorentzVector::boostY | ( | double | beta | ) |
Definition at line 208 of file LorentzVector.cc.
HepLorentzVector & CLHEP::HepLorentzVector::boostZ | ( | double | beta | ) |
Definition at line 223 of file LorentzVector.cc.
Referenced by G4BetheHeitler5DModel::SampleSecondaries().
double CLHEP::HepLorentzVector::coLinearRapidity | ( | ) | const |
Definition at line 168 of file LorentzVectorK.cc.
int CLHEP::HepLorentzVector::compare | ( | const HepLorentzVector & | w | ) | const |
Definition at line 25 of file LorentzVectorC.cc.
Referenced by operator<(), operator<=(), operator>(), and operator>=().
|
inline |
|
inline |
double CLHEP::HepLorentzVector::deltaR | ( | const HepLorentzVector & | v | ) | const |
Definition at line 191 of file LorentzVectorC.cc.
|
inline |
|
inline |
Referenced by CLHEP::HepLorentzRotation::set().
|
inline |
Referenced by G4ParticleHPFinalState::adjust_final_state(), G4ANuElNucleusCcModel::ApplyYourself(), G4ANuElNucleusNcModel::ApplyYourself(), G4ANuMuNucleusCcModel::ApplyYourself(), G4ANuMuNucleusNcModel::ApplyYourself(), G4ANuTauNucleusCcModel::ApplyYourself(), G4ANuTauNucleusNcModel::ApplyYourself(), G4BinaryCascade::ApplyYourself(), G4BinaryLightIonReaction::ApplyYourself(), G4ChargeExchange::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), G4LMsdGenerator::ApplyYourself(), G4MuMinusCapturePrecompound::ApplyYourself(), G4MuonMinusBoundDecay::ApplyYourself(), G4NeutrinoElectronNcModel::ApplyYourself(), G4NeutronElectronElModel::ApplyYourself(), G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronRadCapture::ApplyYourself(), G4NuDEXNeutronCaptureModel::ApplyYourself(), G4NuElNucleusCcModel::ApplyYourself(), G4NuElNucleusNcModel::ApplyYourself(), G4NuMuNucleusCcModel::ApplyYourself(), G4NuMuNucleusNcModel::ApplyYourself(), G4NuTauNucleusCcModel::ApplyYourself(), G4NuTauNucleusNcModel::ApplyYourself(), G4ParticleHPElasticFS::ApplyYourself(), G4TheoFSGenerator::ApplyYourself(), G4LorentzConvertor::backToTheLab(), G4Nucleon::Boost(), G4NucleiModel::boundaryTransition(), G4ExcitationHandler::BreakItUp(), G4StatMF::BreakItUp(), G4WilsonAblationModel::BreakItUp(), G4UnstableFragmentBreakUp::BreakUpChain(), G4LightIonQMDMeanField::Cal2BodyQuantities(), G4LightIonQMDMeanField::Cal2BodyQuantities(), G4QMDMeanField::Cal2BodyQuantities(), G4QMDMeanField::Cal2BodyQuantities(), G4LightIonQMDNucleus::CalEnergyAndAngularMomentumInCM(), G4QMDNucleus::CalEnergyAndAngularMomentumInCM(), G4QMDCollision::CalFinalStateOfTheBinaryCollision(), G4LightIonQMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), G4QMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), G4LightIonQMDMeanField::CalGraduate(), G4QMDMeanField::CalGraduate(), G4LightIonQMDCollision::CalKinematicsOfBinaryCollisions(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4HadronicProcess::CheckResult(), G4QuasiElRatios::ChExer(), G4NeutrinoNucleusModel::CoherentPion(), G4CascadeInterface::createBullet(), G4DiffractiveExcitation::CreateStrings(), G4CollisionNN::CrossSection(), G4BetaMinusDecay::DecayIt(), G4BetaPlusDecay::DecayIt(), G4BigBanger::deExcite(), G4EquilibriumEvaporator::deExcite(), G4Fissioner::deExcite(), G4NonEquilibriumEvaporator::deExcite(), delta2Euclidean(), G4QGSParticipants::DeterminePartonMomenta(), G4Fancy3DNucleus::DoLorentzContraction(), G4CascadeCheckBalance::ekin(), G4NeutrinoNucleusModel::FinalBarion(), G4NeutrinoNucleusModel::FinalMomentum(), G4Absorber::FindProducts(), G4ExcitedStringDecay::FragmentStrings(), G4FragmentingString::G4FragmentingString(), G4LorentzConvertor::getKinEnergyInTheTRS(), G4QMDParticipant::GetKineticEnergy(), G4LightIonQMDMeanField::GetSingleEnergy(), G4RKPropagation::GetSphereIntersectionTimes(), G4Scatterer::GetTimeToInteraction(), G4LightIonQMDMeanField::GetTotalEnergy(), HepLorentzVector(), HepLorentzVector(), G4IntraNucleiCascader::initialize(), G4NeutrinoNucleusModel::MesonDecay(), operator()(), G4ReactionProduct::operator=(), G4InuclParticle::print(), G4GeneratorPrecompoundInterface::PropagateNuclNucl(), G4QuasiElRatios::RelDecayIn2(), G4ParticleHPEnAngCorrelation::Sample(), G4AntiNuclElastic::SampleInvariantT(), G4ANuElNucleusCcModel::SampleLVkr(), G4ANuElNucleusNcModel::SampleLVkr(), G4ANuMuNucleusCcModel::SampleLVkr(), G4ANuMuNucleusNcModel::SampleLVkr(), G4ANuTauNucleusCcModel::SampleLVkr(), G4ANuTauNucleusNcModel::SampleLVkr(), G4NuElNucleusCcModel::SampleLVkr(), G4NuElNucleusNcModel::SampleLVkr(), G4NuMuNucleusCcModel::SampleLVkr(), G4NuMuNucleusNcModel::SampleLVkr(), G4NuTauNucleusCcModel::SampleLVkr(), G4NuTauNucleusNcModel::SampleLVkr(), G4eeTo3PiModel::SampleSecondaries(), G4eeToHadronsModel::SampleSecondaries(), G4eSingleCoulombScatteringModel::SampleSecondaries(), G4hCoulombScatteringModel::SampleSecondaries(), G4IonCoulombScatteringModel::SampleSecondaries(), G4RiGeMuPairProductionModel::SampleSecondaries(), G4QuasiElasticChannel::Scatter(), G4QuasiElRatios::Scatter(), G4QGSParticipants::SelectInteractions(), G4CollisionOutput::setOnShell(), G4RKPropagation::Transport(), and G4Absorber::WillBeAbsorbed().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by deltaR(), and setREtaPhi().
|
inline |
|
inline |
Referenced by howParallel(), and isParallel().
|
inline |
Referenced by isParallel().
Hep3Vector CLHEP::HepLorentzVector::findBoostToCM | ( | ) | const |
Definition at line 220 of file LorentzVectorK.cc.
Referenced by G4EMDissociation::ApplyYourself(), G4LightIonQMDReaction::ApplyYourself(), G4ParticleHPElasticFS::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4WilsonAbrasionModel::ApplyYourself(), G4WilsonAblationModel::BreakItUp(), G4LightIonQMDCollision::CalKinematicsOfBinaryCollisions(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4LightTargetCollider::collide(), and G4GeneratorPrecompoundInterface::PropagateNuclNucl().
Hep3Vector CLHEP::HepLorentzVector::findBoostToCM | ( | const HepLorentzVector & | w | ) | const |
Definition at line 224 of file LorentzVectorK.cc.
double CLHEP::HepLorentzVector::gamma | ( | ) | const |
Definition at line 91 of file LorentzVectorK.cc.
Referenced by G4LightIonQMDNucleus::CalEnergyAndAngularMomentumInCM(), and G4QMDNucleus::CalEnergyAndAngularMomentumInCM().
|
static |
Definition at line 32 of file LorentzVectorK.cc.
|
inline |
Referenced by CLHEP::operator/(), and CLHEP::HepLorentzRotation::set().
|
static |
Definition at line 245 of file LorentzVector.cc.
|
inline |
Referenced by G4INCLXXInterface::ApplyYourself(), deltaR(), CLHEP::operator/(), and G4LENDModel::returnUnchanged().
|
inline |
|
inline |
|
inline |
Referenced by G4DiffractiveExcitation::CreateStrings().
double CLHEP::HepLorentzVector::howLightlike | ( | ) | const |
Definition at line 245 of file LorentzVectorC.cc.
double CLHEP::HepLorentzVector::howNear | ( | const HepLorentzVector & | w | ) | const |
Definition at line 63 of file LorentzVectorC.cc.
Referenced by howNearCM().
double CLHEP::HepLorentzVector::howNearCM | ( | const HepLorentzVector & | w | ) | const |
Definition at line 129 of file LorentzVectorC.cc.
double CLHEP::HepLorentzVector::howParallel | ( | const HepLorentzVector & | w | ) | const |
Definition at line 223 of file LorentzVectorC.cc.
|
inline |
double CLHEP::HepLorentzVector::invariantMass | ( | const HepLorentzVector & | w | ) | const |
Definition at line 189 of file LorentzVectorK.cc.
|
inline |
Referenced by invariantMass().
|
inline |
|
inline |
Referenced by invariantMass().
bool CLHEP::HepLorentzVector::isNear | ( | const HepLorentzVector & | w, |
double | epsilon = tolerance ) const |
Definition at line 53 of file LorentzVectorC.cc.
Referenced by isNearCM().
bool CLHEP::HepLorentzVector::isNearCM | ( | const HepLorentzVector & | w, |
double | epsilon = tolerance ) const |
Definition at line 80 of file LorentzVectorC.cc.
bool CLHEP::HepLorentzVector::isParallel | ( | const HepLorentzVector & | w, |
double | epsilon = tolerance ) const |
Definition at line 204 of file LorentzVectorC.cc.
|
inline |
Referenced by invariantMass().
|
inline |
|
inline |
Referenced by G4ANuElNucleusCcModel::ApplyYourself(), G4ANuElNucleusNcModel::ApplyYourself(), G4ANuMuNucleusCcModel::ApplyYourself(), G4ANuMuNucleusNcModel::ApplyYourself(), G4ANuTauNucleusCcModel::ApplyYourself(), G4ANuTauNucleusNcModel::ApplyYourself(), G4BinaryCascade::ApplyYourself(), G4NuElNucleusCcModel::ApplyYourself(), G4NuElNucleusNcModel::ApplyYourself(), G4NuMuNucleusCcModel::ApplyYourself(), G4NuMuNucleusNcModel::ApplyYourself(), G4NuTauNucleusCcModel::ApplyYourself(), G4NuTauNucleusNcModel::ApplyYourself(), G4WilsonAbrasionModel::ApplyYourself(), G4LightIonQMDMeanField::CalGraduate(), G4QMDMeanField::CalGraduate(), G4QuasiElRatios::ChExer(), G4NeutrinoNucleusModel::ClusterDecay(), G4NeutrinoNucleusModel::CoherentPion(), G4CascadeCheckBalance::ekin(), G4NeutrinoNucleusModel::FinalBarion(), G4VAnnihilationCollision::FinalState(), G4VScatteringCollision::FinalState(), G4IntraNucleiCascader::finishCascade(), G4HadDecayGenerator::Generate(), G4LorentzConvertor::getKinEnergyInTheTRS(), G4LightIonQMDMeanField::GetSingleEnergy(), G4LightIonQMDMeanField::GetTotalEnergy(), G4VPreCompoundFragment::Initialize(), G4NeutrinoNucleusModel::MesonDecay(), rest4Vector(), G4eeToHadronsModel::SampleSecondaries(), G4QuasiElRatios::Scatter(), G4InuclParticle::setMomentum(), and G4CollisionOutput::setOnShell().
|
inline |
Referenced by G4ANuElNucleusCcModel::ApplyYourself(), G4ANuElNucleusNcModel::ApplyYourself(), G4ANuMuNucleusCcModel::ApplyYourself(), G4ANuMuNucleusNcModel::ApplyYourself(), G4ANuTauNucleusCcModel::ApplyYourself(), G4ANuTauNucleusNcModel::ApplyYourself(), G4NuElNucleusCcModel::ApplyYourself(), G4NuElNucleusNcModel::ApplyYourself(), G4NuMuNucleusCcModel::ApplyYourself(), G4NuMuNucleusNcModel::ApplyYourself(), G4NuTauNucleusCcModel::ApplyYourself(), G4NuTauNucleusNcModel::ApplyYourself(), G4LightIonQMDMeanField::Cal2BodyQuantities(), G4LightIonQMDMeanField::Cal2BodyQuantities(), G4QMDMeanField::Cal2BodyQuantities(), G4QMDMeanField::Cal2BodyQuantities(), G4QuasiElRatios::ChExer(), G4QuasiElRatios::RelDecayIn2(), and G4QuasiElRatios::Scatter().
|
inline |
Referenced by G4BinaryLightIonReaction::ApplyYourself(), G4MuMinusCapturePrecompound::ApplyYourself(), G4NuDEXNeutronCaptureModel::ApplyYourself(), G4Nucleon::Boost(), G4UnstableFragmentBreakUp::BreakUpChain(), G4DiffractiveExcitation::CreateStrings(), G4DecayKineticTracks::Decay(), G4BetaMinusDecay::DecayIt(), G4BetaPlusDecay::DecayIt(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4LundStringFragmentation::FragmentString(), G4QGSMFragmentation::FragmentString(), G4Scatterer::GetTimeToInteraction(), G4QGSParticipants::PerformDiffractiveCollisions(), G4GeneratorPrecompoundInterface::Propagate(), G4GeneratorPrecompoundInterface::PropagateNuclNucl(), G4eeToTwoGammaModel::SampleSecondaries(), G4eplusTo2or3GammaModel::SampleSecondaries(), G4eplusTo3GammaOKVIModel::SampleSecondaries(), G4GammaTransition::SampleTransition(), G4Scatterer::Scatter(), G4VPartonStringModel::Scatter(), G4QGSDiffractiveExcitation::String(), and G4RKPropagation::Transport().
|
inline |
Referenced by G4FTFAnnihilation::Annihilate(), G4ChargeExchange::ApplyYourself(), G4MuonMinusBoundDecay::ApplyYourself(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4DiffractiveExcitation::ExciteParticipants(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4VElasticCollision::FinalState(), howNear(), isNear(), G4GeneratorPrecompoundInterface::PropagateNuclNucl(), G4RiGeAngularGenerator::Sample5DPairDirections(), G4AntiNuclElastic::SampleInvariantT(), G4RiGeMuPairProductionModel::SampleSecondaries(), and G4KineticTrack::SetTrackingMomentum().
|
inline |
double CLHEP::HepLorentzVector::minus | ( | const Hep3Vector & | ref | ) | const |
Definition at line 52 of file LorentzVectorK.cc.
|
inline |
|
inline |
Referenced by G4DiffractiveExcitation::CreateStrings().
|
inline |
|
inline |
|
inline |
double & CLHEP::HepLorentzVector::operator() | ( | int | i | ) |
double CLHEP::HepLorentzVector::operator() | ( | int | i | ) | const |
Definition at line 22 of file LorentzVector.cc.
|
inline |
HepLorentzVector & CLHEP::HepLorentzVector::operator*= | ( | const HepLorentzRotation & | m1 | ) |
Definition at line 17 of file LorentzVectorL.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
HepLorentzVector & CLHEP::HepLorentzVector::operator/= | ( | double | c | ) |
Definition at line 148 of file LorentzVector.cc.
bool CLHEP::HepLorentzVector::operator< | ( | const HepLorentzVector & | w | ) | const |
Definition at line 38 of file LorentzVectorC.cc.
bool CLHEP::HepLorentzVector::operator<= | ( | const HepLorentzVector & | w | ) | const |
Definition at line 44 of file LorentzVectorC.cc.
|
inline |
|
inline |
|
inlinedefault |
|
inline |
bool CLHEP::HepLorentzVector::operator> | ( | const HepLorentzVector & | w | ) | const |
Definition at line 35 of file LorentzVectorC.cc.
bool CLHEP::HepLorentzVector::operator>= | ( | const HepLorentzVector & | w | ) | const |
Definition at line 41 of file LorentzVectorC.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by G4QGSDiffractiveExcitation::String().
|
inline |
|
inline |
Referenced by G4FTFAnnihilation::Annihilate(), G4BinaryLightIonReaction::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), delta2Euclidean(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4DiffractiveExcitation::ExciteParticipants(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4VElasticCollision::FinalState(), G4VScatteringCollision::FinalState(), G4MesonAbsorption::GetFinalState(), rotationXOf, rotationYOf, rotationZOf, G4ParticleHPEnAngCorrelation::Sample(), G4VPartonStringModel::Scatter(), setREtaPhi(), setRhoPhiZ(), setRThetaPhi(), G4ExcitedString::TransformToAlignedCms(), and G4FragmentingString::TransformToAlignedCms().
|
inline |
double CLHEP::HepLorentzVector::plus | ( | const Hep3Vector & | ref | ) | const |
Definition at line 41 of file LorentzVectorK.cc.
|
inline |
|
inline |
Referenced by G4ParticleHPElasticFS::ApplyYourself(), G4DiffractiveExcitation::CreateStrings(), G4BigBanger::deExcite(), G4EquilibriumEvaporator::deExcite(), G4NonEquilibriumEvaporator::deExcite(), G4Parton::DefineMomentumInZ(), G4Parton::DefineMomentumInZ(), G4InuclParticle::print(), G4eeTo3PiModel::SampleSecondaries(), and G4QGSDiffractiveExcitation::String().
|
inline |
Referenced by G4ParticleHPElasticFS::ApplyYourself(), G4DiffractiveExcitation::CreateStrings(), G4BigBanger::deExcite(), G4EquilibriumEvaporator::deExcite(), G4NonEquilibriumEvaporator::deExcite(), G4Parton::DefineMomentumInZ(), G4Parton::DefineMomentumInZ(), G4InuclParticle::print(), G4eeTo3PiModel::SampleSecondaries(), and G4QGSDiffractiveExcitation::String().
|
inline |
Referenced by G4ParticleHPElasticFS::ApplyYourself(), G4DiffractiveExcitation::CreateStrings(), G4BigBanger::deExcite(), G4EquilibriumEvaporator::deExcite(), G4NonEquilibriumEvaporator::deExcite(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4DiffractiveExcitation::ExciteParticipants(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4QGSMFragmentation::FragmentString(), G4InuclParticle::print(), G4eeTo3PiModel::SampleSecondaries(), G4eSingleCoulombScatteringModel::SampleSecondaries(), G4hCoulombScatteringModel::SampleSecondaries(), and G4IonCoulombScatteringModel::SampleSecondaries().
double CLHEP::HepLorentzVector::rapidity | ( | ) | const |
Definition at line 125 of file LorentzVectorK.cc.
double CLHEP::HepLorentzVector::rapidity | ( | const Hep3Vector & | ref | ) | const |
Definition at line 144 of file LorentzVectorK.cc.
HepLorentzVector CLHEP::HepLorentzVector::rest4Vector | ( | ) | const |
Definition at line 63 of file LorentzVectorK.cc.
|
inline |
|
inline |
Referenced by boostVector(), and howLightlike().
|
inline |
Referenced by G4INCLXXInterface::ApplyYourself(), G4CascadeInterface::createBullet(), G4CascadeCheckBalance::deltaP(), G4CascadeFinalStateAlgorithm::FillDirManyBody(), G4LorentzConvertor::getTRSMomentum(), G4NucleiModel::initializeCascad(), G4InuclParticle::print(), G4QuasiElRatios::RelDecayIn2(), G4CollisionOutput::setOnShell(), and setRhoPhiZ().
HepLorentzVector & CLHEP::HepLorentzVector::rotate | ( | const Hep3Vector & | axis, |
double | delta ) |
Definition at line 20 of file LorentzVectorR.cc.
HepLorentzVector & CLHEP::HepLorentzVector::rotate | ( | const HepAxisAngle & | ax | ) |
Definition at line 26 of file LorentzVectorR.cc.
HepLorentzVector & CLHEP::HepLorentzVector::rotate | ( | const HepEulerAngles & | e | ) |
Definition at line 31 of file LorentzVectorR.cc.
HepLorentzVector & CLHEP::HepLorentzVector::rotate | ( | double | phi, |
double | theta, | ||
double | psi ) |
Definition at line 36 of file LorentzVectorR.cc.
HepLorentzVector & CLHEP::HepLorentzVector::rotate | ( | double | a, |
const Hep3Vector & | v1 ) |
Definition at line 15 of file LorentzVectorR.cc.
Referenced by rotate(), rotate(), rotate(), rotate(), rotate(), rotationOf, rotationOf, rotationOf, and rotationOf.
HepLorentzVector & CLHEP::HepLorentzVector::rotateUz | ( | const Hep3Vector & | v1 | ) |
Definition at line 81 of file LorentzVector.cc.
Referenced by rotateUz(), and G4eeTo3PiModel::SampleSecondaries().
HepLorentzVector & CLHEP::HepLorentzVector::rotateX | ( | double | a | ) |
Definition at line 68 of file LorentzVector.cc.
Referenced by rotateX(), and rotationXOf.
HepLorentzVector & CLHEP::HepLorentzVector::rotateY | ( | double | a | ) |
Definition at line 72 of file LorentzVector.cc.
Referenced by rotateY(), and rotationYOf.
HepLorentzVector & CLHEP::HepLorentzVector::rotateZ | ( | double | a | ) |
Definition at line 76 of file LorentzVector.cc.
Referenced by rotateZ(), and rotationZOf.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by G4ChargeExchange::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), G4WilsonAbrasionModel::ApplyYourself(), G4StatMF::BreakItUp(), G4WilsonAblationModel::BreakItUp(), G4DiffractiveExcitation::CreateStrings(), G4CollisionNN::CrossSection(), G4FermiPhaseSpaceDecay::Decay(), G4Parton::DefineMomentumInZ(), G4Parton::DefineMomentumInZ(), G4QGSParticipants::DeterminePartonMomenta(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4ExcitedStringDecay::FragmentStrings(), G4NucleiModel::initializeCascad(), G4GeneratorPrecompoundInterface::Propagate(), G4GeneratorPrecompoundInterface::PropagateNuclNucl(), G4QuasiElRatios::RelDecayIn2(), G4AntiNuclElastic::SampleInvariantT(), G4QuasiElasticChannel::Scatter(), and G4QGSDiffractiveExcitation::String().
|
static |
Definition at line 22 of file LorentzVectorK.cc.
Referenced by CLHEP::HepLorentzRotation::set().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by G4DiffractiveExcitation::CreateStrings(), G4Parton::DefineMomentumInZ(), G4Parton::DefineMomentumInZ(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4AntiNuclElastic::SampleInvariantT(), and G4QGSDiffractiveExcitation::String().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by G4BinaryLightIonReaction::ApplyYourself(), boost(), and CLHEP::operator>>().
|
inline |
|
static |
Definition at line 238 of file LorentzVector.cc.
|
inline |
|
inline |
|
inline |
Referenced by G4BinaryLightIonReaction::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), G4ParticleHPElasticFS::ApplyYourself(), G4NucleiModel::boundaryTransition(), G4StatMF::BreakItUp(), G4FermiPhaseSpaceDecay::Decay(), G4NucleiModel::initializeCascad(), G4QuasiElRatios::RelDecayIn2(), G4LorentzConvertor::rotate(), and G4LorentzConvertor::rotate().
|
inline |
Referenced by G4Fissioner::deExcite(), G4CascadeFinalStateAlgorithm::FillUsingKopylov(), G4HadPhaseSpaceKopylov::GenerateMultiBody(), G4InuclSpecialFunctions::generateWithFixedTheta(), G4InuclSpecialFunctions::generateWithRandomAngles(), G4CascadeDeexciteBase::makeFragment(), G4CascadeRecoilMaker::makeRecoilFragment(), and G4CollisionOutput::setOnShell().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by boost(), G4CollisionOutput::boostToLabFrame(), G4InuclCollider::collide(), G4DiffractiveExcitation::CreateStrings(), CLHEP::operator>>(), G4eSingleCoulombScatteringModel::SampleSecondaries(), G4hCoulombScatteringModel::SampleSecondaries(), and G4IonCoulombScatteringModel::SampleSecondaries().
|
inline |
Referenced by G4BinaryLightIonReaction::ApplyYourself(), boost(), CLHEP::HepLorentzRotation::boostX(), CLHEP::HepLorentzRotation::boostY(), CLHEP::HepLorentzRotation::boostZ(), G4MesonAbsorption::GetFinalState(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), CLHEP::operator<<(), G4Fragment::operator<<, G4DecayStrongResonances::Propagate(), rest4Vector(), CLHEP::HepLorentzRotation::rotateX(), CLHEP::HepLorentzRotation::rotateY(), CLHEP::HepLorentzRotation::rotateZ(), G4BetheHeitler5DModel::SampleSecondaries(), G4RiGeMuPairProductionModel::SampleSecondaries(), G4Scatterer::Scatter(), CLHEP::HepLorentzRotation::set(), set(), set(), set(), set(), set(), set(), set(), and G4DynamicParticle::Set4Momentum().
|
inline |
Referenced by G4FTFAnnihilation::Annihilate(), G4BinaryLightIonReaction::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), delta2Euclidean(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4DiffractiveExcitation::ExciteParticipants(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4VElasticCollision::FinalState(), G4VScatteringCollision::FinalState(), G4MesonAbsorption::GetFinalState(), G4ParticleHPEnAngCorrelation::Sample(), G4VPartonStringModel::Scatter(), setRThetaPhi(), G4ExcitedString::TransformToAlignedCms(), and G4FragmentingString::TransformToAlignedCms().
HepLorentzVector & CLHEP::HepLorentzVector::transform | ( | const HepLorentzRotation & | m1 | ) |
Definition at line 22 of file LorentzVectorL.cc.
|
inline |
Referenced by G4DiffractiveExcitation::CreateStrings(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4ExcitedStringDecay::FragmentStrings(), and G4BetheHeitler5DModel::SampleSecondaries().
|
inline |
Referenced by G4ParticleHPFinalState::adjust_final_state(), G4LightIonQMDNucleus::CalEnergyAndAngularMomentumInCM(), G4QMDNucleus::CalEnergyAndAngularMomentumInCM(), G4LightIonQMDCollision::CalFinalStateOfTheBinaryCollision(), G4QMDCollision::CalFinalStateOfTheBinaryCollision(), G4LightIonQMDMeanField::CalGraduate(), G4QMDMeanField::CalGraduate(), HepLorentzVector(), operator=(), set(), set(), set(), and setRhoPhiZ().
|
inline |
Referenced by G4ANuElNucleusCcModel::ApplyYourself(), G4ANuElNucleusNcModel::ApplyYourself(), G4ANuMuNucleusCcModel::ApplyYourself(), G4ANuMuNucleusNcModel::ApplyYourself(), G4ANuTauNucleusCcModel::ApplyYourself(), G4ANuTauNucleusNcModel::ApplyYourself(), G4BinaryCascade::ApplyYourself(), G4BinaryLightIonReaction::ApplyYourself(), G4ElectroVDNuclearModel::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4FissionLibrary::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), G4LEHadronProtonElastic::ApplyYourself(), G4LENDElastic::ApplyYourself(), G4LENDInelastic::ApplyYourself(), G4LENDModel::ApplyYourself(), G4LEnp::ApplyYourself(), G4LEpp::ApplyYourself(), G4LFission::ApplyYourself(), G4LMsdGenerator::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), G4MuMinusCapturePrecompound::ApplyYourself(), G4MuonMinusBoundDecay::ApplyYourself(), G4MuonVDNuclearModel::ApplyYourself(), G4NeutrinoElectronCcModel::ApplyYourself(), G4NeutrinoElectronNcModel::ApplyYourself(), G4NeutronElectronElModel::ApplyYourself(), G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronRadCapture::ApplyYourself(), G4NuDEXNeutronCaptureModel::ApplyYourself(), G4NuElNucleusCcModel::ApplyYourself(), G4NuElNucleusNcModel::ApplyYourself(), G4NuMuNucleusCcModel::ApplyYourself(), G4NuMuNucleusNcModel::ApplyYourself(), G4NuTauNucleusCcModel::ApplyYourself(), G4NuTauNucleusNcModel::ApplyYourself(), G4ParticleHPChannelList::ApplyYourself(), G4ParticleHPChannelList::ApplyYourself(), G4ParticleHPElasticFS::ApplyYourself(), G4ParticleHPFissionFS::ApplyYourself(), G4TheoFSGenerator::ApplyYourself(), G4WilsonAbrasionModel::ApplyYourself(), G4ParticleHPInelasticBaseFS::BaseApply(), G4Nucleon::Boost(), G4NucleiModel::boundaryTransition(), G4ExcitationHandler::BreakItUp(), G4InuclEvaporation::BreakItUp(), G4UnstableFragmentBreakUp::BreakUpChain(), G4LightIonQMDCollision::CalKinematicsOfBinaryCollisions(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4NucleiModel::choosePointAlongTraj(), G4NeutrinoNucleusModel::CoherentPion(), G4ParticleHPInelasticCompFS::CompositeApply(), G4DiffractiveExcitation::CreateStrings(), G4BetaMinusDecay::DecayIt(), G4BetaPlusDecay::DecayIt(), G4IntraNucleiCascader::decayTrappedParticle(), G4Fissioner::deExcite(), G4Fancy3DNucleus::DoLorentzContraction(), G4ElasticHNScattering::ElasticScattering(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4QuarkExchange::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4NeutrinoNucleusModel::FinalBarion(), G4NeutrinoNucleusModel::FinalMomentum(), G4ExcitedStringDecay::FragmentStrings(), G4FragmentingString::G4FragmentingString(), G4FragmentingString::G4FragmentingString(), G4NucleiModel::generateInteractionPartners(), G4DiffuseElastic::GetInvCoulombElasticXsc(), G4NuclNuclDiffuseElastic::GetInvCoulombElasticXsc(), G4DiffuseElastic::GetInvElasticSumXsc(), G4NuclNuclDiffuseElastic::GetInvElasticSumXsc(), G4DiffuseElastic::GetInvElasticXsc(), G4NuclNuclDiffuseElastic::GetInvElasticXsc(), G4CascadParticle::getPathToTheNextZone(), G4RKPropagation::GetSphereIntersectionTimes(), G4ParticleHPThermalBoost::GetThermalEnergy(), G4Scatterer::GetTimeToInteraction(), G4NucleiModel::initializeCascad(), G4CascadeInterface::makeDynamicParticle(), G4CascadeDeexciteBase::makeFragment(), G4ReactionProduct::operator=(), G4RiGeAngularGenerator::pDP2(), G4CascadeHistory::PrintEntry(), G4DecayStrongResonances::Propagate(), G4GeneratorPrecompoundInterface::Propagate(), G4CascadParticle::propagateAlongThePath(), G4GeneratorPrecompoundInterface::PropagateNuclNucl(), G4QuasiElRatios::RelDecayIn2(), G4LorentzConvertor::rotate(), G4ParticleHPEnAngCorrelation::Sample(), G4RiGeAngularGenerator::Sample5DPairDirections(), G4AntiNuclElastic::SampleInvariantT(), G4DiffuseElastic::SampleInvariantT(), G4DiffuseElasticV2::SampleInvariantT(), G4NuclNuclDiffuseElastic::SampleInvariantT(), G4BetheHeitler5DModel::SampleSecondaries(), G4eeToTwoGammaModel::SampleSecondaries(), G4eplusTo2or3GammaModel::SampleSecondaries(), G4eplusTo3GammaOKVIModel::SampleSecondaries(), G4eSingleCoulombScatteringModel::SampleSecondaries(), G4hCoulombScatteringModel::SampleSecondaries(), G4IonCoulombScatteringModel::SampleSecondaries(), G4RiGeMuPairProductionModel::SampleSecondaries(), G4AntiNuclElastic::SampleThetaLab(), G4DiffuseElastic::SampleThetaLab(), G4NuclNuclDiffuseElastic::SampleThetaLab(), G4QuasiElasticChannel::Scatter(), G4Scatterer::Scatter(), G4DynamicParticle::Set4Momentum(), G4LorentzConvertor::setBullet(), G4InuclParticle::setMomentum(), G4CollisionOutput::setOnShell(), G4FragmentingString::SetPleft(), G4FragmentingString::SetPright(), G4LorentzConvertor::setTarget(), G4DiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElasticV2::ThetaCMStoThetaLab(), G4NuclNuclDiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElastic::ThetaLabToThetaCMS(), G4DiffuseElasticV2::ThetaLabToThetaCMS(), G4NuclNuclDiffuseElastic::ThetaLabToThetaCMS(), and G4RKPropagation::Transport().
|
inline |
Referenced by G4LEHadronProtonElastic::ApplyYourself(), G4LEnp::ApplyYourself(), G4LEpp::ApplyYourself(), G4LorentzConvertor::backToTheLab(), boost(), CLHEP::HepLorentzRotation::boostX(), CLHEP::HepLorentzRotation::boostY(), CLHEP::HepLorentzRotation::boostZ(), G4AblaInterface::DeExcite(), G4BigBanger::deExcite(), G4QGSDiffractiveExcitation::ExciteParticipants(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), G4IntraNucleiCascader::initialize(), CLHEP::operator<<(), G4Fragment::operator<<, G4LorentzConvertor::rotate(), G4LorentzConvertor::rotate(), CLHEP::HepLorentzRotation::rotateX(), CLHEP::HepLorentzRotation::rotateY(), CLHEP::HepLorentzRotation::rotateZ(), G4BetheHeitler5DModel::SampleSecondaries(), G4eeTo3PiModel::SampleSecondaries(), CLHEP::HepLorentzRotation::set(), set(), set(), set(), G4CollisionOutput::setOnShell(), and setV().
|
inline |
Referenced by G4LEHadronProtonElastic::ApplyYourself(), G4LEnp::ApplyYourself(), G4LEpp::ApplyYourself(), G4LorentzConvertor::backToTheLab(), boost(), CLHEP::HepLorentzRotation::boostX(), CLHEP::HepLorentzRotation::boostY(), CLHEP::HepLorentzRotation::boostZ(), G4AblaInterface::DeExcite(), G4BigBanger::deExcite(), G4QGSDiffractiveExcitation::ExciteParticipants(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), G4IntraNucleiCascader::initialize(), CLHEP::operator<<(), G4Fragment::operator<<, G4LorentzConvertor::rotate(), G4LorentzConvertor::rotate(), CLHEP::HepLorentzRotation::rotateX(), CLHEP::HepLorentzRotation::rotateY(), CLHEP::HepLorentzRotation::rotateZ(), G4BetheHeitler5DModel::SampleSecondaries(), G4eeTo3PiModel::SampleSecondaries(), CLHEP::HepLorentzRotation::set(), set(), set(), set(), G4CollisionOutput::setOnShell(), and setV().
|
inline |
Referenced by G4LEHadronProtonElastic::ApplyYourself(), G4LEnp::ApplyYourself(), G4LEpp::ApplyYourself(), G4LorentzConvertor::backToTheLab(), boost(), G4CollisionOutput::boostToLabFrame(), CLHEP::HepLorentzRotation::boostX(), CLHEP::HepLorentzRotation::boostY(), CLHEP::HepLorentzRotation::boostZ(), G4AblaInterface::DeExcite(), G4BigBanger::deExcite(), G4QGSParticipants::DeterminePartonMomenta(), G4ElasticHNScattering::ElasticScattering(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4Scatterer::GetTimeToInteraction(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), HepLorentzVector(), G4IntraNucleiCascader::initialize(), G4NucleiModel::initializeCascad(), CLHEP::operator<<(), G4Fragment::operator<<, G4LorentzConvertor::rotate(), G4LorentzConvertor::rotate(), CLHEP::HepLorentzRotation::rotateX(), CLHEP::HepLorentzRotation::rotateY(), CLHEP::HepLorentzRotation::rotateZ(), G4BetheHeitler5DModel::SampleSecondaries(), G4eeTo3PiModel::SampleSecondaries(), CLHEP::HepLorentzRotation::set(), set(), set(), set(), G4CollisionOutput::setOnShell(), G4CRCoalescence::SetP0Coalescence(), setRhoPhiZ(), and setV().
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
Definition at line 43 of file LorentzVectorR.cc.
|
friend |
Definition at line 50 of file LorentzVectorR.cc.
|
friend |
Definition at line 56 of file LorentzVectorR.cc.
|
friend |
Definition at line 62 of file LorentzVectorR.cc.
|
friend |
Definition at line 25 of file LorentzVectorB.cc.
|
friend |
Definition at line 31 of file LorentzVectorB.cc.
|
friend |
Definition at line 37 of file LorentzVectorB.cc.