#include <PhysicsTools/NanoAODBaseCrossCleaner/plugins/NanoAODBaseCrossCleaner.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | beginStream (edm::StreamID) override |
void | endStream () override |
virtual void | objectSelection (const edm::View< pat::Jet > &jets, const edm::View< pat::Muon > &muons, const edm::View< pat::Electron > &eles, const edm::View< pat::Tau > &taus, const edm::View< pat::Photon > &photons, std::vector< uint8_t > &jetBits, std::vector< uint8_t > &muonBits, std::vector< uint8_t > &eleBits, std::vector< uint8_t > &tauBits, std::vector< uint8_t > &photonBits) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
const std::string | doc_ |
const std::string | electronName_ |
const edm::EDGetTokenT< edm::View< pat::Electron > > | electrons_ |
const StringCutObjectSelector< pat::Electron > | electronSel_ |
const std::string | jetName_ |
const edm::EDGetTokenT< edm::View< pat::Jet > > | jets_ |
const StringCutObjectSelector< pat::Jet > | jetSel_ |
const std::string | muonName_ |
const edm::EDGetTokenT< edm::View< pat::Muon > > | muons_ |
const StringCutObjectSelector< pat::Muon > | muonSel_ |
const std::string | name_ |
const std::string | photonName_ |
const edm::EDGetTokenT< edm::View< pat::Photon > > | photons_ |
const StringCutObjectSelector< pat::Photon > | photonSel_ |
const std::string | tauName_ |
const edm::EDGetTokenT< edm::View< pat::Tau > > | taus_ |
const StringCutObjectSelector< pat::Tau > | tauSel_ |
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 | |
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 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]
Implementation: [Notes on implementation]
Definition at line 49 of file NanoAODBaseCrossCleaner.h.
|
explicit |
Definition at line 25 of file NanoAODBaseCrossCleaner.cc.
|
override |
Definition at line 54 of file NanoAODBaseCrossCleaner.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 124 of file NanoAODBaseCrossCleaner.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 130 of file NanoAODBaseCrossCleaner.cc.
|
static |
Definition at line 135 of file NanoAODBaseCrossCleaner.cc.
References edm::ConfigurationDescriptions::addDefault(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setUnknown().
|
inlineprivatevirtual |
Reimplemented in NanoAODSimpleCrossCleaner.
Definition at line 60 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
overrideprivate |
Definition at line 71 of file NanoAODBaseCrossCleaner.cc.
References doc_, MillePedeFileConverter_cfg::e, electronName_, electrons_, electronSel_, edm::Event::getByToken(), jetName_, fwrapper::jets, jets_, jetSel_, funct::m, eostools::move(), muonName_, extraflags_cff::muons, muons_, muonSel_, name_, objectSelection(), AlCaHLTBitMon_ParallelJobs::p, photonName_, nano_cff::photons, photons_, photonSel_, edm::Event::put(), lumiQTWidget::t, tauName_, nano_cff::taus, taus_, tauSel_, and nanoaod::FlatTable::UInt8Column.
|
private |
Definition at line 72 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 86 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 76 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 81 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 84 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 74 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 79 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 85 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 75 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 80 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 63 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 88 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 78 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 83 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 87 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 77 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().
|
private |
Definition at line 82 of file NanoAODBaseCrossCleaner.h.
Referenced by produce().