Skip to content

Commit

Permalink
Forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
boudoul committed Apr 4, 2018
1 parent 63ce325 commit c9b4419
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -180,8 +180,8 @@ void SiPixelPhase1TrackClusters::analyze(const edm::Event& iEvent, const edm::Ev
auto pixhit = dynamic_cast<const SiPixelRecHit*>(hit->hit());
if (!pixhit) continue;

// auto geomdetunit = dynamic_cast<const PixelGeomDetUnit*>(pixhit->detUnit());
// auto const & topol = geomdetunit->specificTopology();
auto geomdetunit = dynamic_cast<const PixelGeomDetUnit*>(pixhit->detUnit());
auto const & topol = geomdetunit->specificTopology();

// get the cluster
auto clustp = pixhit->cluster();
Expand Down

0 comments on commit c9b4419

Please sign in to comment.