14 sort_stubs_ = mpcParams.getParameter<
bool>(
"sortStubs");
17 max_stubs_ = mpcParams.getParameter<
unsigned>(
"maxStubs");
34 for (
auto Citer = thedigis.begin(); Citer != thedigis.end(); Citer++) {
35 const CSCDetId& detid((*Citer).first);
46 for (
auto Diter = (*Citer).second.first; Diter != (*Citer).second.second; Diter++) {
72 for (
auto LCT =
result.begin(); LCT !=
result.end(); LCT++) {
88 std::sort(
result.begin(),
result.end(), std::greater<csctf::TrackStub>());
99 for (
auto LCT =
result.begin(); LCT !=
result.end(); LCT++) {
100 LCT->setMPCLink(++
i);
104 for (
const auto& lct :
result) {
105 const CSCDetId& detid(lct.getDetId().rawId());
106 const unsigned station(detid.station());
107 const unsigned ring(detid.ring());