CMS 3D CMS Logo

L1KeyListWriter.cc
Go to the documentation of this file.
1 #include <iomanip>
2 #include <iostream>
3 
5 
8 
11 
14 
17 
19 public:
20  void analyze(const edm::Event&, const edm::EventSetup&) override;
21 
23 
24 private:
26 };
27 
29  L1TriggerKeyListExt const& ptr1 = evSetup.getData(token_);
30 
32  if (poolDb.isAvailable()) {
33  cond::Time_t firstSinceTime = poolDb->beginOfTime();
34  poolDb->writeOneIOV(ptr1, firstSinceTime, "L1TriggerKeyListExtRcd");
35  }
36 }
37 
41 
L1KeyListWriter(const edm::ParameterSet &)
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
Definition: EventSetup.h:119
edm::ESGetToken< L1TriggerKeyListExt, L1TriggerKeyListExtRcd > token_
int iEvent
Definition: GenABIO.cc:224
unsigned long long Time_t
Definition: Time.h:14
Hash writeOneIOV(const T &payload, Time_t time, const std::string &recordName)
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
void analyze(const edm::Event &, const edm::EventSetup &) override
bool isAvailable() const
Definition: Service.h:40