CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
49  virtual void analyze(const edm::Event&, const edm::EventSetup&) override;
50 
51 };
52 
53 
54 
56 {
57 
58 
60  evSetup.get< L1RCTParametersRcd >().get( rctParam) ;
61 
62 
63  rctParam->print(std::cout);
64 
65 }
66 
68 
69 
70 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
int iEvent
Definition: GenABIO.cc:230
const T & get() const
Definition: EventSetup.h:56
L1RCTParametersTester(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
tuple cout
Definition: gather_cfg.py:121