Skip to content

Commit

Permalink
correct fillDescriptions VPSet default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamotta committed Jan 10, 2024
1 parent 3115ddd commit 841edda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/L1CaloTrigger/plugins/L1NNCaloTauEmulator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1069,8 +1069,8 @@ void L1NNCaloTauEmulator::fillDescriptions(edm::ConfigurationDescriptions& descr
psd0.add<std::string>("method", "BDT");
{
edm::ParameterSetDescription vpsd2;
vpsd2.add<std::string>("name", "eMax");
vpsd2.add<std::string>("value", "eMax()");
vpsd2.add<std::string>("name");
vpsd2.add<std::string>("value");
std::vector<edm::ParameterSet> temp2;
temp2.reserve(5);
{
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/L1CaloTrigger/plugins/L1NNCaloTauProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ void L1NNCaloTauProducer::fillDescriptions(edm::ConfigurationDescriptions& descr
psd0.add<std::string>("method", "BDT");
{
edm::ParameterSetDescription vpsd2;
vpsd2.add<std::string>("name", "eMax");
vpsd2.add<std::string>("value", "eMax()");
vpsd2.add<std::string>("name");
vpsd2.add<std::string>("value");
std::vector<edm::ParameterSet> temp2;
temp2.reserve(5);
{
Expand Down

0 comments on commit 841edda

Please sign in to comment.