#include <BPHVertexSelect.h>
Public Types | |
using | AcceptArg = BPHDecayVertex |
Public Member Functions | |
virtual bool | accept (const BPHDecayVertex &cand) const =0 |
accept function More... | |
BPHVertexSelect () | |
virtual | ~BPHVertexSelect () |
Private Member Functions | |
BPHVertexSelect (const BPHVertexSelect &x)=delete | |
BPHVertexSelect & | operator= (const BPHVertexSelect &x)=delete |
Description: Base class for candidate selection at vertex reconstruction level
Definition at line 31 of file BPHVertexSelect.h.
Definition at line 43 of file BPHVertexSelect.h.
BPHVertexSelect::BPHVertexSelect | ( | ) |
|
virtual |
|
privatedelete |
|
pure virtual |
accept function
Operations
Implemented in BPHChi2Select.
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply(), BPHOniaToMuMuBuilder::getList(), and esMonitoring.FDJsonServer::handle_accept().
|
privatedelete |