Skip to content

Commit

Permalink
Merge pull request #16984 from gartung/CalibTracker-SiStripLorentzAng…
Browse files Browse the repository at this point in the history
…le-fix-clang-warnings

CalibTracker-SiStripLorentzAngle: potential bug beginRun now called
  • Loading branch information
davidlange6 committed Feb 3, 2017
2 parents 652b73d + 6915fba commit 9c65890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ class SiStripLAProfileBooker : public edm::EDAnalyzer

~SiStripLAProfileBooker();

void beginRun(const edm::EventSetup& c);
void beginRun(edm::Run const&,const edm::EventSetup& c);

void endJob();

Expand Down
Expand Up @@ -68,7 +68,7 @@ SiStripLAProfileBooker::SiStripLAProfileBooker(edm::ParameterSet const& conf) :

//BeginRun

void SiStripLAProfileBooker::beginRun(const edm::EventSetup& c){
void SiStripLAProfileBooker::beginRun(const edm::Run &,const edm::EventSetup& c){

//Retrieve tracker topology from geometry
edm::ESHandle<TrackerTopology> tTopoHandle;
Expand Down

0 comments on commit 9c65890

Please sign in to comment.