#include <c++11.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::eventsetup::EventSetupRecordImplementation< __class__ > | |
static EventSetupRecordKey | keyForClass () |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Static Public Member Functions inherited from edm::stream::EDFilterBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
__class__ (const __class__ &src) | |
__class__ (const __class__< T > &src) | |
__class__ (__class__ &&src) | |
__class__ (__class__< T > &&src) | |
__class__ (__class__ const &) | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | beginStream (edm::StreamID) override |
void | beginStream (edm::StreamID) override |
void | endJob () override |
void | endStream () override |
void | endStream () override |
bool | filter (edm::Event &, const edm::EventSetup &) override |
const __class__ & | operator= (const __class__ &rhs) |
const __class__< T > & | operator= (const __class__< T > &rhs) |
__class__ & | operator= (__class__ &&rhs) |
__class__< T > & | operator= (__class__< T > &&rhs) |
__class__ | operator= (__class__ const &) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
example_myparticle edm::EDGetTokenT< reco::GsfElectronCollection > | electronToken_ |
example_histo TH1I * | histo |
example_myparticle example_myparticle edm::EDGetTokenT< reco::MuonCollection > | muonToken_ |
example_myparticle example_myparticle typedef std::vector< reco::Particle > | MyParticleCollection |
example_myparticle edm::EDPutTokenT< MyParticleCollection > | putToken_ |
edm::EDGetTokenT< TrackCollection > | tracksToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Types inherited from edm::EDLooperBase | |
enum | Status { kContinue, kStop } |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Public Types inherited from edm::stream::EDFilter<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Types inherited from edm::stream::EDFilterBase | |
typedef EDFilterAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
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::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Static Public Attributes inherited from edm::eventsetup::EventSetupRecord | |
static constexpr bool | allowConcurrentIOVs_ = true |
Classes that derive from EventSetupRecord can redefine this with a false value. More... | |
Protected Types inherited from edm::ESProxyFactoryProducer | |
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
Protected Types inherited from edm::eventsetup::DataProxyProvider | |
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >> |
Protected Member Functions inherited from edm::eventsetup::EventSetupRecordImplementation< __class__ > | |
EventSetupRecordImplementation () | |
Protected Member Functions inherited from edm::eventsetup::EventSetupRecord | |
void | addTraceInfoToCmsException (cms::Exception &iException, char const *iName, ComponentDescription const *, DataKey const &) const |
ESParentContext const * | esParentContext () const noexcept |
EventSetupImpl const & | eventSetup () const noexcept |
template<template< typename > typename H, typename T , typename R > | |
H< T > | getHandleImpl (ESGetToken< T, R > const &iToken) const |
ESProxyIndex const * | getTokenIndices () const noexcept |
EventSetupRecordImpl const * | impl () const |
unsigned int | transitionID () const |
void | validate (ComponentDescription const *, ESInputTag const &) const |
Protected Member Functions inherited from edm::ESProducerLooper | |
void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) override |
void | setIntervalFor (const eventsetup::EventSetupRecordKey &iKey, const IOVSyncValue &iTime, ValidityInterval &oInterval) override |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={}) |
template<typename TFunc > | |
auto | setWhatProduced (TFunc &&func, const es::Label &iLabel={}) |
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={}) |
void | usesResources (std::vector< std::string > const &) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Protected Member Functions inherited from edm::EDLooperBase | |
ModuleChanger * | moduleChanger () |
This only returns a non-zero value during the call to endOfLoop. More... | |
ScheduleInfo const * | scheduleInfo () const |
This returns a non-zero value after the constructor has been called. More... | |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Description: [one line class summary]
Implementation: [Notes on implementation]
Description: [one line class summary]
Usage: <usage>
Definition at line 29 of file Skeleton.cc.
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Definition at line 85 of file DQMEDAnalyzer.cc.
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
|
explicit |
Definition at line 80 of file DQMEDAnalyzer.cc.
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
|
explicit |
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
__class__< T >::__class__ | ( | const edm::ParameterSet & | ) |
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
|
explicit |
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
Referenced by OrderedSet.OrderedSet::__repr__(), Types._ProxyParameter::__setattr__(), Particle.Particle::__str__(), PileUpSummaryInfo.PileUpSummaryInfo::__str__(), DiObject.DiObject::__str__(), event.Event::__str__(), config.CFG::__str__(), ntupleDataFormat._Object::_checkIsValid(), Impl.AlCa.AlCa::alcaHarvesting(), Impl.AlCaNano.AlCaNano::alcaHarvesting(), Scenario.Scenario::alcaHarvesting(), Reco.Reco::alcaHarvesting(), Scenario.Scenario::alcaReco(), Scenario.Scenario::alcaSkim(), ZMuMuAnalyzer.ZMuMuAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildDiLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildLeptons(), DiLeptonAnalyzer.DiLeptonAnalyzer::buildOtherLeptons(), Scenario.Scenario::dqmHarvesting(), ExternalGeneratorFilter.ExternalGeneratorFilter::dumpPython(), Modules.SwitchProducer::dumpPython(), Config.ProcessAccelerator::dumpPython(), Scenario.Scenario::expressProcessing(), Scenario.Scenario::merge(), DTVdriftWorkflow.DTvdriftWorkflow::prepare_workflow(), DTTtrigWorkflow.DTttrigWorkflow::prepare_workflow(), DTWorkflow.DTWorkflow::prepare_workflow(), Scenario.Scenario::promptReco(), Scenario.Scenario::repack(), DTWorkflow.DTWorkflow::run(), Scenario.Scenario::skimming(), Reco.Reco::skimming(), and Scenario.Scenario::visualizationProcessing().
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 95 of file DQMEDAnalyzer.cc.
References eventCount_, example2D_, example3D_, example_, exampleTProfile2D_, exampleTProfile_, f, and dqm::impl::MonitorElement::Fill().
Called each time the 'client' begins processing (remote 'slaves' do not see this message)
in | an assignable pointer to a list of objects you want passed to 'preProcessing'. This list is used to communicate with remote slaves. NOTE: you are responsible for deleting this TList and its content once you are done with it. |
Implements TFWLiteSelectorBasic.
Definition at line 86 of file TSelector.cc.
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 119 of file EDAnalyzer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDFilterBase.
Definition at line 108 of file EDFilter.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDFilterBase.
|
overridevirtual |
Called after all event modules have had a chance to process the edm::Event.
Implements edm::EDLooper.
Definition at line 114 of file EDLooper.cc.
References edm::EDLooperBase::kContinue.
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 124 of file EDAnalyzer.cc.
|
override |
Definition at line 120 of file EDLooper.cc.
References edm::EDLooperBase::kStop.
Reimplemented from edm::stream::EDFilterBase.
Definition at line 113 of file EDFilter.cc.
Reimplemented from edm::stream::EDFilterBase.
|
static |
|
static |
|
static |
Definition at line 134 of file DQMEDAnalyzer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
Implements edm::stream::EDFilterBase.
Definition at line 95 of file EDFilter.cc.
References edm::EventSetup::getData(), iEvent, recoMuon::in, and singleTopDQM_cfi::setup.
|
private |
|
private |
|
overrideprivate |
Definition at line 90 of file EDLooper.cc.
References runTauDisplay::dtype, recoMuon::in, PointingDoubleMultiSkim_cfg::out1, PointingDoubleMultiSkim_cfg::out2, and print().
Called before system starts to loop over the events. The argument is a count of how many loops have been processed. For the first time through the events the argument will be 0.
Implements edm::EDLooperBase.
Definition at line 110 of file EDLooper.cc.
Called each time the 'client' has finished processing.
out | contains the accumulated output of all slaves. |
Implements TFWLiteSelectorBasic.
Definition at line 90 of file TSelector.cc.
References svgfig::canvas(), gather_cfg::cout, gpuVertexFinder::hist, and kPt.
|
private |
Definition at line 66 of file EDProducer.cc.
Definition at line 64 of file EDAnalyzer.cc.
|
private |
Definition at line 65 of file EDProducer.cc.
|
private |
Definition at line 62 of file EDProducer.cc.
|
private |
Definition at line 67 of file EDProducer.cc.
|
private |
Definition at line 60 of file EDAnalyzer.cc.