Skip to content

Commit

Permalink
Merge pull request #29876 from fwyzard/Apply_clang-format_CalibMuon
Browse files Browse the repository at this point in the history
Apply code checks to the CalibMuon packages
  • Loading branch information
cmsbuild committed May 19, 2020
2 parents 96a4cfe + 3dd195a commit 35fd81b
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@
class CSCDBL1TPParametersConditions : public edm::ESProducer, public edm::EventSetupRecordIntervalFinder {
public:
CSCDBL1TPParametersConditions(const edm::ParameterSet &);
~CSCDBL1TPParametersConditions();
~CSCDBL1TPParametersConditions() override;

inline static CSCDBL1TPParameters *prefillCSCDBL1TPParameters();

Expand All @@ -30,7 +30,9 @@ class CSCDBL1TPParametersConditions : public edm::ESProducer, public edm::EventS

private:
// ----------member data ---------------------------
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &);
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &,
const edm::IOVSyncValue &,
edm::ValidityInterval &) override;
};

#include <fstream>
Expand Down

0 comments on commit 35fd81b

Please sign in to comment.