Skip to content

Commit

Permalink
Merge pull request #42378 from mmusich/fix_vector_PixelInactiveAreaFi…
Browse files Browse the repository at this point in the history
…nder

clear `badPixelDetsBarrel_` and `badPixelDetsEndcap_` in `PixelInactiveAreaFinder`
  • Loading branch information
cmsbuild authored Jul 28, 2023
2 parents 20664b8 + 4db219c commit 0967442
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 0967442

Please sign in to comment.