![]() |
![]() |
config parameters More...
#include <EgammaTrackSelector.h>
Public Member Functions | |
Parameters () | |
Parameters (const Range &dz, const double d0Max, const reco::isodeposit::Direction &dirC, double rMax, const BeamPoint &point=BeamPoint(0, 0, 0)) | |
Public Attributes | |
BeamPoint | beamPoint |
cone size | |
double | chi2NdofMax |
nValidHits >= nHitsMin | |
double | chi2ProbMin |
max value of normalized chi2 | |
reco::isodeposit::Direction | dir |
range in d0 or dxy (abs value) | |
double | drMax |
direction of the selection cone | |
int | dzOption |
tk.pt>ptMin | |
unsigned int | nHitsMin |
beam spot position | |
double | ptMin |
ChiSquaredProbability( chi2, ndf ) > chi2ProbMin. | |
Range | rRange |
range in z | |
Range | zRange |
config parameters
Definition at line 25 of file EgammaTrackSelector.h.
egammaisolation::EgammaTrackSelector::Parameters::Parameters | ( | ) | [inline] |
Definition at line 26 of file EgammaTrackSelector.h.
: zRange(-1e6,1e6), rRange(-1e6,1e6), dir(0,0), drMax(1e3), beamPoint(0,0,0), nHitsMin(0), chi2NdofMax(1e64), chi2ProbMin(-1.), ptMin(-1) {}
egammaisolation::EgammaTrackSelector::Parameters::Parameters | ( | const Range & | dz, |
const double | d0Max, | ||
const reco::isodeposit::Direction & | dirC, | ||
double | rMax, | ||
const BeamPoint & | point = BeamPoint(0,0,0) |
||
) | [inline] |
Definition at line 29 of file EgammaTrackSelector.h.
cone size
Definition at line 37 of file EgammaTrackSelector.h.
nValidHits >= nHitsMin
Definition at line 39 of file EgammaTrackSelector.h.
max value of normalized chi2
Definition at line 40 of file EgammaTrackSelector.h.
range in d0 or dxy (abs value)
Definition at line 35 of file EgammaTrackSelector.h.
direction of the selection cone
Definition at line 36 of file EgammaTrackSelector.h.
tk.pt>ptMin
Definition at line 42 of file EgammaTrackSelector.h.
beam spot position
Definition at line 38 of file EgammaTrackSelector.h.
ChiSquaredProbability( chi2, ndf ) > chi2ProbMin.
Definition at line 41 of file EgammaTrackSelector.h.
range in z
Definition at line 34 of file EgammaTrackSelector.h.
Definition at line 33 of file EgammaTrackSelector.h.