CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions
edm::limited::EDAnalyzer< T > Class Template Reference

#include "FWCore/Framework/interface/limited/EDAnalyzer.h"

Inheritance diagram for edm::limited::EDAnalyzer< T >:
edm::limited::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 EDAnalyzer (edm::ParameterSet const &iPSet)
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::limited::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
unsigned int concurrencyLimit () const
 
 EDAnalyzerBase (ParameterSet const &pset)
 
ModuleDescription const & moduleDescription () const
 
LimitedTaskQueuequeue ()
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

 EDAnalyzer (const EDAnalyzer &)=delete
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 

Additional Inherited Members

- Public Types inherited from edm::limited::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::limited::EDAnalyzerBase
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 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)
 

Detailed Description

template<typename... T>
class edm::limited::EDAnalyzer< T >

Description: [one line class summary]

Usage: <usage>

Definition at line 32 of file EDAnalyzer.h.

Constructor & Destructor Documentation

template<typename... T>
edm::limited::EDAnalyzer< T >::EDAnalyzer ( edm::ParameterSet const &  iPSet)
inline
template<typename... T>
edm::limited::EDAnalyzer< T >::EDAnalyzer ( const EDAnalyzer< T > &  )
privatedelete

Member Function Documentation

template<typename... T>
const EDAnalyzer& edm::limited::EDAnalyzer< T >::operator= ( const EDAnalyzer< T > &  )
privatedelete
template<typename... T>
bool edm::limited::EDAnalyzer< T >::wantsGlobalLuminosityBlocks ( ) const
inlinefinalvirtual

Implements edm::limited::EDAnalyzerBase.

Definition at line 44 of file EDAnalyzer.h.

References relativeConstraints::value.

44 { return WantsGlobalLuminosityBlockTransitions<T...>::value; }
long double T
template<typename... T>
bool edm::limited::EDAnalyzer< T >::wantsGlobalRuns ( ) const
inlinefinalvirtual

Implements edm::limited::EDAnalyzerBase.

Definition at line 43 of file EDAnalyzer.h.

References relativeConstraints::value.

43 { return WantsGlobalRunTransitions<T...>::value; }
long double T
template<typename... T>
bool edm::limited::EDAnalyzer< T >::wantsStreamLuminosityBlocks ( ) const
inlinefinalvirtual

Implements edm::limited::EDAnalyzerBase.

Definition at line 46 of file EDAnalyzer.h.

References edm::limited::EDAnalyzer< T >::EDAnalyzer(), edm::limited::EDAnalyzer< T >::operator=(), and relativeConstraints::value.

46 { return WantsStreamLuminosityBlockTransitions<T...>::value; }
long double T
template<typename... T>
bool edm::limited::EDAnalyzer< T >::wantsStreamRuns ( ) const
inlinefinalvirtual

Implements edm::limited::EDAnalyzerBase.

Definition at line 45 of file EDAnalyzer.h.

References relativeConstraints::value.

45 { return WantsStreamRunTransitions<T...>::value; }
long double T