33 findingRecord<DTT0Rcd>();
49 auto t0Map = std::make_unique<DTT0>();
52 for(
map<
DTLayerId, pair <unsigned int,unsigned int> >::const_iterator lIdWire = theLayerIdWiresMap.begin();
53 lIdWire != theLayerIdWiresMap.end();
55 int firstWire = ((*lIdWire).second).
first;
56 int nWires = ((*lIdWire).second).
second;
58 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()
const DepRecordT getRecord() const
void parseDDD(const DTT0Rcd &iRecord)
~DTFakeT0ESProducer() override
DTFakeT0ESProducer(const edm::ParameterSet &pset)
std::unique_ptr< DTT0 > produce(const DTT0Rcd &iRecord)