|
CbmRoot
|
Specific configuration for the CA input QA task. More...
#include <CbmCaInputQaBase.h>
Classes | |
| struct | McTrackCuts |
Public Member Functions | |
| CBM_YAML_PROPERTIES (Property(&Config::fMcTrackCuts, "McTrackCuts", "MC track cuts"), Property(&Config::fPullMeanThrsh, "PullMeanThrsh", "Pull mean threshold"), Property(&Config::fPullWidthThrsh, "PullWidthThrsh", "Pull width threshold"), Property(&Config::fEffThrsh, "EffThrsh", "Efficiency threshold"), Property(&Config::fMaxDiffZStHit, "MaxDiffZStHit", "Max difference between station and hit z")) | |
Public Attributes | |
| McTrackCuts | fMcTrackCuts |
| MC-track selection cuts. | |
| double | fPullMeanThrsh = 0.1 |
| Maximum allowed deviation of pull mean from zero. | |
| double | fPullWidthThrsh = 2.0 |
| Maximum allowed deviation of pull width from unity. | |
| double | fEffThrsh = 0.5 |
| Threshold for hit efficiency in the selected range. | |
| double | fMaxDiffZStHit = 1.0 |
| Maximum allowed difference between z-position of hit and station [cm]. | |
Specific configuration for the CA input QA task.
Definition at line 62 of file CbmCaInputQaBase.h.
| CbmCaInputQaBase< DetID >::Config::CBM_YAML_PROPERTIES | ( | Property &::, "", " " | cuts, |
| Property &::, "", " " | threshold, | ||
| Property &::, "", " " | threshold, | ||
| Property &::, "", " " | threshold, | ||
| Property &::, "", " " | z ) |
References fEffThrsh, fMaxDiffZStHit, fMcTrackCuts, fPullMeanThrsh, and fPullWidthThrsh.
| double CbmCaInputQaBase< DetID >::Config::fEffThrsh = 0.5 |
Threshold for hit efficiency in the selected range.
Definition at line 81 of file CbmCaInputQaBase.h.
Referenced by CBM_YAML_PROPERTIES().
| double CbmCaInputQaBase< DetID >::Config::fMaxDiffZStHit = 1.0 |
Maximum allowed difference between z-position of hit and station [cm].
Definition at line 82 of file CbmCaInputQaBase.h.
Referenced by CBM_YAML_PROPERTIES().
| McTrackCuts CbmCaInputQaBase< DetID >::Config::fMcTrackCuts |
MC-track selection cuts.
Definition at line 78 of file CbmCaInputQaBase.h.
Referenced by CBM_YAML_PROPERTIES().
| double CbmCaInputQaBase< DetID >::Config::fPullMeanThrsh = 0.1 |
Maximum allowed deviation of pull mean from zero.
Definition at line 79 of file CbmCaInputQaBase.h.
Referenced by CBM_YAML_PROPERTIES().
| double CbmCaInputQaBase< DetID >::Config::fPullWidthThrsh = 2.0 |
Maximum allowed deviation of pull width from unity.
Definition at line 80 of file CbmCaInputQaBase.h.
Referenced by CBM_YAML_PROPERTIES().