Analysis Software
Documentation for sPHENIX simulation software
|
Generate ranom numbers within disc ring. More...
#include <acts/blob/sPHENIX/Tests/UnitTests/Fatras/Digitization/BoundRandomValues.hpp>
Public Member Functions | |
DiscRandom (double rmin_, double rmax_, double phimin_, double phimax_) | |
Acts::Vector2 | operator() (double r0, double r1) const |
Public Attributes | |
double | rmin |
double | rmax |
double | phimin |
double | phimax |
Generate ranom numbers within disc ring.
Definition at line 74 of file BoundRandomValues.hpp.
View newest version in sPHENIX GitHub at line 74 of file BoundRandomValues.hpp
|
inline |
Constructor for RadiablBounds : DiscBounds
rmin_ | the minimum r of the disc |
rmax_ | the maximum r of the disc |
phimin_ | the minimum phi value of the disc |
phimax_ | the maximum phi value of the disc |
Definition at line 86 of file BoundRandomValues.hpp.
View newest version in sPHENIX GitHub at line 86 of file BoundRandomValues.hpp
|
inline |
Given two random numbers
r0 | and |
r1 | generate a x/y position inside the Disc |
Definition at line 93 of file BoundRandomValues.hpp.
View newest version in sPHENIX GitHub at line 93 of file BoundRandomValues.hpp
References ActsTests::PropagationDatasets::phi, phimax, phimin, physmon_track_finding_ttbar::r, rmax, and rmin.
double ActsFatras::DiscRandom::phimax |
Definition at line 78 of file BoundRandomValues.hpp.
View newest version in sPHENIX GitHub at line 78 of file BoundRandomValues.hpp
Referenced by operator()().
double ActsFatras::DiscRandom::phimin |
Definition at line 77 of file BoundRandomValues.hpp.
View newest version in sPHENIX GitHub at line 77 of file BoundRandomValues.hpp
Referenced by operator()().
double ActsFatras::DiscRandom::rmax |
Definition at line 76 of file BoundRandomValues.hpp.
View newest version in sPHENIX GitHub at line 76 of file BoundRandomValues.hpp
Referenced by operator()().
double ActsFatras::DiscRandom::rmin |
Definition at line 75 of file BoundRandomValues.hpp.
View newest version in sPHENIX GitHub at line 75 of file BoundRandomValues.hpp
Referenced by operator()().