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

Adds option to EcalDeadCellTriggerPrimitiveFilter to consider kTPSaturated flag #13429

Merged
merged 3 commits into from Feb 27, 2016

Commits on Feb 12, 2016

  1. An additional parameter is added to EcalDeadCellTriggerPrimitiveFilte…

    …r, "modekTPSaturated"
    
    The parameter is added to allow consideration of the RecHit flag, kTPSaturated
    
    modekTPSaturated = 0; classical operation
    modekTPSaturated = 1; event tagged if either the trigger tower sum exceeds the provided threshold energy or if the kTPSaturated flag is set
    modekTPSaturated = 2; event is tagged on if the kTPSaturated flag is set.
    kencall committed Feb 12, 2016
    Copy the full SHA
    f854521 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Copy the full SHA
    302dbbb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Update EcalDeadCellTriggerPrimitiveFilter.cc

    Removed exclusivelykTPSaturated_ and considerkTPSaturated_
    kencall committed Feb 25, 2016
    Copy the full SHA
    1bf1b9f View commit details
    Browse the repository at this point in the history