CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edm::gen::GenStreamCache< HAD, DEC > Struct Template Reference

#include <ConcurrentGeneratorFilter.h>

Public Member Functions

 GenStreamCache (ParameterSet const &iPSet)
 

Public Attributes

std::unique_ptr< DEC > decayer_
 
HAD hadronizer_
 
bool initialized_ = false
 
unsigned int nEventsInLumiBlock_
 
unsigned long long nStreamEndLumis_ {0}
 

Detailed Description

template<typename HAD, typename DEC>
struct edm::gen::GenStreamCache< HAD, DEC >

Definition at line 103 of file ConcurrentGeneratorFilter.h.

Constructor & Destructor Documentation

◆ GenStreamCache()

template<typename HAD, typename DEC>
edm::gen::GenStreamCache< HAD, DEC >::GenStreamCache ( ParameterSet const &  iPSet)
inline

Member Data Documentation

◆ decayer_

template<typename HAD, typename DEC>
std::unique_ptr<DEC> edm::gen::GenStreamCache< HAD, DEC >::decayer_

Definition at line 106 of file ConcurrentGeneratorFilter.h.

◆ hadronizer_

template<typename HAD, typename DEC>
HAD edm::gen::GenStreamCache< HAD, DEC >::hadronizer_

Definition at line 105 of file ConcurrentGeneratorFilter.h.

◆ initialized_

template<typename HAD, typename DEC>
bool edm::gen::GenStreamCache< HAD, DEC >::initialized_ = false

Definition at line 109 of file ConcurrentGeneratorFilter.h.

◆ nEventsInLumiBlock_

template<typename HAD, typename DEC>
unsigned int edm::gen::GenStreamCache< HAD, DEC >::nEventsInLumiBlock_

Definition at line 107 of file ConcurrentGeneratorFilter.h.

◆ nStreamEndLumis_

template<typename HAD, typename DEC>
unsigned long long edm::gen::GenStreamCache< HAD, DEC >::nStreamEndLumis_ {0}