CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
L1GctConfigDump.cc
Go to the documentation of this file.
2 
6 
9 
12 
15 
19 
25 
26 #include <iomanip>
27 
29  : m_jfParamsToken{esConsumes()},
30  m_chanMaskToken{esConsumes()},
31  m_jetScaleToken{esConsumes()},
32  m_htmScaleToken{esConsumes()},
33  m_hfRingScaleToken{esConsumes()} {
34  // empty
35 }
36 
38  // get records
39 
41 
43 
45 
47 
49 
50  edm::LogInfo("L1GctConfigDump") << (*jfParams) << std::endl;
51  edm::LogInfo("L1GctConfigDump") << (*chanMask) << std::endl;
52  edm::LogInfo("L1GctConfigDump") << "GCT jet Et scale : " << std::endl << (*jetScale) << std::endl;
53  edm::LogInfo("L1GctConfigDump") << "GCT HtMiss scale : " << std::endl << (*htmScale) << std::endl;
54  edm::LogInfo("L1GctConfigDump") << "GCT HF ring scale : " << std::endl << (*hfRingScale) << std::endl;
55 }
56 
ESGetTokenH3DDVariant esConsumes(std::string const &Record, edm::ConsumesCollector &)
Definition: DeDxTools.cc:283
const edm::ESGetToken< L1CaloEtScale, L1JetEtScaleRcd > m_jetScaleToken
const edm::ESGetToken< L1CaloEtScale, L1HfRingEtScaleRcd > m_hfRingScaleToken
L1GctConfigDump(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &) override
const edm::ESGetToken< L1CaloEtScale, L1HtMissScaleRcd > m_htmScaleToken
const edm::ESGetToken< L1GctChannelMask, L1GctChannelMaskRcd > m_chanMaskToken
int iEvent
Definition: GenABIO.cc:224
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
Definition: EventSetup.h:151
Log< level::Info, false > LogInfo
const edm::ESGetToken< L1GctJetFinderParams, L1GctJetFinderParamsRcd > m_jfParamsToken