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
25 
28 
31 
32 // forward declarations
33 
34 // constructor(s)
36  // empty
37 }
38 
39 // loop over events
41  const edm::Event& iEvent,
42  const edm::EventSetup& evSetup) const {
43  evSetup.getData(m_l1GtParToken).print(std::cout);
44 }
ESGetTokenH3DDVariant esConsumes(std::string const &Record, edm::ConsumesCollector &)
Definition: DeDxTools.cc:283
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
Definition: EventSetup.h:119
void analyze(edm::StreamID, const edm::Event &, const edm::EventSetup &) const override
int iEvent
Definition: GenABIO.cc:224
const edm::ESGetToken< L1GtStableParameters, L1GtStableParametersRcd > m_l1GtParToken
L1GtStableParametersTester(const edm::ParameterSet &)