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

Changes to ECAL TTF4 DQM plots (for CMSSW master) #23087

Merged
merged 4 commits into from
May 5, 2018

Commits on Apr 27, 2018

  1. Added alarm to trigger primitives quality summary plot -- the plot no…

    …w turns RED when the fraction of towers in a given SM that have TTF4 flag set is greater than a threshold fraction which is currently set to 0.05.
    tanmaymudholkar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    9a7f709 View commit details
    Browse the repository at this point in the history
  2. Changed TTF4 threshold to 0.1; also included trend plots for the tota…

    …l number of towers in EB and EE with TTF4 flag set.
    tanmaymudholkar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    0655fac View commit details
    Browse the repository at this point in the history
  3. COKE in the endcaps can mask on the strip level, not just the tower l…

    …evel; the ttFlag container now has meaningful values above 4 for situations where not all strip in a tower are masked. This requires the following changes to the DQM code:
    
    (1) TTF4 occupancy now counts all towers with ttF >= 4, not just ttF == 4
    (2) Flag mismatch for low interest, medium interest regions: only perform check if ttF == 1 or ttF == 3
    (3) For data/emulator comparisons, ignore towers with ttF > 4
    tanmaymudholkar committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    836d222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ecd6c7 View commit details
    Browse the repository at this point in the history