#include <EventDependentAbsVetos.h>
|
void | centerOn (double eta, double phi) override |
| Set axis for matching jets. More...
|
|
| OtherJetConstituentsDeltaRVeto (Direction dir, const edm::InputTag &jets, double dRjet, const edm::InputTag &pfCandAssocMap, double dRconstituent, edm::ConsumesCollector &iC) |
| Create a veto specifying the input collection of the jets, the candidates, and the deltaR. More...
|
|
void | setEvent (const edm::Event &evt, const edm::EventSetup &es) override |
| Picks up the directions of the given candidates. More...
|
|
bool | veto (double eta, double phi, float value) const override |
|
| ~OtherJetConstituentsDeltaRVeto () override |
|
| ~EventDependentAbsVeto () override |
|
virtual | ~AbsVeto () |
|
Definition at line 64 of file EventDependentAbsVetos.h.
◆ JetToPFCandidateAssociation
◆ OtherJetConstituentsDeltaRVeto()
Create a veto specifying the input collection of the jets, the candidates, and the deltaR.
Definition at line 67 of file EventDependentAbsVetos.h.
◆ ~OtherJetConstituentsDeltaRVeto()
reco::isodeposit::OtherJetConstituentsDeltaRVeto::~OtherJetConstituentsDeltaRVeto |
( |
| ) |
|
|
inlineoverride |
◆ centerOn()
void reco::isodeposit::OtherJetConstituentsDeltaRVeto::centerOn |
( |
double |
eta, |
|
|
double |
phi |
|
) |
| |
|
overridevirtual |
◆ initialize()
void reco::isodeposit::OtherJetConstituentsDeltaRVeto::initialize |
( |
void |
| ) |
|
|
private |
Definition at line 54 of file EventDependentAbsVetos.cc.
65 size_t numJets =
jets->size();
66 for (
size_t jetIndex = 0; jetIndex < numJets; ++jetIndex) {
79 pfCand != pfCandsMappedToJet.
end();
References cms::cuda::assert(), edm::RefVector< C, T, F >::begin(), reco::deltaR2(), edm::RefVector< C, T, F >::end(), heavyIonCSV_trainingSettings::idx, edm::Ref< C, T, F >::isNonnull(), metsig::jet, and singleTopDQM_cfi::jets.
◆ setEvent()
◆ veto()
bool reco::isodeposit::OtherJetConstituentsDeltaRVeto::veto |
( |
double |
eta, |
|
|
double |
phi, |
|
|
float |
value |
|
) |
| const |
|
overridevirtual |
◆ dR2constituent_
double reco::isodeposit::OtherJetConstituentsDeltaRVeto::dR2constituent_ |
|
private |
◆ dR2jet_
double reco::isodeposit::OtherJetConstituentsDeltaRVeto::dR2jet_ |
|
private |
◆ evt_
const edm::Event* reco::isodeposit::OtherJetConstituentsDeltaRVeto::evt_ |
|
private |
◆ items_
std::vector<Direction> reco::isodeposit::OtherJetConstituentsDeltaRVeto::items_ |
|
private |
◆ srcJets_
◆ srcPFCandAssocMap_
◆ vetoDir_
Direction reco::isodeposit::OtherJetConstituentsDeltaRVeto::vetoDir_ |
|
private |