CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
BPHVertexSelect Class Referenceabstract

#include <BPHVertexSelect.h>

Inheritance diagram for BPHVertexSelect:
BPHChi2Select

Public Types

using AcceptArg = BPHDecayVertex
 

Public Member Functions

virtual bool accept (const BPHDecayVertex &cand) const =0
 accept function More...
 
 BPHVertexSelect ()
 
 BPHVertexSelect (const BPHVertexSelect &x)=delete
 
BPHVertexSelectoperator= (const BPHVertexSelect &x)=delete
 
virtual ~BPHVertexSelect ()
 

Detailed Description

Description: Base class for candidate selection at vertex reconstruction level

Author
Paolo Ronchese INFN Padova

Definition at line 29 of file BPHVertexSelect.h.

Member Typedef Documentation

◆ AcceptArg

Definition at line 43 of file BPHVertexSelect.h.

Constructor & Destructor Documentation

◆ BPHVertexSelect() [1/2]

BPHVertexSelect::BPHVertexSelect ( )
inline

Constructor

Definition at line 33 of file BPHVertexSelect.h.

33 {}

◆ BPHVertexSelect() [2/2]

BPHVertexSelect::BPHVertexSelect ( const BPHVertexSelect x)
delete

◆ ~BPHVertexSelect()

virtual BPHVertexSelect::~BPHVertexSelect ( )
inlinevirtual

Destructor

Definition at line 41 of file BPHVertexSelect.h.

41 {}

Member Function Documentation

◆ accept()

virtual bool BPHVertexSelect::accept ( const BPHDecayVertex cand) const
pure virtual

accept function

Operations

Implemented in BPHChi2Select.

Referenced by BPHOniaToMuMuBuilder::getList(), and esMonitoring.FDJsonServer::handle_accept().

◆ operator=()

BPHVertexSelect& BPHVertexSelect::operator= ( const BPHVertexSelect x)
delete