Skip to content

Commit

Permalink
code format updates in CalibTracker/SiPixelLorentzAngle
Browse files Browse the repository at this point in the history
  • Loading branch information
ferencek committed Nov 24, 2020
1 parent 5fa9e75 commit b17511b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void SiPixelLorentzAngle::analyze(const edm::Event& e, const edm::EventSetup& es
cout << "event number " << event_counter_ << endl;

edm::ESHandle<TrackerGeometry> estracker = es.getHandle(trackerGeomToken_);
const TrackerGeometry *tracker = &(*estracker);
const TrackerGeometry* tracker = &(*estracker);

std::unique_ptr<TrackerHitAssociator> associate;
if (simData_)
Expand Down

0 comments on commit b17511b

Please sign in to comment.