CMS 3D CMS Logo

L1RCTParametersTester.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: RCTConfigTester
4 // Class: RCTConfigTester
5 //
13 //
14 // Original Author: Sridhara Dasu
15 // Created: Mon Jul 16 23:48:35 CEST 2007
16 //
17 //
18 // user include files
22 
25 
28 
31 
34 
35 #include <iostream>
36 
37 #include <iostream>
38 
39 using std::cout;
40 using std::endl;
41 //
42 // class declaration
43 //
44 
46 public:
48  void analyze(const edm::Event&, const edm::EventSetup&) override;
49 
50 private:
52 };
53 
55  evSetup.getData(token_).print(std::cout);
56 }
57 
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
Definition: EventSetup.h:119
int iEvent
Definition: GenABIO.cc:224
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
edm::ESGetToken< L1RCTParameters, L1RCTParametersRcd > token_
L1RCTParametersTester(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &) override