#include <BPHParticleEtaSelect.h>
Public Member Functions | |
bool | accept (const reco::Candidate &cand) const override |
select particle More... | |
BPHParticleEtaSelect (double eta) | |
BPHParticleEtaSelect (const BPHParticleEtaSelect &x)=delete | |
double | getEtaMax () const |
get current eta max More... | |
BPHParticleEtaSelect & | operator= (const BPHParticleEtaSelect &x)=delete |
void | setEtaMax (double eta) |
set eta max More... | |
~BPHParticleEtaSelect () override=default | |
Public Member Functions inherited from BPHRecoSelect | |
virtual bool | accept (const reco::Candidate &cand, const BPHRecoBuilder *builder) const |
BPHRecoSelect () | |
BPHRecoSelect (const BPHRecoSelect &x)=delete | |
BPHRecoSelect & | operator= (const BPHRecoSelect &x)=delete |
virtual | ~BPHRecoSelect ()=default |
Private Attributes | |
double | etaMax |
Additional Inherited Members | |
Public Types inherited from BPHRecoSelect | |
using | AcceptArg = reco::Candidate |
Descrietaion: Class for particle selection by eta
Definition at line 30 of file BPHParticleEtaSelect.h.
|
inline |
Constructor
Definition at line 34 of file BPHParticleEtaSelect.h.
|
delete |
|
overridedefault |
Destructor
|
inlineoverridevirtual |
select particle
Operations
Implements BPHRecoSelect.
Definition at line 47 of file BPHParticleEtaSelect.h.
Referenced by esMonitoring.FDJsonServer::handle_accept().
|
inline |
get current eta max
Definition at line 56 of file BPHParticleEtaSelect.h.
References etaMax.
Referenced by BPHDecayToResTrkBuilderBase::fill(), BPHOniaToMuMuBuilder::fillRecList(), BPHOniaToMuMuBuilder::getEtaMax(), and BPHDecayToResTrkBuilderBase::getTrkEtaMax().
|
delete |
|
inline |
set eta max
Definition at line 50 of file BPHParticleEtaSelect.h.
References PVValHelper::eta, and etaMax.
Referenced by BPHOniaToMuMuBuilder::setEtaMax(), and BPHDecayToResTrkBuilderBase::setTrkEtaMax().
|
private |
Definition at line 59 of file BPHParticleEtaSelect.h.
Referenced by getEtaMax(), and setEtaMax().