Skip to content

Commit

Permalink
Merge pull request #42846 from mmusich/fixEdAnalyzerSkeleton
Browse files Browse the repository at this point in the history
fix commented section of `EDAnalyzer::fillDescriptions` skeleton, such that it can actually compile
  • Loading branch information
cmsbuild authored Sep 25, 2023
2 parents a9f05e9 + 726fa56 commit 80d715c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FWCore/Skeletons/mkTemplates/EDAnalyzer/EDAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ void __class__::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {

//Specify that only 'tracks' is allowed
//To use, remove the default given above and uncomment below
//ParameterSetDescription desc;
//desc.addUntracked<edm::InputTag>("tracks","ctfWithMaterialTracks");
//edm::ParameterSetDescription desc;
//desc.addUntracked<edm::InputTag>("tracks", edm::InputTag("ctfWithMaterialTracks"));
//descriptions.addWithDefaultLabel(desc);
}

Expand Down

0 comments on commit 80d715c

Please sign in to comment.