CMS 3D CMS Logo

L1TMuonBarrelParamsWriter.cc
Go to the documentation of this file.
1 #include <iomanip>
2 #include <iostream>
3 
7 
10 
14 
17 
19 private:
21 
22 public:
23  void analyze(const edm::Event&, const edm::EventSetup&) override;
24 
26  isO2Opayload = pset.getUntrackedParameter<bool>("isO2Opayload", false);
27  }
28  ~L1TMuonBarrelParamsWriter(void) override {}
29 };
30 
33 
34  if (isO2Opayload)
35  evSetup.get<L1TMuonBarrelParamsO2ORcd>().get(handle1);
36  else
37  evSetup.get<L1TMuonBarrelParamsRcd>().get(handle1);
38 
39  std::shared_ptr<L1TMuonBarrelParams> ptr1(new L1TMuonBarrelParams(*(handle1.product())));
40 
42  if (poolDb.isAvailable()) {
43  cond::Time_t firstSinceTime = poolDb->beginOfTime();
44  poolDb->writeOne(
45  ptr1.get(), firstSinceTime, (isO2Opayload ? "L1TMuonBarrelParamsO2ORcd" : "L1TMuonBarrelParamsRcd"));
46  }
47 }
48 
52 
T getUntrackedParameter(std::string const &, T const &) const
L1TMuonBarrelParamsWriter(const edm::ParameterSet &pset)
int iEvent
Definition: GenABIO.cc:224
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
unsigned long long Time_t
Definition: Time.h:14
HLT enums.
void analyze(const edm::Event &, const edm::EventSetup &) override
T get() const
Definition: EventSetup.h:73
T const * product() const
Definition: ESHandle.h:86