#include <L1TriggerConfig/L1CaloGeometryDump/src/L1CaloGeometryDump.cc>
Public Member Functions | |
L1CaloGeometryDump (const edm::ParameterSet &) | |
~L1CaloGeometryDump () | |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 43 of file L1CaloGeometryDump.cc.
L1CaloGeometryDump::L1CaloGeometryDump | ( | const edm::ParameterSet & | iConfig | ) | [explicit] |
Definition at line 68 of file L1CaloGeometryDump.cc.
{
//now do what ever initialization is needed
}
L1CaloGeometryDump::~L1CaloGeometryDump | ( | ) |
Definition at line 76 of file L1CaloGeometryDump.cc.
{ // do anything here that needs to be done at desctruction time // (e.g. close files, deallocate resources etc.) }
void L1CaloGeometryDump::analyze | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup | ||
) | [private, virtual] |
Implements edm::EDAnalyzer.
Definition at line 91 of file L1CaloGeometryDump.cc.
References edm::EventSetup::get(), and LogDebug.
{ using namespace edm; ESHandle< L1CaloGeometry > pGeom ; iSetup.get< L1CaloGeometryRecord >().get( pGeom ) ; LogDebug( "L1CaloGeometryDump" ) << *pGeom << std::endl ; }
void L1CaloGeometryDump::beginJob | ( | void | ) | [private, virtual] |
void L1CaloGeometryDump::endJob | ( | void | ) | [private, virtual] |