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 | Protected Member Functions
BPHRecoSelect Class Referenceabstract

#include <BPHRecoSelect.h>

Inheritance diagram for BPHRecoSelect:
BPHParticleEtaSelect BPHParticleNeutralVeto BPHParticlePtSelect BPHMuonEtaSelect BPHMuonPtSelect

Public Types

using AcceptArg = reco::Candidate
 

Public Member Functions

virtual bool accept (const reco::Candidate &cand) const =0
 
virtual bool accept (const reco::Candidate &cand, const BPHRecoBuilder *build) const
 
 BPHRecoSelect ()
 
 BPHRecoSelect (const BPHRecoSelect &x)=delete
 
BPHRecoSelectoperator= (const BPHRecoSelect &x)=delete
 
virtual ~BPHRecoSelect ()
 

Protected Member Functions

const reco::Candidateget (const std::string &name, const BPHRecoBuilder *build) const
 

Detailed Description

Description: Base class for daughter particle selection

Author
Paolo Ronchese INFN Padova

Definition at line 35 of file BPHRecoSelect.h.

Member Typedef Documentation

Definition at line 49 of file BPHRecoSelect.h.

Constructor & Destructor Documentation

BPHRecoSelect::BPHRecoSelect ( )
inline

Constructor

Definition at line 39 of file BPHRecoSelect.h.

39 {}
BPHRecoSelect::BPHRecoSelect ( const BPHRecoSelect x)
delete
virtual BPHRecoSelect::~BPHRecoSelect ( )
inlinevirtual

Destructor

Definition at line 47 of file BPHRecoSelect.h.

47 {}

Member Function Documentation

virtual bool BPHRecoSelect::accept ( const reco::Candidate cand) const
pure virtual

Operationsaccept function pointers to other particles in the decays can be obtained by the function "get" giving the particle name (passing the pointer to the builder)

Implemented in BPHMuonEtaSelect, BPHMuonPtSelect, BPHParticleEtaSelect, BPHParticleNeutralVeto, and BPHParticlePtSelect.

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

virtual bool BPHRecoSelect::accept ( const reco::Candidate cand,
const BPHRecoBuilder build 
) const
inlinevirtual

Definition at line 58 of file BPHRecoSelect.h.

References accept().

Referenced by accept(), and esMonitoring.FDJsonServer::handle_accept().

58 { return accept(cand); }
virtual bool accept(const reco::Candidate &cand) const =0
const reco::Candidate* BPHRecoSelect::get ( const std::string &  name,
const BPHRecoBuilder build 
) const
inlineprotected
BPHRecoSelect& BPHRecoSelect::operator= ( const BPHRecoSelect x)
delete