Skip to content

Commit

Permalink
Output BadFEDChannel only for Phase 1 detector
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusa committed May 5, 2019
1 parent 34e54d7 commit 3fff847
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimTracker/SiPixelDigitizer/plugins/SiPixelDigitizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ namespace cms
}

_pixeldigialgo.reset(new SiPixelDigitizerAlgorithm(iConfig));
mixMod.produces<PixelFEDChannelCollection>();
if (NumberOfEndcapDisks != 2)
mixMod.produces<PixelFEDChannelCollection>();
}

SiPixelDigitizer::~SiPixelDigitizer(){
Expand Down

0 comments on commit 3fff847

Please sign in to comment.