CMS 3D CMS Logo

Phase2TrackerCablingCfgESSource.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiStripESProducers_Phase2TrackerCablingCfgESSource_H
2 #define CalibTracker_SiStripESProducers_Phase2TrackerCablingCfgESSource_H
3 
7 
10 
13 public:
16 
17 protected:
19  const edm::IOVSyncValue& iov_sync,
20  edm::ValidityInterval& iov_validity) override {
21  edm::ValidityInterval infinity(iov_sync.beginOfTime(), iov_sync.endOfTime());
22  iov_validity = infinity;
23  }
24 
25 private:
26  // Builds cabling map based on the ParameterSet
28 
29  // The configuration used to generated the cabling record
31 };
32 
33 #endif // CalibTracker_SiStripESProducers_Phase2TrackerCablingCfgESSource_H
Phase2TrackerCabling * make(const Phase2TrackerCablingRcd &) override
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88
Phase2TrackerCablingCfgESSource(const edm::ParameterSet &)
const double infinity
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &key, const edm::IOVSyncValue &iov_sync, edm::ValidityInterval &iov_validity) override