CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GctConfigDump.cc
Go to the documentation of this file.
2 
6 
9 
12 
15 
19 
25 
26 #include <iomanip>
27 
28 
30 {
31  // empty
32 }
33 
34 // destructor
36 {
37  // empty
38 }
39 
41 
42  // get records
43 
45  iSetup.get< L1GctJetFinderParamsRcd >().get( jfParams ) ;
46 
48  iSetup.get< L1GctChannelMaskRcd >().get( chanMask ) ;
49 
51  iSetup.get< L1JetEtScaleRcd >().get( jetScale ) ;
52 
54  iSetup.get< L1HtMissScaleRcd >().get( htmScale ) ;
55 
57  iSetup.get< L1HfRingEtScaleRcd >().get( hfRingScale ) ;
58 
59  edm::LogInfo("L1GctConfigDump") << (*jfParams) << std::endl;
60  edm::LogInfo("L1GctConfigDump") << (*chanMask) << std::endl;
61  edm::LogInfo("L1GctConfigDump") << "GCT jet Et scale : " << std::endl << (*jetScale) << std::endl;
62  edm::LogInfo("L1GctConfigDump") << "GCT HtMiss scale : " << std::endl << (*htmScale) << std::endl;
63  edm::LogInfo("L1GctConfigDump") << "GCT HF ring scale : " << std::endl << (*hfRingScale) << std::endl;
64 
65 }
66 
67 
68 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
L1GctConfigDump(const edm::ParameterSet &)
virtual ~L1GctConfigDump()
int iEvent
Definition: GenABIO.cc:243
const T & get() const
Definition: EventSetup.h:55
virtual void analyze(const edm::Event &, const edm::EventSetup &)