CMS 3D CMS Logo

L1TMuonOverlapParamsWriter.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  ~L1TMuonOverlapParamsWriter(void) override {}
24 };
25 
27 
29  evSetup.get<L1TMuonOverlapParamsRcd>().get( handle1 ) ;
30  boost::shared_ptr<L1TMuonOverlapParams> ptr1(new L1TMuonOverlapParams(*(handle1.product ())));
31 
33  if( poolDb.isAvailable() ){
34  cond::Time_t firstSinceTime = poolDb->beginOfTime();
35  poolDb->writeOne(ptr1.get(),firstSinceTime,"L1TMuonOverlapPatternParamsRcd");
36  }
37 
38 }
39 
43 
45 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
void analyze(const edm::Event &, const edm::EventSetup &) override
int iEvent
Definition: GenABIO.cc:230
unsigned long long Time_t
Definition: Time.h:16
const T & get() const
Definition: EventSetup.h:59
HLT enums.
L1TMuonOverlapParamsWriter(const edm::ParameterSet &)
T const * product() const
Definition: ESHandle.h:86