#include <RecoBTag/PixelJetPuId/src/PixelJetPuId.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
edm::EDGetTokenT< edm::View < reco::CaloJet > > | jetsToken |
bool | m_fwjets |
edm::InputTag | m_jets |
double | m_MaxTrackChi2 |
double | m_MaxTrackDistanceToJet |
double | m_minet_fwjets |
double | m_mineta_fwjets |
double | m_MinGoodJetTrackPt |
double | m_MinGoodJetTrackPtRatio |
double | m_MinTrackPt |
edm::InputTag | m_primaryVertex |
edm::InputTag | m_tracks |
edm::EDGetTokenT < reco::VertexCollection > | primaryVertexToken |
edm::EDGetTokenT< std::vector < reco::Track > > | tracksToken |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: The PixelJetPuId module select all the pixel tracks compatible with a jet. If the sum of the tracks momentum is under a threshold the jet is tagged as "PUjets".
Implementation: [Notes on implementation]
Definition at line 54 of file PixelJetPuId.cc.
PixelJetPuId::PixelJetPuId | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 89 of file PixelJetPuId.cc.
References edm::ParameterSet::getParameter(), jetsToken, m_fwjets, m_jets, m_MaxTrackChi2, m_MaxTrackDistanceToJet, m_minet_fwjets, m_mineta_fwjets, m_MinGoodJetTrackPt, m_MinGoodJetTrackPtRatio, m_MinTrackPt, m_primaryVertex, m_tracks, primaryVertexToken, and tracksToken.
|
virtual |
Definition at line 117 of file PixelJetPuId.cc.
|
static |
Definition at line 121 of file PixelJetPuId.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 142 of file PixelJetPuId.cc.
References reco::deltaR2(), Geom::deltaR2(), edm::EventSetup::get(), edm::Event::getByToken(), i, fwrapper::jets, jetsToken, IPTools::jetTrackDistance(), m_fwjets, m_MaxTrackChi2, m_MaxTrackDistanceToJet, m_minet_fwjets, m_mineta_fwjets, m_MinGoodJetTrackPt, m_MinGoodJetTrackPtRatio, m_MinTrackPt, primaryVertexToken, edm::Event::put(), edm::second(), testEve_cfg::tracks, and tracksToken.
|
private |
Definition at line 70 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 77 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 68 of file PixelJetPuId.cc.
Referenced by PixelJetPuId().
|
private |
Definition at line 74 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 75 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 79 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 78 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 81 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 82 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 73 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 66 of file PixelJetPuId.cc.
Referenced by PixelJetPuId().
|
private |
Definition at line 67 of file PixelJetPuId.cc.
Referenced by PixelJetPuId().
|
private |
Definition at line 71 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 69 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().