#include <JVFJetIdProducer.h>
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
double | dZcut_ |
double | JVFcut_ |
double | minTrackPt_ |
int | neutralJetOption_ |
edm::EDGetTokenT< reco::VertexCollection > | srcHardScatterVertex_ |
edm::EDGetTokenT< reco::PFJetCollection > | srcJets_ |
edm::EDGetTokenT< reco::PFCandidateCollection > | srcPFCandidates_ |
edm::EDGetTokenT< PFCandToVertexAssMap > | srcPFCandToVertexAssociations_ |
int | verbosity_ |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Discriminate jets originating from the hard-scatter event from pile-up jets, based on the fraction of tracks within the jet that are associated to the hard-scatter vertex. Jets outside the tracking acceptance are considered to originate from the hard-scatter event per default. Optionally, they can be classified as pile-up.
Definition at line 25 of file JVFJetIdProducer.h.
JVFJetIdProducer::JVFJetIdProducer | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 22 of file JVFJetIdProducer.cc.
References dZcut_, Exception, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), JVFcut_, kNeutralJetNoPU, kNeutralJetPU, minTrackPt_, neutralJetOption_, srcHardScatterVertex_, srcJets_, srcPFCandidates_, srcPFCandToVertexAssociations_, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity_.
JVFJetIdProducer::~JVFJetIdProducer | ( | ) |
Definition at line 47 of file JVFJetIdProducer.cc.
References funct::abs(), reco::LeafCandidate::eta(), reco::PFJet::getPFConstituents(), noPuUtils::isVertexAssociated(), metsig::jet, noPuUtils::kChHSAssoc, LogDebug, align_cfg::minTrackPt, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), listHistos::trackPt, HIPAlignmentAlgorithm_cfi::verbosity, and ecalDrivenElectronSeedsParameters_cff::vertices.
|
private |
Definition at line 112 of file JVFJetIdProducer.cc.
References DEFINE_FWK_MODULE, dZcut_, edm::Event::getByToken(), metsig::jet, fwrapper::jets, JVFcut_, kNeutralJetNoPU, minTrackPt_, eostools::move(), neutralJetOption_, slimmedMuons_cfi::pfCandidates, edm::Event::put(), srcHardScatterVertex_, srcJets_, srcPFCandidates_, srcPFCandToVertexAssociations_, and verbosity_.
|
private |
Definition at line 42 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 44 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 41 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 46 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 40 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 36 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 38 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 39 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().
|
private |
Definition at line 48 of file JVFJetIdProducer.h.
Referenced by JVFJetIdProducer(), and produce().