CMS 3D CMS Logo

L1GctConfigDump.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GctConfigDump_h
2 #define L1GtConfigProducers_L1GctConfigDump_h
3 
19 
22 
23 // forward declarations
24 
25 // class declaration
27 public:
28  // constructor
29  explicit L1GctConfigDump(const edm::ParameterSet&);
30 
31  // destructor
32  ~L1GctConfigDump() override;
33 
34  void analyze(const edm::Event&, const edm::EventSetup&) override;
35 };
36 
37 #endif
L1GctConfigDump::~L1GctConfigDump
~L1GctConfigDump() override
Definition: L1GctConfigDump.cc:33
EDAnalyzer.h
edm::EDAnalyzer
Definition: EDAnalyzer.h:28
L1GctConfigDump::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: L1GctConfigDump.cc:37
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
edm::EventSetup
Definition: EventSetup.h:57
L1GctConfigDump
Definition: L1GctConfigDump.h:26
L1GctConfigDump::L1GctConfigDump
L1GctConfigDump(const edm::ParameterSet &)
Definition: L1GctConfigDump.cc:28
ParameterSet.h
edm::Event
Definition: Event.h:73