CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edm::test::TestProcessorConfig::ProduceEntry Struct Reference

#include <TestProcessor.h>

Public Member Functions

 ProduceEntry (edm::TypeID const &iType, std::string moduleLabel, std::string instanceLabel, std::string processName)
 

Public Attributes

std::string instanceLabel_
 
std::string moduleLabel_
 
std::string processName_
 
edm::TypeID type_
 

Detailed Description

Definition at line 121 of file TestProcessor.h.

Constructor & Destructor Documentation

edm::test::TestProcessorConfig::ProduceEntry::ProduceEntry ( edm::TypeID const &  iType,
std::string  moduleLabel,
std::string  instanceLabel,
std::string  processName 
)
inline

Member Data Documentation

std::string edm::test::TestProcessorConfig::ProduceEntry::instanceLabel_

Definition at line 132 of file TestProcessor.h.

std::string edm::test::TestProcessorConfig::ProduceEntry::moduleLabel_
std::string edm::test::TestProcessorConfig::ProduceEntry::processName_

Definition at line 133 of file TestProcessor.h.

edm::TypeID edm::test::TestProcessorConfig::ProduceEntry::type_