CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
edm::InputSourceDescription Struct Reference

#include <InputSourceDescription.h>

Public Member Functions

 InputSourceDescription ()
 
 InputSourceDescription (ModuleDescription const &md, std::shared_ptr< ProductRegistry > preg, std::shared_ptr< BranchIDListHelper > branchIDListHelper, std::shared_ptr< ProcessBlockHelper > const &processBlockHelper, std::shared_ptr< ThinnedAssociationsHelper > thinnedAssociationsHelper, std::shared_ptr< ActivityRegistry > areg, int maxEvents, int maxLumis, int maxSecondsUntilRampdown, PreallocationConfiguration const &allocations)
 

Public Attributes

std::shared_ptr< ActivityRegistryactReg_
 
PreallocationConfiguration const * allocations_
 
std::shared_ptr
< BranchIDListHelper
branchIDListHelper_
 
int maxEvents_
 
int maxLumis_
 
int maxSecondsUntilRampdown_
 
ModuleDescription moduleDescription_
 
std::shared_ptr
< ProcessBlockHelper
processBlockHelper_
 
std::shared_ptr< ProductRegistryproductRegistry_
 
std::shared_ptr
< ThinnedAssociationsHelper
thinnedAssociationsHelper_
 

Detailed Description

Definition at line 21 of file InputSourceDescription.h.

Constructor & Destructor Documentation

edm::InputSourceDescription::InputSourceDescription ( )
inline

Definition at line 22 of file InputSourceDescription.h.

24  productRegistry_(nullptr),
25  actReg_(),
26  maxEvents_(-1),
27  maxLumis_(-1),
28  allocations_(nullptr) {}
std::shared_ptr< ProductRegistry > productRegistry_
std::shared_ptr< ActivityRegistry > actReg_
PreallocationConfiguration const * allocations_
edm::InputSourceDescription::InputSourceDescription ( ModuleDescription const &  md,
std::shared_ptr< ProductRegistry preg,
std::shared_ptr< BranchIDListHelper branchIDListHelper,
std::shared_ptr< ProcessBlockHelper > const &  processBlockHelper,
std::shared_ptr< ThinnedAssociationsHelper thinnedAssociationsHelper,
std::shared_ptr< ActivityRegistry areg,
int  maxEvents,
int  maxLumis,
int  maxSecondsUntilRampdown,
PreallocationConfiguration const &  allocations 
)
inline

Definition at line 30 of file InputSourceDescription.h.

40  : moduleDescription_(md),
42  branchIDListHelper_(branchIDListHelper),
43  processBlockHelper_(processBlockHelper),
44  thinnedAssociationsHelper_(thinnedAssociationsHelper),
45  actReg_(areg),
47  maxLumis_(maxLumis),
48  maxSecondsUntilRampdown_(maxSecondsUntilRampdown),
49  allocations_(&allocations) {}
std::shared_ptr< ProductRegistry > productRegistry_
std::shared_ptr< ActivityRegistry > actReg_
std::shared_ptr< ThinnedAssociationsHelper > thinnedAssociationsHelper_
std::shared_ptr< ProcessBlockHelper > processBlockHelper_
areg
Definition: Schedule.cc:687
std::shared_ptr< BranchIDListHelper > branchIDListHelper_
preg
Definition: Schedule.cc:687
PreallocationConfiguration const * allocations_

Member Data Documentation

std::shared_ptr<ActivityRegistry> edm::InputSourceDescription::actReg_

Definition at line 56 of file InputSourceDescription.h.

PreallocationConfiguration const* edm::InputSourceDescription::allocations_

Definition at line 60 of file InputSourceDescription.h.

std::shared_ptr<BranchIDListHelper> edm::InputSourceDescription::branchIDListHelper_

Definition at line 53 of file InputSourceDescription.h.

int edm::InputSourceDescription::maxEvents_

Definition at line 57 of file InputSourceDescription.h.

int edm::InputSourceDescription::maxLumis_

Definition at line 58 of file InputSourceDescription.h.

int edm::InputSourceDescription::maxSecondsUntilRampdown_

Definition at line 59 of file InputSourceDescription.h.

ModuleDescription edm::InputSourceDescription::moduleDescription_

Definition at line 51 of file InputSourceDescription.h.

std::shared_ptr<ProcessBlockHelper> edm::InputSourceDescription::processBlockHelper_

Definition at line 54 of file InputSourceDescription.h.

std::shared_ptr<ProductRegistry> edm::InputSourceDescription::productRegistry_

Definition at line 52 of file InputSourceDescription.h.

std::shared_ptr<ThinnedAssociationsHelper> edm::InputSourceDescription::thinnedAssociationsHelper_

Definition at line 55 of file InputSourceDescription.h.