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 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 |
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 |
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 |
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
Definition at line 45 of file PropagationTests.cpp.
View newest version in sPHENIX GitHub at line 45 of file PropagationTests.cpp
Definition at line 32 of file PropagationTests.cpp.
View newest version in sPHENIX GitHub at line 32 of file PropagationTests.cpp