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