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 // $Id: L1RCTParametersTester.cc,v 1.3 2009/05/06 18:16:26 efron Exp $
17 //
18 //
19 // user include files
23 
26 
29 
32 
35 
36 
37 
38 using std::cout;
39 using std::endl;
40 //
41 // class declaration
42 //
43 
45 public:
48  virtual void analyze(const edm::Event&, const edm::EventSetup&);
49 
50 };
51 
52 
53 
55 {
56 
57 
59  evSetup.get< L1RCTParametersRcd >().get( rctParam) ;
60 
61 
62  rctParam->print(std::cout);
63 
64 }
65 
67 
68 
69 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
int iEvent
Definition: GenABIO.cc:243
const T & get() const
Definition: EventSetup.h:55
L1RCTParametersTester(const edm::ParameterSet &)
tuple cout
Definition: gather_cfg.py:121
virtual void analyze(const edm::Event &, const edm::EventSetup &)