Go to the documentation of this file.
97 m_buildername(iConfig.getParameter<
std::
string>(
"TTRHBuilder"))
109 m_nduplicate = tfserv->
make<TH1F>(
"nduplicate",
"Number of duplicated clusters per track", 10, -0.5, 9.5);
110 m_nduplmod = tfserv->
make<TH1F>(
"nduplmod",
"Number of duplicated clusters per module", 10, -0.5, 9.5);
131 for (reco::TrackCollection::const_iterator it =
tracks->begin(); it !=
tracks->end(); it++) {
132 std::set<SiPixelRecHit::ClusterRef::key_type>
clusters;
136 const SiPixelRecHit* pxrh = dynamic_cast<const SiPixelRecHit*>(ttrh->hit());
141 std::stringstream detidstr;
144 LogDebug(
"DuplicateHitFinder") <<
"Track with " << it->recHitsSize() <<
" RecHits";
145 LogTrace(
"DuplicateHitFinder") <<
"Duplicate found " << ttrh->det()->geographicalId().rawId() <<
" "
T const * product() const
DuplicateRecHits(const edm::ParameterSet &)
const TransientTrackingRecHitBuilder * m_builder
void beginRun(const edm::Run &, const edm::EventSetup &) override
const GeomDet * det() const
std::shared_ptr< TrackingRecHit const > RecHitPointer
virtual RecHitPointer build(const TrackingRecHit *p) const =0
build a tracking rechit from an existing rechit
ClusterRef cluster() const
~DuplicateRecHits() override
std::string m_buildername
#define DEFINE_FWK_MODULE(type)
DetId geographicalId() const
The label of this GeomDet.
void endRun(const edm::Run &, const edm::EventSetup &) override
T getParameter(std::string const &) const
edm::EDGetTokenT< reco::TrackCollection > m_trkcollToken
constexpr uint32_t rawId() const
get the raw id
void analyze(const edm::Event &, const edm::EventSetup &) override
std::vector< Track > TrackCollection
collection of Tracks
T * make(const Args &... args) const
make new ROOT object