CMS 3D CMS Logo

L1CondDBPayloadWriter.h
Go to the documentation of this file.
1 #ifndef CondTools_L1Trigger_L1CondDBPayloadWriter_h
2 #define CondTools_L1Trigger_L1CondDBPayloadWriter_h
3 // -*- C++ -*-
4 //
5 // Package: L1Trigger
6 // Class : L1CondDBPayloadWriter
7 //
16 //
17 // Original Author:
18 // Created: Sun Mar 2 07:06:56 CET 2008
19 // $Id: L1CondDBPayloadWriter.h,v 1.6 2009/12/17 23:43:58 wmtan Exp $
20 //
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 
35 
36 // forward declarations
37 class L1TriggerKey;
38 class L1TriggerKeyRcd;
39 
41 public:
43  ~L1CondDBPayloadWriter() override;
44 
45 private:
46  void beginJob() override;
47  void analyze(const edm::Event&, const edm::EventSetup&) override;
48  void endJob() override;
49 
50  // ----------member data ---------------------------
52  // std::string m_tag ; // tag is known by PoolDBOutputService
53 
54  // set to false to write config data without valid TSC key
56 
57  // set to false to write config data only
59 
60  // substitute new payload tokens for existing keys in L1TriggerKeyList
62 
64 
65  // if true, do not retrieve L1TriggerKeyList from EventSetup
67 
69 };
70 
71 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
L1CondDBPayloadWriter(const edm::ParameterSet &)
edm::ESGetToken< L1TriggerKey, L1TriggerKeyRcd > l1TriggerKeyToken_