Skip to content

Commit

Permalink
address review comment about makePSetDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 committed Mar 2, 2021
1 parent 0266c5b commit 05ec89c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions RecoHGCal/TICL/plugins/SeedingRegionByL1.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,3 @@ void ticl::SeedingRegionByL1::fillPSetDescription(edm::ParameterSetDescription &
desc.add<int>("quality", 5);
SeedingRegionAlgoBase::fillPSetDescription(desc);
}

edm::ParameterSetDescription ticl::SeedingRegionByL1::makePSetDescription() {
edm::ParameterSetDescription desc;
fillPSetDescription(desc);
return desc;
}
1 change: 0 additions & 1 deletion RecoHGCal/TICL/plugins/SeedingRegionByL1.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ namespace ticl {
void initialize(const edm::EventSetup& es) override{};
void makeRegions(const edm::Event& ev, const edm::EventSetup& es, std::vector<TICLSeedingRegion>& result) override;
static void fillPSetDescription(edm::ParameterSetDescription& desc);
static edm::ParameterSetDescription makePSetDescription();

private:
edm::EDGetTokenT<std::vector<l1t::TkEm>> l1TkEmsToken_;
Expand Down

0 comments on commit 05ec89c

Please sign in to comment.