ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ds Namespace Reference

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)
 

Variable Documentation

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::rand3
Initial value:
= bdata::random(
(bdata::seed = 1717,
bdata::distribution = std::uniform_real_distribution<>(-1., 1.)))

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

auto ds::threeRandom = (rand1 ^ rand2 ^ rand2)

Definition at line 44 of file PropagationTestBase.hpp.

View newest version in sPHENIX GitHub at line 44 of file PropagationTestBase.hpp

auto ds::trackParameters = (pT * phi * theta * charge)

Definition at line 31 of file PropagationTestBase.hpp.

View newest version in sPHENIX GitHub at line 31 of file PropagationTestBase.hpp