15 |
|
|
16 |
/*! @brief The rigidity vs threshold rigidity histogram filling. |
/*! @brief The rigidity vs threshold rigidity histogram filling. |
17 |
* |
* |
18 |
* This class builds a 2D histogram binned in event rigidity modulus (Y axis) |
* This class builds a 2D histogram binned in event rigidity (with sign) (Y axis) |
19 |
* and threshold rigidity (X axis). Each 2D bin will contain the number of events whose |
* and threshold rigidity (X axis). Each 2D bin will contain the number of events whose |
20 |
* event rigidity modulus and threshold rigidity (eg., Stoermer cutoff rigidity times a |
* event rigidity (with sign) and threshold rigidity (eg., Stoermer cutoff rigidity times a |
21 |
* threshold coefficient) lie in that bin. Note that the meaning of this threshold coefficient |
* threshold coefficient) lie in that bin. Note that the meaning of this threshold coefficient |
22 |
* is the same as in TrkRigGeoCut, so it must have the same value used for TrkRigGeoCut |
* is the same as in TrkRigGeoCut, so it must have the same value used for TrkRigGeoCut |
23 |
* (consider using TrkRigGeoCut::GetThresholdCoeff() to retrieve its value). |
* (consider using TrkRigGeoCut::GetThresholdCoeff() to retrieve its value). |