55 std::vector<DTSLRecCluster> buildClusters(
const DTSuperLayer* sl,
56 std::vector<DTRecHit1DPair>& pairs);
58 std::vector<std::pair<float, DTRecHit1DPair> > initHits(
const DTSuperLayer* sl,
59 std::vector<DTRecHit1DPair>& pairs);
61 unsigned int differentLayers(std::vector<DTRecHit1DPair>&
hits);
66 bool operator()(
const std::pair<float, DTRecHit1DPair>& lhs,
67 const std::pair<float, DTRecHit1DPair>& rhs) {
68 return lhs.first < rhs.first;
82 #endif // DTCLUSTERER_H unsigned int theMinLayers
edm::EDGetTokenT< DTRecHitCollection > recHits1DToken_
def setup(process, global_tag, zero_tesla=False)
bool operator()(const std::pair< float, DTRecHit1DPair > &lhs, const std::pair< float, DTRecHit1DPair > &rhs)