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 
17 // this class header
19 
20 // system include files
21 #include <iostream>
22 #include <iomanip>
23 
24 // user include files
25 // base class
26 
29 
32 
33 // forward declarations
34 
35 // constructor(s)
37 {
38  // empty
39 }
40 
41 // destructor
43 {
44  // empty
45 }
46 
47 // loop over events
49  const edm::Event& iEvent, const edm::EventSetup& evSetup)
50 {
51 
53  evSetup.get< L1GtPsbSetupRcd >().get( l1GtPsbSet ) ;
54 
55  l1GtPsbSet->print(std::cout);
56  std::cout << std::endl;
57 
58 }
L1GtPsbSetupTester(const edm::ParameterSet &)
int iEvent
Definition: GenABIO.cc:243
const T & get() const
Definition: EventSetup.h:55
virtual void analyze(const edm::Event &, const edm::EventSetup &)
tuple cout
Definition: gather_cfg.py:41