#include <BPHChi2Select.h>
Public Member Functions | |
bool | accept (const BPHDecayVertex &cand) const override |
select vertex More... | |
BPHChi2Select (double prob) | |
BPHChi2Select (const BPHChi2Select &x)=delete | |
double | getProbMin () const |
get current prob min More... | |
BPHChi2Select & | operator= (const BPHChi2Select &x)=delete |
void | setProbMin (double p) |
set prob min More... | |
~BPHChi2Select () override=default | |
Public Member Functions inherited from BPHVertexSelect | |
virtual bool | accept (const BPHDecayVertex &cand, const BPHRecoBuilder *builder) const |
BPHVertexSelect () | |
BPHVertexSelect (const BPHVertexSelect &x)=delete | |
BPHVertexSelect & | operator= (const BPHVertexSelect &x)=delete |
virtual | ~BPHVertexSelect ()=default |
Private Attributes | |
double | probMin |
Additional Inherited Members | |
Public Types inherited from BPHVertexSelect | |
using | AcceptArg = BPHDecayVertex |
Description: Class for candidate selection by chisquare (at vertex fit level)
Definition at line 31 of file BPHChi2Select.h.
|
inline |
|
delete |
|
overridedefault |
Destructor
|
inlineoverridevirtual |
select vertex
Operations
Implements BPHVertexSelect.
Definition at line 48 of file BPHChi2Select.h.
Referenced by BPHDecayToV0Builder::buildFromV0(), BPHOniaToMuMuBuilder::extractList(), BPHDecayToChargedXXbarBuilder::fillRecList(), BPHDecayToResTrkTrkSameMassBuilder< BPHRecoCandidate, BPHPlusMinusCandidate >::fillRecList(), BPHDecayToTkpTknSymChargeBuilder::fillRecList(), and esMonitoring.FDJsonServer::handle_accept().
|
inline |
get current prob min
Definition at line 66 of file BPHChi2Select.h.
References probMin.
Referenced by BPHDecayToResResBuilderBase::fill(), BPHDecayToResTrkBuilderBase::fill(), BPHDecayGenericBuilderBase::getProbMin(), and BPHOniaToMuMuBuilder::getProbMin().
|
delete |
|
inline |
set prob min
Definition at line 60 of file BPHChi2Select.h.
References AlCaHLTBitMon_ParallelJobs::p, and probMin.
Referenced by BPHDecayGenericBuilderBase::setProbMin(), and BPHOniaToMuMuBuilder::setProbMin().
|
private |
Definition at line 69 of file BPHChi2Select.h.
Referenced by getProbMin(), and setProbMin().