CMS 3D CMS Logo

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

#include <BPHMomentumSelect.h>

Inheritance diagram for BPHMomentumSelect:
BPHMassSelect BPHMassSymSelect

Public Member Functions

virtual bool accept (const BPHDecayMomentum &cand) const =0
 accept function More...
 
 BPHMomentumSelect ()
 
virtual ~BPHMomentumSelect ()
 

Private Member Functions

 BPHMomentumSelect (const BPHMomentumSelect &x)
 
BPHMomentumSelectoperator= (const BPHMomentumSelect &x)
 

Detailed Description

Description: Base class for candidate selection at momentum sum level

Author
Paolo Ronchese INFN Padova

Definition at line 31 of file BPHMomentumSelect.h.

Constructor & Destructor Documentation

BPHMomentumSelect::BPHMomentumSelect ( )

Constructor

Definition at line 31 of file BPHMomentumSelect.cc.

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

Destructor

Definition at line 37 of file BPHMomentumSelect.cc.

37  {
38 }
BPHMomentumSelect::BPHMomentumSelect ( const BPHMomentumSelect x)
private

Member Function Documentation

virtual bool BPHMomentumSelect::accept ( const BPHDecayMomentum cand) const
pure virtual
BPHMomentumSelect& BPHMomentumSelect::operator= ( const BPHMomentumSelect x)
private