Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase2 digitizer updated to exclude badchannel in Strip like detectors #37576

Merged

Commits on Apr 15, 2022

  1. Implemented code to exclude BadChannels by reading information from t…

    …he Condition Database for Strip-like detectors, namely PSS and SS types. Also updated the framework to be able to treat BadChannels independently for each type of subdetectors. For Inner Pixel detectors BadChannel implementation is done in PixelDigitizerAlgorithm. 3D-Pixel and Bricked-Pixel algorithms inherit from PixelDigitizerAlgorithm. Also changed the variable/method names dead->bad as the name Bad signifies both dead and noisy.
    Suchandra authored and Suchandra committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    0bb623f View commit details
    Browse the repository at this point in the history
  2. Implemented code to exclude BadChannels by reading information from t…

    …he Condition Database for Strip-like detectors, namely PSS and SS types. Also updated the framework to be able to treat BadChannels independently for each type of subdetectors. For Inner Pixel detectors BadChannel implementation is done in PixelDigitizerAlgorithm. 3D-Pixel and Bricked-Pixel algorithms inherit from PixelDigitizerAlgorithm. Also changed the variable/method names dead->bad as the name Bad signifies both dead and noisy.
    Suchandra authored and Suchandra committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    56702e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. update following the comment in the PR

    Suchandra authored and Suchandra committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    2207283 View commit details
    Browse the repository at this point in the history