#include <RecoJets/JetProducers/plugins/CastorJetIDProducer.cc>
Public Member Functions | |
CastorJetIDProducer (const edm::ParameterSet &) | |
~CastorJetIDProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
reco::helper::CastorJetIDHelper | helper_ |
edm::EDGetTokenT< edm::View< reco::BasicJet > > | input_jet_token_ |
edm::InputTag | src_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: Produces a value map of jet—> jet Id
Definition at line 41 of file CastorJetIDProducer.h.
|
explicit |
Definition at line 18 of file CastorJetIDProducer.cc.
References input_jet_token_, and src_.
|
override |
Definition at line 29 of file CastorJetIDProducer.cc.
|
overrideprivate |
Definition at line 40 of file CastorJetIDProducer.cc.
References reco::helper::CastorJetIDHelper::calculate(), DEFINE_FWK_MODULE, reco::helper::CastorJetIDHelper::depth(), reco::helper::CastorJetIDHelper::emEnergy(), reco::helper::CastorJetIDHelper::fem(), reco::helper::CastorJetIDHelper::fhot(), objects.autophobj::filler, edm::Event::getByToken(), reco::helper::CastorJetIDHelper::hadEnergy(), helper_, photons_cff::ids, input_jet_token_, eostools::move(), reco::helper::CastorJetIDHelper::nTowers(), edm::Event::put(), reco::helper::CastorJetIDHelper::sigmaz(), and reco::helper::CastorJetIDHelper::width().
|
private |
Definition at line 52 of file CastorJetIDProducer.h.
Referenced by produce().
|
private |
Definition at line 54 of file CastorJetIDProducer.h.
Referenced by CastorJetIDProducer(), and produce().
|
private |
Definition at line 51 of file CastorJetIDProducer.h.
Referenced by CastorJetIDProducer().