Skip to content

Commit

Permalink
Merge pull request PFCal-dev#90 from dtp2-tpg-am/AM_12_3_X_integratio…
Browse files Browse the repository at this point in the history
…n_fix

Fix unused variable
  • Loading branch information
jaimeleonh authored Mar 15, 2022
2 parents cb3e65f + 2e0287e commit 497cebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion L1Trigger/DTTriggerPhase2/src/RPCIntegrator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ void RPCIntegrator::initialise(const edm::EventSetup& iEventSetup, double shift_
if (m_debug_)
LogDebug("RPCIntegrator") << "Getting RPC geometry";

const MuonGeometryRecord& geom = iEventSetup.get<MuonGeometryRecord>();
if (auto handle = iEventSetup.getHandle(dtGeomH_)) {
dtGeo_ = handle.product();
}
Expand Down

0 comments on commit 497cebd

Please sign in to comment.