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 
39 public:
41  ~L1CondDBPayloadWriter() override;
42 
43 private:
44  void beginJob() override;
45  void analyze(const edm::Event&, const edm::EventSetup&) override;
46  void endJob() override;
47 
48  // ----------member data ---------------------------
50  // std::string m_tag ; // tag is known by PoolDBOutputService
51 
52  // set to false to write config data without valid TSC key
54 
55  // set to false to write config data only
57 
58  // substitute new payload tokens for existing keys in L1TriggerKeyList
60 
62 
63  // if true, do not retrieve L1TriggerKeyList from EventSetup
65 };
66 
67 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
L1CondDBPayloadWriter(const edm::ParameterSet &)