CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtPsbSetupTester.cc
Go to the documentation of this file.
1 
15 // this class header
17 
18 // system include files
19 #include <iostream>
20 #include <iomanip>
21 
22 // user include files
23 // base class
24 
27 
30 
31 // forward declarations
32 
33 // constructor(s)
35 {
36  // empty
37 }
38 
39 // destructor
41 {
42  // empty
43 }
44 
45 // loop over events
47  const edm::Event& iEvent, const edm::EventSetup& evSetup)
48 {
49 
51  evSetup.get< L1GtPsbSetupRcd >().get( l1GtPsbSet ) ;
52 
53  l1GtPsbSet->print(std::cout);
54  std::cout << std::endl;
55 
56 }
L1GtPsbSetupTester(const edm::ParameterSet &)
int iEvent
Definition: GenABIO.cc:230
const T & get() const
Definition: EventSetup.h:55
virtual void analyze(const edm::Event &, const edm::EventSetup &)
tuple cout
Definition: gather_cfg.py:121