EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsTests::PropagationDatasets Namespace Reference

Variables

const auto phi = bdata::xrange(-180_degree, 181_degree, 45_degree)
 
const auto phiWithoutAmbiguity
 
const auto thetaCentral = bdata::make({45_degree, 90_degree, 135_degree})
 
const auto thetaForwardBackward
 
const auto thetaBeam = bdata::make({0_degree, 180_degree})
 
const auto thetaWithoutBeam = thetaCentral + thetaForwardBackward
 
const auto theta = thetaCentral + thetaForwardBackward + thetaBeam
 
const auto absMomentum = bdata::make({0.5_GeV, 1_GeV, 10_GeV, 100_GeV})
 
const auto chargeNonZero = bdata::make({1_e, -1_e})
 
const auto propagationFraction = bdata::make({0.125, 0.2, 0.4})
 
const auto pathLength = bdata::make({1_cm, 10_cm})
 
const auto magneticField = bdata::make({0.5_T, 2_T, 4_T})
 

Variable Documentation

const auto ActsTests::PropagationDatasets::absMomentum = bdata::make({0.5_GeV, 1_GeV, 10_GeV, 100_GeV})

Definition at line 36 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 36 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::chargeNonZero = bdata::make({1_e, -1_e})

Definition at line 37 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 37 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::magneticField = bdata::make({0.5_T, 2_T, 4_T})

Definition at line 46 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 46 of file PropagationDatasets.hpp

Referenced by main(), and ActsExamples::setupSimulation().

const auto ActsTests::PropagationDatasets::phi = bdata::xrange(-180_degree, 181_degree, 45_degree)

Definition at line 22 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 22 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::phiWithoutAmbiguity
Initial value:
=
bdata::xrange(-135_degree, 136_degree, 45_degree)

Definition at line 24 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 24 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::propagationFraction = bdata::make({0.125, 0.2, 0.4})

Definition at line 40 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 40 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::theta = thetaCentral + thetaForwardBackward + thetaBeam

Definition at line 33 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 33 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::thetaBeam = bdata::make({0_degree, 180_degree})

Definition at line 31 of file PropagationDatasets.hpp.

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

const auto ActsTests::PropagationDatasets::thetaCentral = bdata::make({45_degree, 90_degree, 135_degree})

Definition at line 27 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 27 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::thetaForwardBackward
Initial value:
= bdata::make(
{2_degree, 10_degree, 30_degree, 150_degree, 170_degree, 178_degree})

Definition at line 29 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 29 of file PropagationDatasets.hpp

const auto ActsTests::PropagationDatasets::thetaWithoutBeam = thetaCentral + thetaForwardBackward

Definition at line 32 of file PropagationDatasets.hpp.

View newest version in sPHENIX GitHub at line 32 of file PropagationDatasets.hpp