CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

Definition at line 43 of file BPHVertexSelect.h.

Constructor & Destructor Documentation

BPHVertexSelect::BPHVertexSelect ( )
inline

Constructor

Definition at line 33 of file BPHVertexSelect.h.

33 {}
BPHVertexSelect::BPHVertexSelect ( const BPHVertexSelect x)
delete
virtual BPHVertexSelect::~BPHVertexSelect ( )
inlinevirtual

Destructor

Definition at line 41 of file BPHVertexSelect.h.

41 {}

Member Function Documentation

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().

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