Skip to content

Commit

Permalink
Merge CMSSW_10_6_X into CMSSW_10_6_DEVEL_X.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Mar 24, 2019
2 parents 05cc3d1 + d9854ad commit 76dea3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PhysicsTools/NanoAOD/plugins/IsFromLostTrackMapProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ void IsFromLostTrackMapProducer::fillDescriptions(edm::ConfigurationDescriptions
desc.add<edm::InputTag>("packedPFCandidates")->setComment("packed PF Candidates collection ");
desc.add<edm::InputTag>("lostTracks")->setComment("lost tracks collection");

std::string modname;
modname="isFromLostTrack map producer";
descriptions.add(modname,desc);
descriptions.addWithDefaultLabel(desc);

}

Expand Down

0 comments on commit 76dea3e

Please sign in to comment.