#include <GenParticleCustomSelector.h>
Public Member Functions | |
GenParticleCustomSelector () | |
GenParticleCustomSelector (double ptMin, double minRapidity, double maxRapidity, double tip, double lip, bool chargedOnly, int status, const std::vector< int > &pdgId=std::vector< int >()) | |
bool | operator() (const reco::GenParticle &tp) const |
Operator() performs the selection: e.g. if (tPSelector(tp)) {...}. More... | |
Private Attributes | |
bool | chargedOnly_ |
double | lip_ |
double | maxRapidity_ |
double | minRapidity_ |
std::vector< int > | pdgId_ |
double | ptMin_ |
int | status_ |
double | tip_ |
Definition at line 11 of file GenParticleCustomSelector.h.
|
inline |
Definition at line 14 of file GenParticleCustomSelector.h.
Referenced by reco::modules::ParameterAdapter< GenParticleCustomSelector >::make().
|
inline |
Definition at line 15 of file GenParticleCustomSelector.h.
|
inline |
Operator() performs the selection: e.g. if (tPSelector(tp)) {...}.
Definition at line 22 of file GenParticleCustomSelector.h.
References reco::LeafCandidate::charge(), chargedOnly_, reco::LeafCandidate::eta(), lip_, maxRapidity_, minRapidity_, reco::LeafCandidate::pdgId(), pdgId_, reco::LeafCandidate::pt(), ptMin_, mathSSE::sqrt(), reco::LeafCandidate::status(), status_, tip_, and reco::LeafCandidate::vertex().
|
private |
Definition at line 48 of file GenParticleCustomSelector.h.
Referenced by operator()().
|
private |
Definition at line 47 of file GenParticleCustomSelector.h.
Referenced by operator()().
|
private |
Definition at line 45 of file GenParticleCustomSelector.h.
Referenced by operator()().
|
private |
Definition at line 44 of file GenParticleCustomSelector.h.
Referenced by operator()().
|
private |
Definition at line 50 of file GenParticleCustomSelector.h.
Referenced by operator()().
|
private |
Definition at line 43 of file GenParticleCustomSelector.h.
Referenced by operator()().
|
private |
Definition at line 49 of file GenParticleCustomSelector.h.
Referenced by operator()().
|
private |
Definition at line 46 of file GenParticleCustomSelector.h.
Referenced by operator()().