We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a18e5f commit a86456aCopy full SHA for a86456a
DQMOffline/Muon/src/GEMEfficiencyAnalyzer.cc
@@ -12,7 +12,7 @@
12
13
GEMEfficiencyAnalyzer::GEMEfficiencyAnalyzer(const edm::ParameterSet& pset)
14
: GEMOfflineDQMBase(pset),
15
- gemToken1_(esConsumes<GEMGeometry, MuonGeometryRecord>()),
+ gemToken1_(esConsumes<edm::Transition::BeginRun>()),
16
gemToken2_(esConsumes<GEMGeometry, MuonGeometryRecord>()),
17
globalGeomToken_(esConsumes<GlobalTrackingGeometry, GlobalTrackingGeometryRecord>()),
18
trasientTrackToken_(
0 commit comments