CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Member Functions
edm::stream::EDAnalyzer< T > Class Template Reference

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

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

Public Types

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::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 

Public Member Functions

 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from edm::stream::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 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::stream::EDAnalyzer< T >

Description: Base class for stream based EDAnalyzers

Usage: <usage>

Definition at line 33 of file EDAnalyzer.h.

Member Typedef Documentation

template<typename... T>
typedef CacheContexts<T...> edm::stream::EDAnalyzer< T >::CacheTypes

Definition at line 38 of file EDAnalyzer.h.

template<typename... T>
typedef CacheTypes::GlobalCache edm::stream::EDAnalyzer< T >::GlobalCache

Definition at line 40 of file EDAnalyzer.h.

template<typename... T>
typedef AbilityChecker<T...> edm::stream::EDAnalyzer< T >::HasAbility

Definition at line 50 of file EDAnalyzer.h.

template<typename... T>
typedef CacheTypes::LuminosityBlockCache edm::stream::EDAnalyzer< T >::LuminosityBlockCache

Definition at line 42 of file EDAnalyzer.h.

Definition at line 46 of file EDAnalyzer.h.

template<typename... T>
typedef CacheTypes::LuminosityBlockSummaryCache edm::stream::EDAnalyzer< T >::LuminosityBlockSummaryCache

Definition at line 48 of file EDAnalyzer.h.

template<typename... T>
typedef CacheTypes::RunCache edm::stream::EDAnalyzer< T >::RunCache

Definition at line 41 of file EDAnalyzer.h.

template<typename... T>
typedef RunContextT<RunCache,GlobalCache> edm::stream::EDAnalyzer< T >::RunContext

Definition at line 43 of file EDAnalyzer.h.

template<typename... T>
typedef CacheTypes::RunSummaryCache edm::stream::EDAnalyzer< T >::RunSummaryCache

Definition at line 47 of file EDAnalyzer.h.

Constructor & Destructor Documentation

template<typename... T>
edm::stream::EDAnalyzer< T >::EDAnalyzer ( )
default
template<typename... T>
edm::stream::EDAnalyzer< T >::EDAnalyzer ( const EDAnalyzer< T > &  )
privatedelete

Member Function Documentation

template<typename... T>
const EDAnalyzer& edm::stream::EDAnalyzer< T >::operator= ( const EDAnalyzer< T > &  )
privatedelete