CMS 3D CMS Logo

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

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

Inheritance diagram for edm::one::EDAnalyzer< T >:
edm::one::EDAnalyzerBase edm::EDConsumerBase BPHAnalyzerWrapper< BPHModuleWrapper::one_analyzer > BPHHistoSpecificDecay

Public Member Functions

 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
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
 

Private Attributes

impl::OptionalSerialTaskQueueHolder< WantsSerialGlobalLuminosityBlockTransitions< T... >::value > globalLuminosityBlocksQueue_
 
impl::OptionalSerialTaskQueueHolder< WantsSerialGlobalRunTransitions< T... >::value > globalRunsQueue_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

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

Description: [one line class summary]

Usage: <usage>

Definition at line 30 of file EDAnalyzer.h.

Constructor & Destructor Documentation

◆ EDAnalyzer() [1/2]

template<typename... T>
edm::one::EDAnalyzer< T >::EDAnalyzer ( )
default

◆ EDAnalyzer() [2/2]

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

Member Function Documentation

◆ globalLuminosityBlocksQueue()

template<typename... T>
SerialTaskQueue* edm::one::EDAnalyzer< T >::globalLuminosityBlocksQueue ( )
inlinefinalvirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 54 of file EDAnalyzer.h.

54 { return globalLuminosityBlocksQueue_.queue(); }

◆ globalRunsQueue()

template<typename... T>
SerialTaskQueue* edm::one::EDAnalyzer< T >::globalRunsQueue ( )
inlinefinalvirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 53 of file EDAnalyzer.h.

53 { return globalRunsQueue_.queue(); }

◆ operator=()

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

◆ wantsGlobalLuminosityBlocks()

template<typename... T>
bool edm::one::EDAnalyzer< T >::wantsGlobalLuminosityBlocks ( ) const
inlinefinalvirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 48 of file EDAnalyzer.h.

48 { return WantsGlobalLuminosityBlockTransitions<T...>::value; }

◆ wantsGlobalRuns()

template<typename... T>
bool edm::one::EDAnalyzer< T >::wantsGlobalRuns ( ) const
inlinefinalvirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 47 of file EDAnalyzer.h.

47 { return WantsGlobalRunTransitions<T...>::value; }

◆ wantsInputProcessBlocks()

template<typename... T>
bool edm::one::EDAnalyzer< T >::wantsInputProcessBlocks ( ) const
inlinefinalvirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 46 of file EDAnalyzer.h.

46 { return WantsInputProcessBlockTransitions<T...>::value; }

◆ wantsProcessBlocks()

template<typename... T>
bool edm::one::EDAnalyzer< T >::wantsProcessBlocks ( ) const
inlinefinalvirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 45 of file EDAnalyzer.h.

45 { return WantsProcessBlockTransitions<T...>::value; }

Member Data Documentation

◆ globalLuminosityBlocksQueue_

template<typename... T>
impl::OptionalSerialTaskQueueHolder<WantsSerialGlobalLuminosityBlockTransitions<T...>::value> edm::one::EDAnalyzer< T >::globalLuminosityBlocksQueue_
private

◆ globalRunsQueue_

template<typename... T>
impl::OptionalSerialTaskQueueHolder<WantsSerialGlobalRunTransitions<T...>::value> edm::one::EDAnalyzer< T >::globalRunsQueue_
private
T
long double T
Definition: Basic3DVectorLD.h:48
relativeConstraints.value
value
Definition: relativeConstraints.py:53
edm::one::EDAnalyzer::globalRunsQueue_
impl::OptionalSerialTaskQueueHolder< WantsSerialGlobalRunTransitions< T... >::value > globalRunsQueue_
Definition: EDAnalyzer.h:61
edm::one::EDAnalyzer::globalLuminosityBlocksQueue_
impl::OptionalSerialTaskQueueHolder< WantsSerialGlobalLuminosityBlockTransitions< T... >::value > globalLuminosityBlocksQueue_
Definition: EDAnalyzer.h:63