55 std::vector<std::pair<float, DTRecHit1DPair> >
initHits(
const DTSuperLayer* sl, std::vector<DTRecHit1DPair>& pairs);
62 bool operator()(
const std::pair<float, DTRecHit1DPair>& lhs,
const std::pair<float, DTRecHit1DPair>& rhs) {
63 return lhs.first < rhs.first;
77 #endif // DTCLUSTERER_H
unsigned int theMinLayers
unsigned int differentLayers(std::vector< DTRecHit1DPair > &hits)
edm::EDGetTokenT< DTRecHitCollection > recHits1DToken_
void produce(edm::Event &event, const edm::EventSetup &setup) override
bool operator()(const std::pair< float, DTRecHit1DPair > &lhs, const std::pair< float, DTRecHit1DPair > &rhs)
std::vector< DTSLRecCluster > buildClusters(const DTSuperLayer *sl, std::vector< DTRecHit1DPair > &pairs)
DTClusterer(const edm::ParameterSet &)
std::vector< std::pair< float, DTRecHit1DPair > > initHits(const DTSuperLayer *sl, std::vector< DTRecHit1DPair > &pairs)