ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::IntegrationTest::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 Acts::IntegrationTest::ds::charge = bdata::make({1_e, -1_e})

Definition at line 30 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::phi = bdata::xrange(-180_degree, 180_degree, 30_degree)

Definition at line 28 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::propagationFraction = bdata::xrange(0.0, 1.0, 0.25)

Definition at line 33 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 33 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::propagationLimit = bdata::xrange(10_cm, 1_m, 10_cm)

Definition at line 34 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 34 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::pT = bdata::xrange(0.5_GeV, 10_GeV, 500_MeV)

Definition at line 27 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::rand1
Initial value:
= bdata::random(
(bdata::seed = 1515,
bdata::distribution = std::uniform_real_distribution<>(-1., 1.)))

Definition at line 36 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::rand2
Initial value:
= bdata::random(
(bdata::seed = 1616,
bdata::distribution = std::uniform_real_distribution<>(-1., 1.)))

Definition at line 39 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 39 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::rand3
Initial value:
= bdata::random(
(bdata::seed = 1717,
bdata::distribution = std::uniform_real_distribution<>(-1., 1.)))

Definition at line 42 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 42 of file PropagationTests.cpp

auto Acts::IntegrationTest::ds::theta = bdata::xrange(15_degree, 90_degree, 15_degree)

Definition at line 29 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file PropagationTests.cpp

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

Definition at line 45 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 45 of file PropagationTests.cpp

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

Definition at line 32 of file PropagationTests.cpp.

View newest version in sPHENIX GitHub at line 32 of file PropagationTests.cpp