CMS 3D CMS Logo

DumpPSetRegistry Class Reference

Inheritance diagram for DumpPSetRegistry:

edm::EDAnalyzer

List of all members.

Public Member Functions

virtual void analyze (const edm::Event &event, const edm::EventSetup &setup)
virtual void beginJob (const edm::EventSetup &setup)
 DumpPSetRegistry (const edm::ParameterSet &config)
virtual void endJob ()
virtual ~DumpPSetRegistry ()


Detailed Description

Definition at line 17 of file DumpPSetRegistry.cc.


Constructor & Destructor Documentation

DumpPSetRegistry::DumpPSetRegistry ( const edm::ParameterSet config  )  [explicit]

Definition at line 27 of file DumpPSetRegistry.cc.

00028 {
00029 }

DumpPSetRegistry::~DumpPSetRegistry (  )  [virtual]

Definition at line 31 of file DumpPSetRegistry.cc.

00032 {
00033 }


Member Function Documentation

void DumpPSetRegistry::analyze ( const edm::Event event,
const edm::EventSetup setup 
) [virtual]

Implements edm::EDAnalyzer.

Definition at line 42 of file DumpPSetRegistry.cc.

00043 {
00044 }

void DumpPSetRegistry::beginJob ( const edm::EventSetup setup  )  [virtual]

Reimplemented from edm::EDAnalyzer.

Definition at line 35 of file DumpPSetRegistry.cc.

References edm::detail::ThreadSafeRegistry< KEY, T, E >::begin(), GenMuonPlsPt100GeV_cfg::cout, edm::detail::ThreadSafeRegistry< KEY, T, E >::end(), lat::endl(), i, edm::detail::ThreadSafeRegistry< KEY, T, E >::instance(), and registry.

00036 {
00037   const edm::pset::Registry * registry = edm::pset::Registry::instance();
00038   for (edm::pset::Registry::const_iterator i = registry->begin(); i != registry->end(); ++i)
00039     std::cout << i->second << std::endl;
00040 }

void DumpPSetRegistry::endJob ( void   )  [virtual]

Reimplemented from edm::EDAnalyzer.

Definition at line 46 of file DumpPSetRegistry.cc.

00047 {
00048 }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:19:16 2009 for CMSSW by  doxygen 1.5.4