CMS 3D CMS Logo

L1GtStableParametersTester.cc
Go to the documentation of this file.
1 
15 // this class header
17 
18 // system include files
19 #include <iomanip>
20 #include <iostream>
21 
22 // user include files
23 // base class
25 
28 
31 
34 
35 // forward declarations
36 
37 // constructor(s)
39  const edm::ParameterSet& parSet) {
40  // empty
41 }
42 
43 // destructor
45  // empty
46 }
47 
48 // loop over events
50  const edm::EventSetup& evSetup) {
51 
53  evSetup.get< L1GtStableParametersRcd>().get(l1GtPar) ;
54 
55  l1GtPar->print(std::cout);
56 
57 }
void print(std::ostream &) const
print all the L1 GT stable parameters
int iEvent
Definition: GenABIO.cc:230
T get() const
Definition: EventSetup.h:63
void analyze(const edm::Event &, const edm::EventSetup &) override
L1GtStableParametersTester(const edm::ParameterSet &)