test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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  public:
19 
20 
21  private:
22  virtual void beginJob() ;
23  virtual void analyze(const edm::Event&, const edm::EventSetup&);
24  virtual void endJob() ;
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
virtual void analyze(const edm::Event &, const edm::EventSetup &)
L1CondDBPayloadWriterExt(const edm::ParameterSet &)