CMS 3D CMS Logo

L1TMuonEndCapForestWriter.cc
Go to the documentation of this file.
1 #include <iomanip>
2 #include <iostream>
3 
5 
8 
11 
12 //#include "CondFormats/DataRecord/interface/L1TMuonEndCapForestO2ORcd.h"
15 
18 
20 private:
22 
23 public:
24  void analyze(const edm::Event&, const edm::EventSetup&) override;
25 
27  isO2Opayload = pset.getUntrackedParameter<bool>("isO2Opayload", false);
28  }
29  ~L1TMuonEndCapForestWriter(void) override {}
30 };
31 
34 
35  // if( isO2Opayload )
36  // evSetup.get<L1TMuonEndCapForestO2ORcd>().get( handle1 ) ;
37  // else
38  evSetup.get<L1TMuonEndCapForestRcd>().get(handle1);
39 
40  std::shared_ptr<L1TMuonEndCapForest> ptr1(new L1TMuonEndCapForest(*(handle1.product())));
41 
43  if (poolDb.isAvailable()) {
44  cond::Time_t firstSinceTime = poolDb->beginOfTime();
45  poolDb->writeOneIOV(*ptr1, firstSinceTime, (isO2Opayload ? "L1TMuonEndCapForestO2ORcd" : "L1TMuonEndCapForestRcd"));
46  }
47 }
48 
52 
void analyze(const edm::Event &, const edm::EventSetup &) override
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
L1TMuonEndCapForestWriter(const edm::ParameterSet &pset)
int iEvent
Definition: GenABIO.cc:224
T const * product() const
Definition: ESHandle.h:86
unsigned long long Time_t
Definition: Time.h:14
T get() const
Definition: EventSetup.h:82
HLT enums.