ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Variables | |
auto | pT = bdata::xrange(0.5_GeV, 10_GeV, 500_MeV) |
auto | phi = bdata::xrange(-180_degree, 180_degree, 30_degree) |
auto | theta = bdata::xrange(15_degree, 90_degree, 15_degree) |
auto | charge = bdata::make({1_e, -1_e}) |
auto | trackParameters = (pT * phi * theta * charge) |
auto | propagationFraction = bdata::xrange(0.0, 1.0, 0.25) |
auto | propagationLimit = bdata::xrange(10_cm, 1_m, 10_cm) |
auto | rand1 |
auto | rand2 |
auto | rand3 |
auto | threeRandom = (rand1 ^ rand2 ^ rand2) |
auto ds::charge = bdata::make({1_e, -1_e}) |
Definition at line 29 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 29 of file PropagationTestBase.hpp
auto ds::phi = bdata::xrange(-180_degree, 180_degree, 30_degree) |
Definition at line 27 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 27 of file PropagationTestBase.hpp
auto ds::propagationFraction = bdata::xrange(0.0, 1.0, 0.25) |
Definition at line 32 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 32 of file PropagationTestBase.hpp
auto ds::propagationLimit = bdata::xrange(10_cm, 1_m, 10_cm) |
Definition at line 33 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 33 of file PropagationTestBase.hpp
auto ds::pT = bdata::xrange(0.5_GeV, 10_GeV, 500_MeV) |
Definition at line 26 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 26 of file PropagationTestBase.hpp
Referenced by BOOST_DATA_TEST_CASE(), Acts::IntegrationTest::BOOST_DATA_TEST_CASE(), Acts::Test::BOOST_DATA_TEST_CASE(), HelixKalman::calculate_dApdp(), HelixKalmanFilter::calculate_dApdp(), PHInitZVertexing::export_output(), PHPatternReco::export_output(), PHHoughSeeding::export_output(), flowAfterburner(), G4TripathiLightCrossSection::GetElementCrossSection(), EICG4dRICHMirror::setOpticalParams(), and EICG4dRICHPhotosensor::setOpticalParams().
auto ds::rand1 |
Definition at line 35 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 35 of file PropagationTestBase.hpp
Referenced by BOOST_DATA_TEST_CASE(), G4RPGInelastic::CalculateMomenta(), Acts::IntegrationTest::covariance_bound(), G4fissionEvent::G4SmpWatt(), G4LivermorePolarizedComptonModel::GetRandomPolarization(), G4LivermorePolarizedGammaConversionModel::GetRandomPolarization(), G4LivermorePolarizedPhotoElectricGDModel::GetRandomPolarization(), G4LowEnergyPolarizedCompton::GetRandomPolarization(), G4LowEPPolarizedComptonModel::GetRandomPolarization(), MCGIDI_energy_sampleWatt(), G4PhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), G4RDPhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), G4PhotoElectricAngularGeneratorPolarized::PhotoElectronRotationMatrix(), G4RDPhotoElectricAngularGeneratorPolarized::PhotoElectronRotationMatrix(), G4LivermorePolarizedPhotoElectricGDModel::SetCosTheta(), G4LivermorePolarizedComptonModel::SetNewPolarization(), G4LowEnergyPolarizedCompton::SetNewPolarization(), G4LowEPPolarizedComptonModel::SetNewPolarization(), G4LivermorePolarizedComptonModel::SetPhi(), G4LowEnergyPolarizedCompton::SetPhi(), G4LowEPPolarizedComptonModel::SetPhi(), G4GoudsmitSaundersonTable::SingleScattering(), and Acts::IntegrationTest::to_surface().
auto ds::rand2 |
Definition at line 38 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 38 of file PropagationTestBase.hpp
Referenced by BOOST_DATA_TEST_CASE(), G4RPGInelastic::CalculateMomenta(), Acts::IntegrationTest::covariance_bound(), G4fissionEvent::G4SmpWatt(), MCGIDI_energy_sampleWatt(), G4PhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), G4RDPhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), G4LivermorePolarizedPhotoElectricGDModel::SetCosTheta(), G4LivermorePolarizedComptonModel::SetNewPolarization(), G4LowEnergyPolarizedCompton::SetNewPolarization(), G4LowEPPolarizedComptonModel::SetNewPolarization(), G4LivermorePolarizedComptonModel::SetPhi(), G4LowEnergyPolarizedCompton::SetPhi(), G4LowEPPolarizedComptonModel::SetPhi(), and Acts::IntegrationTest::to_surface().
auto ds::rand3 |
Definition at line 41 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 41 of file PropagationTestBase.hpp
Referenced by BOOST_DATA_TEST_CASE(), Acts::IntegrationTest::covariance_bound(), G4PhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), G4RDPhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), and Acts::IntegrationTest::to_surface().
auto ds::theta = bdata::xrange(15_degree, 90_degree, 15_degree) |
Definition at line 28 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 28 of file PropagationTestBase.hpp
Definition at line 44 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 44 of file PropagationTestBase.hpp
Definition at line 31 of file PropagationTestBase.hpp.
View newest version in sPHENIX GitHub at line 31 of file PropagationTestBase.hpp