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 
21  private:
22  void beginJob() override ;
23  void analyze(const edm::Event&, const edm::EventSetup&) override;
24  void endJob() override ;
25 
26  // ----------member data ---------------------------
28  // std::string m_tag ; // tag is known by PoolDBOutputService
29 
30  // set to false to write config data without valid TSC key
32 
33  // set to false to write config data only
35 
36  // substitute new payload tokens for existing keys in L1TriggerKeyListExt
38 
40 
41  // if true, do not retrieve L1TriggerKeyListExt from EventSetup
43 };
44 
45 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
L1CondDBPayloadWriterExt(const edm::ParameterSet &)