CMS 3D CMS Logo

L1TCaloConfigESProducer.cc
Go to the documentation of this file.
1 
10 // system include files
11 #include <memory>
12 #include <iostream>
13 #include <fstream>
14 
15 // user include files
21 
23 
27 
28 using namespace std;
29 
30 //
31 // class declaration
32 //
33 
34 using namespace l1t;
35 
37 public:
39  ~L1TCaloConfigESProducer() override;
40 
41  using ReturnType = std::unique_ptr<CaloConfig>;
42 
43  ReturnType produce(const L1TCaloConfigRcd&);
44 
45 private:
48 };
49 
50 //
51 // constants, enums and typedefs
52 //
53 
54 //
55 // static data member definitions
56 //
57 
58 //
59 // constructors and destructor
60 //
62  //the following line is needed to tell the framework what
63  // data is being produced
64  setWhatProduced(this);
65  //setWhatProduced(this, conf.getParameter<std::string>("label"));
66 
67  std::string l1epoch = conf.getParameter<string>("l1Epoch");
68  unsigned fwv = conf.getParameter<unsigned>("fwVersionLayer2");
69  CaloConfigHelper h(m_params, fwv, l1epoch);
70 }
71 
73  // do anything here that needs to be done at desctruction time
74  // (e.g. close files, deallocate resources etc.)
75 }
76 
77 //
78 // member functions
79 //
80 
81 // ------------ method called to produce the data ------------
83  return std::make_unique<CaloConfig>(m_params);
84 }
85 
86 //define this as a plug-in
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
delete x;
Definition: CaloConfig.h:22
std::unique_ptr< CaloConfig > ReturnType
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:61
ReturnType produce(const L1TCaloConfigRcd &)
L1TCaloConfigESProducer(const edm::ParameterSet &)
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4