Skip to content

Commit

Permalink
Merge pull request #23064 from makortel/fixPixelPair
Browse files Browse the repository at this point in the history
Fix automated pixel pair mitigation to include "Fed25" information (10_1_X)
  • Loading branch information
cmsbuild committed May 11, 2018
2 parents f3bb1ef + 2a73834 commit c83176f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -503,7 +503,7 @@ PixelInactiveAreaFinder::PixelInactiveAreaFinder(const edm::ParameterSet& iConfi

void PixelInactiveAreaFinder::fillDescriptions(edm::ParameterSetDescription& desc) {
desc.add<std::vector<edm::InputTag>>("inactivePixelDetectorLabels", std::vector<edm::InputTag>{{edm::InputTag("siPixelDigis")}})->setComment("One or more DetIdCollections of modules to mask on the fly for a given event");
desc.add<std::vector<edm::InputTag>>("badPixelFEDChannelCollectionLabels", std::vector<edm::InputTag>())->setComment("One or more PixelFEDChannelCollections of modules+ROCs to mask on the fly for a given event");
desc.add<std::vector<edm::InputTag>>("badPixelFEDChannelCollectionLabels", std::vector<edm::InputTag>{{edm::InputTag("siPixelDigis")}})->setComment("One or more PixelFEDChannelCollections of modules+ROCs to mask on the fly for a given event");
desc.add<bool>("ignoreSingleFPixPanelModules", false);

desc.addUntracked<bool>("debug", false);
Expand Down

0 comments on commit c83176f

Please sign in to comment.