32 findingRecord<DTT0Rcd>();
44 auto t0Map = std::make_unique<DTT0>();
47 for (
map<
DTLayerId, pair<unsigned int, unsigned int> >::const_iterator lIdWire = theLayerIdWiresMap.begin();
48 lIdWire != theLayerIdWiresMap.end();
50 int firstWire = ((*lIdWire).second).
first;
51 int nWires = ((*lIdWire).second).
second;
53 for (
int wire = 0; wire < nWires; wire++) {
T getParameter(std::string const &) const
static const IOVSyncValue & endOfTime()
std::pair< Time_t, Time_t > ValidityInterval
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &oValidity) override
U second(std::pair< T, U > const &p)
static const IOVSyncValue & beginOfTime()
void parseDDD(const DTT0Rcd &iRecord)
~DTFakeT0ESProducer() override
DTFakeT0ESProducer(const edm::ParameterSet &pset)
std::unique_ptr< DTT0 > produce(const DTT0Rcd &iRecord)