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 
12 
13  public:
14 
17 
18  protected:
19 
21  const edm::IOVSyncValue& iov_sync,
22  edm::ValidityInterval& iov_validity ) override {
23  edm::ValidityInterval infinity( iov_sync.beginOfTime(), iov_sync.endOfTime() );
24  iov_validity = infinity;
25  }
26 
27  private:
28 
29  // Builds cabling map based on the ParameterSet
31 
32  // The configuration used to generated the cabling record
34 };
35 
36 #endif // CalibTracker_SiStripESProducers_Phase2TrackerCablingCfgESSource_H
37 
38 
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