CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::test::ProcessBlock Class Reference

#include <ProcessBlock.h>

Public Member Functions

template<typename T >
TestHandle< Tget () const
 
template<typename T >
TestHandle< Tget (std::string const &iInstanceLabel) const
 
 ProcessBlock (ProcessBlockPrincipal const *iPrincipal, std::string iModuleLabel, std::string iProcessName)
 

Private Attributes

std::string label_
 
ProcessBlockPrincipal const * principal_
 
std::string processName_
 

Detailed Description

Description: [one line class summary]

Usage: <usage>

Definition at line 31 of file ProcessBlock.h.

Constructor & Destructor Documentation

◆ ProcessBlock()

edm::test::ProcessBlock::ProcessBlock ( ProcessBlockPrincipal const *  iPrincipal,
std::string  iModuleLabel,
std::string  iProcessName 
)

Definition at line 18 of file ProcessBlock.cc.

21  : principal_{iPrincipal}, label_{std::move(iModuleLabel)}, processName_{std::move(iProcessName)} {}

Member Function Documentation

◆ get() [1/2]

template<typename T >
TestHandle<T> edm::test::ProcessBlock::get ( ) const
inline

◆ get() [2/2]

template<typename T >
TestHandle<T> edm::test::ProcessBlock::get ( std::string const &  iInstanceLabel) const
inline

Member Data Documentation

◆ label_

std::string edm::test::ProcessBlock::label_
private

◆ principal_

ProcessBlockPrincipal const* edm::test::ProcessBlock::principal_
private

Definition at line 55 of file ProcessBlock.h.

Referenced by get().

◆ processName_

std::string edm::test::ProcessBlock::processName_
private

Definition at line 57 of file ProcessBlock.h.

Referenced by get().

edm::test::ProcessBlock::processName_
std::string processName_
Definition: ProcessBlock.h:57
edm::PRODUCT_TYPE
Definition: ProductKindOfType.h:5
edm::test::ProcessBlock::principal_
ProcessBlockPrincipal const * principal_
Definition: ProcessBlock.h:55
cms::cuda::assert
assert(be >=bs)
wrapper
static HepMC::HEPEVT_Wrapper wrapper
Definition: BeamHaloProducer.cc:47
watchdog.const
const
Definition: watchdog.py:83
h
edm::test::ProcessBlock::label_
std::string label_
Definition: ProcessBlock.h:56
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::TypeID
Definition: TypeID.h:22
eostools.move
def move(src, dest)
Definition: eostools.py:511
T
long double T
Definition: Basic3DVectorLD.h:48
TestHandle
edm::Principal::getByLabel
BasicHandle getByLabel(KindOfType kindOfType, TypeID const &typeID, InputTag const &inputTag, EDConsumerBase const *consumes, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc) const
Definition: Principal.cc:571