32 findingRecord<DTT0Rcd>();
35 t0Mean =
pset.getParameter<
double>(
"t0Mean");
36 t0Sigma =
pset.getParameter<
double>(
"t0Sigma");
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++) {