Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calderona committed May 24, 2021
1 parent 2a18e5f commit a86456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Muon/src/GEMEfficiencyAnalyzer.cc
Expand Up @@ -12,7 +12,7 @@

GEMEfficiencyAnalyzer::GEMEfficiencyAnalyzer(const edm::ParameterSet& pset)
: GEMOfflineDQMBase(pset),
gemToken1_(esConsumes<GEMGeometry, MuonGeometryRecord>()),
gemToken1_(esConsumes<edm::Transition::BeginRun>()),
gemToken2_(esConsumes<GEMGeometry, MuonGeometryRecord>()),
globalGeomToken_(esConsumes<GlobalTrackingGeometry, GlobalTrackingGeometryRecord>()),
trasientTrackToken_(
Expand Down

0 comments on commit a86456a

Please sign in to comment.