CMS 3D CMS Logo

L1CondDBPayloadWriterExt.h
Go to the documentation of this file.
1 #ifndef CondTools_L1TriggerExt_L1CondDBPayloadWriterExt_h
2 #define CondTools_L1TriggerExt_L1CondDBPayloadWriterExt_h
3 #include <memory>
4 
7 
10 
12 
14 
16 public:
18  ~L1CondDBPayloadWriterExt() override;
19 
20 private:
21  void beginJob() override;
22  void analyze(const edm::Event&, const edm::EventSetup&) override;
23  void endJob() override;
24 
25  // ----------member data ---------------------------
27  // std::string m_tag ; // tag is known by PoolDBOutputService
28 
29  // set to false to write config data without valid TSC key
31 
32  // set to false to write config data only
34 
35  // substitute new payload tokens for existing keys in L1TriggerKeyListExt
37 
39 
40  // if true, do not retrieve L1TriggerKeyListExt from EventSetup
42 };
43 
44 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
L1CondDBPayloadWriterExt(const edm::ParameterSet &)