CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
19 
21 public:
23  ~L1CondDBPayloadWriterExt() override;
24 
25 private:
26  void beginJob() override;
27  void analyze(const edm::Event&, const edm::EventSetup&) override;
28  void endJob() override;
29 
30  // ----------member data ---------------------------
32  // std::string m_tag ; // tag is known by PoolDBOutputService
33 
34  // token to access object key
36 
37  // set to false to write config data without valid TSC key
39 
40  // set to false to write config data only
42 
43  // substitute new payload tokens for existing keys in L1TriggerKeyListExt
45 
47 
48  // if true, do not retrieve L1TriggerKeyListExt from EventSetup
50 };
51 
52 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::ESGetToken< L1TriggerKeyExt, L1TriggerKeyExtRcd > key_token
L1CondDBPayloadWriterExt(const edm::ParameterSet &)