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 60 of file CbmCaInputQaBase.h.
CbmCaInputQaBase< DetID >::Config::CBM_YAML_PROPERTIES | ( | Property &::, "", " " | cuts, |
Property &::, "", " " | threshold, | ||
Property &::, "", " " | threshold, | ||
Property &::, "", " " | threshold, | ||
Property &::, "", " " | z ) |
double CbmCaInputQaBase< DetID >::Config::fEffThrsh = 0.5 |
Threshold for hit efficiency in the selected range.
Definition at line 79 of file CbmCaInputQaBase.h.
double CbmCaInputQaBase< DetID >::Config::fMaxDiffZStHit = 1.0 |
Maximum allowed difference between z-position of hit and station [cm].
Definition at line 80 of file CbmCaInputQaBase.h.
McTrackCuts CbmCaInputQaBase< DetID >::Config::fMcTrackCuts |
MC-track selection cuts.
Definition at line 76 of file CbmCaInputQaBase.h.
double CbmCaInputQaBase< DetID >::Config::fPullMeanThrsh = 0.1 |
Maximum allowed deviation of pull mean from zero.
Definition at line 77 of file CbmCaInputQaBase.h.
double CbmCaInputQaBase< DetID >::Config::fPullWidthThrsh = 2.0 |
Maximum allowed deviation of pull width from unity.
Definition at line 78 of file CbmCaInputQaBase.h.