|
ACTS
Experiment-independent tracking
|
Single x/x0 range with its data and transformation flag. More...
#include <Acts/TrackFitting/BetheHeitlerApprox.hpp>
Public Member Functions | |
| RangeData (double l, double h, Data d, bool t) | |
| Construct from explicit lower and upper bounds. | |
| RangeData (Range1D< double > r, Data d, bool t) | |
| Construct from an existing range object. | |
Public Attributes | |
| Data | data |
| Polynomial data for all mixture components in this range. | |
| Range1D< double > | range |
| The x/x0 range covered by this data. | |
| bool | transform = false |
| Whether a log transformation is applied before evaluating polynomials. | |
Single x/x0 range with its data and transformation flag.
Construct from an existing range object.
| r | The x/x0 range |
| d | Component polynomial data |
| t | Whether to apply a log transformation |
| Acts::PolynomialBetheHeitlerApprox::RangeData::RangeData | ( | double | l, |
| double | h, | ||
| Data | d, | ||
| bool | t ) |
Construct from explicit lower and upper bounds.
| l | Lower bound of the x/x0 range |
| h | Upper bound of the x/x0 range |
| d | Component polynomial data |
| t | Whether to apply a log transformation |