#include <RecoBTag/PixelJetPuId/src/PixelJetPuId.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::StreamID sid, edm::Event &, const edm::EventSetup &) const override |
Private Attributes | |
edm::EDGetTokenT< edm::View< reco::Jet > > | generaljetsToken |
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::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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 56 of file PixelJetPuId.cc.
PixelJetPuId::PixelJetPuId | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 91 of file PixelJetPuId.cc.
References generaljetsToken, 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, tracksToken, and ~PixelJetPuId().
|
overridedefault |
Referenced by PixelJetPuId().
|
static |
Definition at line 125 of file PixelJetPuId.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
overrideprivate |
Definition at line 146 of file PixelJetPuId.cc.
References TransientTrackBuilder::build(), DEFINE_FWK_MODULE, reco::deltaR2(), generaljetsToken, edm::EventSetup::get(), edm::Event::getByToken(), mps_fire::i, fwrapper::jets, jetsToken, IPTools::jetTrackDistance(), findQualityFiles::jj, m_fwjets, m_MaxTrackChi2, m_MaxTrackDistanceToJet, m_minet_fwjets, m_mineta_fwjets, m_MinGoodJetTrackPt, m_MinGoodJetTrackPtRatio, m_MinTrackPt, edm::makeRefToBaseProdFrom(), eostools::move(), impactParameterTagInfos_cfi::primaryVertex, primaryVertexToken, edm::Handle< T >::product(), edm::Event::put(), MetAnalyzer::pv(), edm::second(), l1t::tracks, and tracksToken.
|
private |
Definition at line 72 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 71 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 69 of file PixelJetPuId.cc.
Referenced by PixelJetPuId().
|
private |
Definition at line 76 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 81 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 80 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 83 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 84 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 67 of file PixelJetPuId.cc.
Referenced by PixelJetPuId().
|
private |
Definition at line 68 of file PixelJetPuId.cc.
Referenced by PixelJetPuId().
|
private |
Definition at line 73 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().
|
private |
Definition at line 70 of file PixelJetPuId.cc.
Referenced by PixelJetPuId(), and produce().