Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsavard committed Nov 21, 2023
1 parent 7620485 commit 19b84ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class L1TruthTrackFastJetProducer : public edm::stream::EDProducer<> {
typedef std::vector<L1TTTrackType> L1TTTrackCollectionType;

explicit L1TruthTrackFastJetProducer(const edm::ParameterSet&);
~L1TruthTrackFastJetProducer() = default;
~L1TruthTrackFastJetProducer() override = default;

static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);

Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1TTrackMatch/plugins/TPFastJetProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using namespace std;
class TPFastJetProducer : public edm::stream::EDProducer<> {
public:
explicit TPFastJetProducer(const edm::ParameterSet&);
~TPFastJetProducer() = default;
~TPFastJetProducer() override = default;

static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);

Expand Down

0 comments on commit 19b84ba

Please sign in to comment.