#include <BPHKinFitChi2Select.h>
Public Member Functions | |
bool | accept (const BPHKinematicFit &cand) const override |
select vertex More... | |
BPHKinFitChi2Select (double prob) | |
BPHKinFitChi2Select (const BPHKinFitChi2Select &x)=delete | |
double | getProbMin () const |
get current prob min More... | |
BPHKinFitChi2Select & | operator= (const BPHKinFitChi2Select &x)=delete |
void | setProbMin (double p) |
set prob min More... | |
~BPHKinFitChi2Select () override | |
Public Member Functions inherited from BPHFitSelect | |
BPHFitSelect () | |
BPHFitSelect (const BPHFitSelect &x)=delete | |
BPHFitSelect & | operator= (const BPHFitSelect &x)=delete |
virtual | ~BPHFitSelect () |
Private Attributes | |
double | probMin |
Additional Inherited Members | |
Public Types inherited from BPHFitSelect | |
using | AcceptArg = BPHKinematicFit |
Description: Class for candidate selection by chisquare (at vertex fit level)
Definition at line 31 of file BPHKinFitChi2Select.h.
|
inline |
|
delete |
|
inlineoverride |
|
inlineoverridevirtual |
select vertex
Operations
Implements BPHFitSelect.
Definition at line 48 of file BPHKinFitChi2Select.h.
Referenced by BPHDecayToResFlyingBuilder::build(), and esMonitoring.FDJsonServer::handle_accept().
|
inline |
get current prob min
Definition at line 71 of file BPHKinFitChi2Select.h.
References probMin.
Referenced by BPHDecayToResFlyingBuilder::build(), and BPHDecayToResFlyingBuilder::getKinFitProbMin().
|
delete |
|
inline |
set prob min
Definition at line 65 of file BPHKinFitChi2Select.h.
References AlCaHLTBitMon_ParallelJobs::p, and probMin.
Referenced by BPHDecayToResFlyingBuilder::setKinFitProbMin().
|
private |
Definition at line 74 of file BPHKinFitChi2Select.h.
Referenced by getProbMin(), and setProbMin().