#include <PhysicsTools/TagProbeMassProducer/src/TagProbeMassProducer.cc>
Private Member Functions | |
void | beginJob () override |
void | endJob () override |
bool | isPassingProbe (const unsigned int iprobe) const |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
double | delRMaxCut_ |
double | delRMinCut_ |
double | massMaxCut_ |
double | massMinCut_ |
edm::InputTag | passingProbeCollection_ |
edm::Handle< reco::CandidateView > | passingProbes |
edm::InputTag | probeCollection_ |
edm::Handle< reco::CandidateView > | probes |
bool | requireOS_ |
edm::InputTag | tagCollection_ |
edm::Handle< reco::CandidateView > | tags |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | 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 |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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: <one line="" class="" summary>="">
Usage: <usage>
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 34 of file TagProbeMassProducer.h.
|
explicit |
Definition at line 37 of file TagProbeMassProducer.cc.
References delRMaxCut_, delRMinCut_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), massMaxCut_, massMinCut_, passingProbeCollection_, probeCollection_, requireOS_, and tagCollection_.
|
override |
Definition at line 54 of file TagProbeMassProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 134 of file TagProbeMassProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 140 of file TagProbeMassProducer.cc.
|
private |
Definition at line 144 of file TagProbeMassProducer.cc.
References DEFINE_FWK_MODULE, passingProbes, probes, edm::View< T >::refAt(), and edm::View< T >::size().
Referenced by produce().
|
overrideprivate |
Definition at line 66 of file TagProbeMassProducer.cc.
References edm::RefToBaseVector< T >::begin(), delRMaxCut_, delRMinCut_, edm::RefToBaseVector< T >::end(), edm::Event::getByLabel(), mps_fire::i, reco::tau::disc::InvariantMass(), isPassingProbe(), edm::HandleBase::isValid(), massMaxCut_, massMinCut_, eostools::move(), passingProbeCollection_, passingProbes, probeCollection_, probes, edm::RefToBaseVector< T >::push_back(), edm::Event::put(), edm::View< T >::refAt(), requireOS_, Validation_hcalonly_cfi::sign, edm::View< T >::size(), GlobalPosition_Frontier_DevDB_cff::tag, tagCollection_, and tags.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 60 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 59 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 58 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 57 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 51 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 55 of file TagProbeMassProducer.h.
Referenced by isPassingProbe(), and produce().
|
private |
Definition at line 50 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 54 of file TagProbeMassProducer.h.
Referenced by isPassingProbe(), and produce().
|
private |
Definition at line 62 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 49 of file TagProbeMassProducer.h.
Referenced by produce(), and TagProbeMassProducer().
|
private |
Definition at line 53 of file TagProbeMassProducer.h.
Referenced by produce().