Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
ActsFatras::Particle | makeParticle (Acts::PdgParticle pdg, double phi, double lambda, double p) |
ActsFatras::Particle | makeParticle (Acts::PdgParticle pdg, double z, double eta) |
Variables | |
const auto | particlePdg |
const auto | momentumPhi = data::xrange(0_degree, 360_degree, 60_degree) |
const auto | momentumLambda = data::xrange(-45_degree, 45_degree, 15_degree) |
const auto | momentumAbs = data::xrange(500_MeV, 10_GeV, 500_MeV) |
const auto | rngSeed |
const auto | parameters |
const auto | parametersPhotonConversion = momentumPhi * momentumLambda ^ rngSeed |
const auto | centralElectron |
const auto | centralPositron |
const auto | centralMuon = makeParticle(Acts::PdgParticle::eMuon, 0_mm, 0.0) |
const auto | centralAntiMuon |
const auto | backwardPion |
const auto | centralPion = makeParticle(Acts::PdgParticle::ePionMinus, 0_mm, 0.0) |
const auto | forwardPion |
const auto | centralNeutron |
ActsFatras::Particle Dataset::makeParticle | ( | Acts::PdgParticle | pdg, |
double | z, | ||
double | eta | ||
) |
Definition at line 21 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 21 of file Dataset.hpp
References ActsFatras::Particle::setAbsoluteMomentum(), ActsFatras::Particle::setDirection(), ActsFatras::Barcode::setParticle(), ActsFatras::Particle::setPosition4(), and ActsFatras::Barcode::setVertexPrimary().
|
inline |
Definition at line 50 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 50 of file Dataset.hpp
References ActsFatras::Particle::setAbsoluteMomentum(), ActsFatras::Particle::setDirection(), ActsFatras::Barcode::setParticle(), ActsFatras::Particle::setPosition4(), and ActsFatras::Barcode::setVertexPrimary().
Referenced by BOOST_DATA_TEST_CASE().
const auto Dataset::backwardPion |
Definition at line 36 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 36 of file Dataset.hpp
Referenced by BOOST_AUTO_TEST_CASE().
const auto Dataset::centralAntiMuon |
Definition at line 34 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 34 of file Dataset.hpp
const auto Dataset::centralElectron |
Definition at line 29 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 29 of file Dataset.hpp
Referenced by BOOST_AUTO_TEST_CASE().
const auto Dataset::centralMuon = makeParticle(Acts::PdgParticle::eMuon, 0_mm, 0.0) |
Definition at line 33 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 33 of file Dataset.hpp
const auto Dataset::centralNeutron |
Definition at line 41 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 41 of file Dataset.hpp
Referenced by BOOST_AUTO_TEST_CASE().
const auto Dataset::centralPion = makeParticle(Acts::PdgParticle::ePionMinus, 0_mm, 0.0) |
Definition at line 38 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 38 of file Dataset.hpp
Referenced by BOOST_AUTO_TEST_CASE().
const auto Dataset::centralPositron |
Definition at line 31 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 31 of file Dataset.hpp
Referenced by BOOST_AUTO_TEST_CASE().
const auto Dataset::forwardPion |
Definition at line 39 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 39 of file Dataset.hpp
Referenced by BOOST_AUTO_TEST_CASE().
const auto Dataset::momentumAbs = data::xrange(500_MeV, 10_GeV, 500_MeV) |
Definition at line 37 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 37 of file Dataset.hpp
const auto Dataset::momentumLambda = data::xrange(-45_degree, 45_degree, 15_degree) |
Definition at line 36 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 36 of file Dataset.hpp
const auto Dataset::momentumPhi = data::xrange(0_degree, 360_degree, 60_degree) |
Definition at line 35 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 35 of file Dataset.hpp
const auto Dataset::parameters |
Definition at line 44 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 44 of file Dataset.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::AtlasStepper::boundState(), Acts::Test::PropagatorState::Stepper::curvilinearState(), Acts::AtlasStepper::curvilinearState(), ActsExamples::TracksToTrajectories::execute(), ActsExamples::TrackModifier::execute(), ActsExamples::ParticleSmearing::execute(), ActsExamples::PrototracksToParameters::execute(), Acts::CombinatorialKalmanFilter< propagator_t, traj_t >::findTracks(), FreestreamMilneWrapper::InitializePreequilibrium(), Acts::Test::MeasurementsCreator::operator()(), Acts::Material::parameters(), ActsExamples::Options::readParametrisations(), ActsFatras::NuclearInteraction::sampleInvariantMasses(), ActsFatras::NuclearInteraction::sampleMomenta(), FitterTester::test_ZeroFieldShuffled(), ActsEvaluator::visitTrackStates(), ActsExamples::EDM4hepUtil::writeMeasurement(), ActsExamples::CsvMeasurementWriter::writeT(), ActsExamples::CsvPlanarClusterWriter::writeT(), ActsExamples::RootPlanarClusterWriter::writeT(), and ActsExamples::RootTrajectoryStatesWriter::writeT().
const auto Dataset::parametersPhotonConversion = momentumPhi * momentumLambda ^ rngSeed |
Definition at line 47 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 47 of file Dataset.hpp
const auto Dataset::particlePdg |
Definition at line 27 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 27 of file Dataset.hpp
const auto Dataset::rngSeed |
Definition at line 40 of file Dataset.hpp.
View newest version in sPHENIX GitHub at line 40 of file Dataset.hpp