CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions
L1CaloGeometryDump Class Reference

#include <L1TriggerConfig/L1CaloGeometryDump/src/L1CaloGeometryDump.cc>

Inheritance diagram for L1CaloGeometryDump:
edm::EDAnalyzer

Public Member Functions

 L1CaloGeometryDump (const edm::ParameterSet &)
 
 ~L1CaloGeometryDump ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
virtual void beginJob ()
 
virtual void endJob ()
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 43 of file L1CaloGeometryDump.cc.

Constructor & Destructor Documentation

L1CaloGeometryDump::L1CaloGeometryDump ( const edm::ParameterSet iConfig)
explicit

Definition at line 68 of file L1CaloGeometryDump.cc.

70 {
71  //now do what ever initialization is needed
72 
73 }
L1CaloGeometryDump::~L1CaloGeometryDump ( )

Definition at line 76 of file L1CaloGeometryDump.cc.

77 {
78 
79  // do anything here that needs to be done at desctruction time
80  // (e.g. close files, deallocate resources etc.)
81 
82 }

Member Function Documentation

void L1CaloGeometryDump::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
privatevirtual

Implements edm::EDAnalyzer.

Definition at line 91 of file L1CaloGeometryDump.cc.

References edm::EventSetup::get(), and LogDebug.

92 {
93  using namespace edm;
94 
96  iSetup.get< L1CaloGeometryRecord >().get( pGeom ) ;
97 
98  LogDebug( "L1CaloGeometryDump" ) << *pGeom << std::endl ;
99 }
#define LogDebug(id)
const T & get() const
Definition: EventSetup.h:55
void L1CaloGeometryDump::beginJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 104 of file L1CaloGeometryDump.cc.

105 {
106 }
void L1CaloGeometryDump::endJob ( void  )
privatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 110 of file L1CaloGeometryDump.cc.

110  {
111 }