Skip to content

Commit f994524

Browse files
authored
Update TestAssociator.cc
1 parent 27dff1a commit f994524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimTracker/TrackerHitAssociation/test/TestAssociator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void TestAssociator::printRechitSimhit(const edm::Handle<edmNew::DetSetVector<re
109109
edm::LogVerbatim("TrackAssociator")
110110
<< " simtrack ID = " << m.trackId() << " Simhit Pos = " << m.localPosition();
111111
// Seek the smallest residual
112-
auto ptr = dynamic_cast<const SiPixelRecHit*>(&rechit));
112+
auto ptr = dynamic_cast<const SiPixelRecHit*>(&rechit);
113113
if (nullptr != ptr) {
114114
isPixel = true;
115115
dist = (rechit.localPosition() - m.localPosition()).mag(); // pixels measure 2 dimensions

0 commit comments

Comments
 (0)