Skip to content

Commit

Permalink
Alignment-MuonAlignment-add-override
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Aug 14, 2013
1 parent 3bfcb12 commit 05f8042
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MuonGeometryDBConverter : public edm::EDAnalyzer {


private:
virtual void analyze(const edm::Event&, const edm::EventSetup&);
virtual void analyze(const edm::Event&, const edm::EventSetup&) override;

bool m_done;
std::string m_input, m_output;
Expand Down
2 changes: 1 addition & 1 deletion Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MuonGeometrySVGTemplate : public edm::EDAnalyzer {
~MuonGeometrySVGTemplate();

private:
virtual void analyze(const edm::Event&, const edm::EventSetup &iConfig);
virtual void analyze(const edm::Event&, const edm::EventSetup &iConfig) override;

std::string m_wheelTemplateName;
// std::string m_disk1TemplateName;
Expand Down
2 changes: 1 addition & 1 deletion Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class MuonGeometrySanityCheck : public edm::EDAnalyzer {
~MuonGeometrySanityCheck();

private:
virtual void analyze(const edm::Event&, const edm::EventSetup &iConfig);
virtual void analyze(const edm::Event&, const edm::EventSetup &iConfig) override;

std::string printout;
double tolerance;
Expand Down

0 comments on commit 05f8042

Please sign in to comment.