CMS 3D CMS Logo

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

#include <L1GtPsbSetupTester.h>

Inheritance diagram for L1GtPsbSetupTester:
edm::EDAnalyzer

Public Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
 L1GtPsbSetupTester (const edm::ParameterSet &)
 
virtual ~L1GtPsbSetupTester ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

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)
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Detailed Description

Description: test analyzer for the setup of L1 GT PSB boards.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 33 of file L1GtPsbSetupTester.h.

Constructor & Destructor Documentation

L1GtPsbSetupTester::L1GtPsbSetupTester ( const edm::ParameterSet parSet)
explicit

Definition at line 36 of file L1GtPsbSetupTester.cc.

37 {
38  // empty
39 }
L1GtPsbSetupTester::~L1GtPsbSetupTester ( )
virtual

Definition at line 42 of file L1GtPsbSetupTester.cc.

43 {
44  // empty
45 }

Member Function Documentation

void L1GtPsbSetupTester::analyze ( const edm::Event iEvent,
const edm::EventSetup evSetup 
)
virtual

Implements edm::EDAnalyzer.

Definition at line 48 of file L1GtPsbSetupTester.cc.

References gather_cfg::cout, and edm::EventSetup::get().

50 {
51 
53  evSetup.get< L1GtPsbSetupRcd >().get( l1GtPsbSet ) ;
54 
55  l1GtPsbSet->print(std::cout);
56  std::cout << std::endl;
57 
58 }
const T & get() const
Definition: EventSetup.h:55
tuple cout
Definition: gather_cfg.py:41