CMS 3D CMS Logo

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

#include <BPHVertexSelect.h>

Inheritance diagram for BPHVertexSelect:
BPHChi2Select

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
 
BPHVertexSelectoperator= (const BPHVertexSelect &x)=delete
 

Detailed Description

Description: Base class for candidate selection at vertex reconstruction level

Author
Paolo Ronchese INFN Padova

Definition at line 31 of file BPHVertexSelect.h.

Constructor & Destructor Documentation

BPHVertexSelect::BPHVertexSelect ( )

Constructor

Definition at line 31 of file BPHVertexSelect.cc.

31  {
32 }
BPHVertexSelect::~BPHVertexSelect ( )
virtual

Destructor

Definition at line 37 of file BPHVertexSelect.cc.

37  {
38 }
BPHVertexSelect::BPHVertexSelect ( const BPHVertexSelect x)
privatedelete

Member Function Documentation

virtual bool BPHVertexSelect::accept ( const BPHDecayVertex cand) const
pure virtual
BPHVertexSelect& BPHVertexSelect::operator= ( const BPHVertexSelect x)
privatedelete