Skip to content

Commit

Permalink
clear badPixelDetsBarrel_ and badPixelDetsEndcap_ in PixelInactiveAre…
Browse files Browse the repository at this point in the history
…aFinder
  • Loading branch information
mmusich committed Jul 28, 2023
1 parent 86c6b5b commit 4485482
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,10 @@ PixelInactiveAreaFinder::InactiveAreas PixelInactiveAreaFinder::inactiveAreas(co

// assign data to instance variables
updatePixelDets(iSetup);

// clear the list of bad pixel modules at each event!
badPixelDetsBarrel_.clear();
badPixelDetsEndcap_.clear();
getBadPixelDets(iEvent, iSetup);

//write files for plotting
Expand Down

0 comments on commit 4485482

Please sign in to comment.