|
| DuplicateRecHits (const edm::ParameterSet &) |
|
| ~DuplicateRecHits () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector
< ProductResolverIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 63 of file DuplicateRecHits.cc.
Implements edm::EDAnalyzer.
Definition at line 133 of file DuplicateRecHits.cc.
References TransientTrackingRecHitBuilder::build(), SiPixelRecHit::cluster(), HLT_25ns10e33_v2_cff::clusters, TrackingRecHit::det(), GeomDet::geographicalId(), edm::Event::getByToken(), edm::Ref< C, T, F >::index(), LogDebug, LogTrace, m_builder, m_nduplicate, m_nduplmod, m_trkcollToken, DetId::rawId(), and testEve_cfg::tracks.
142 for(reco::TrackCollection::const_iterator it =
tracks->begin();it!=
tracks->end();it++) {
144 std::set<SiPixelRecHit::ClusterRef::key_type>
clusters;
151 if(clusters.find(pxrh->
cluster().
index())!=clusters.end()) {
153 std::stringstream detidstr;
156 LogDebug(
"DuplicateHitFinder") <<
"Track with " << it->recHitsSize() <<
" RecHits";
157 LogTrace(
"DuplicateHitFinder") <<
"Duplicate found " << ttrh->det()->geographicalId().rawId() <<
" " << pxrh->
cluster().
index();
bool getByToken(EDGetToken token, Handle< PROD > &result) const
const TransientTrackingRecHitBuilder * m_builder
uint32_t rawId() const
get the raw id
const GeomDet * det() const
virtual RecHitPointer build(const TrackingRecHit *p) const =0
build a tracking rechit from an existing rechit
DetId geographicalId() const
The label of this GeomDet.
std::shared_ptr< TrackingRecHit const > RecHitPointer
ClusterRef cluster() const
edm::EDGetTokenT< reco::TrackCollection > m_trkcollToken
TrackingRecHitCollection::base::const_iterator trackingRecHit_iterator
iterator over a vector of reference to TrackingRecHit in the same collection