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

feat: Change Jet and FatJet Vector behaviour to be compatible with other lepton classes #1166

Merged
merged 5 commits into from
Aug 24, 2024

Commits on Aug 23, 2024

  1. changing base Jet and FatJet's base vector class from vector.PtEtaPhi…

    …MLorentzVector to candidate.PtEtaPhiMCandidate with introduction of charge property to match operations with lepton classes (ie Muon and Electron)
    green-cabbage authored and lgray committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d9c54d2 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and lgray committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ab77e11 View commit details
    Browse the repository at this point in the history
  3. Feat: Replace "0.0* selt.pt" with "awkward.zeros_like(self.pt)" as su…

    …ggested by Lindsey
    
    This impacts Jet, FatJet and Photon class
    green-cabbage authored and lgray committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    08c55ea View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and lgray committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bbd0b92 View commit details
    Browse the repository at this point in the history
  5. Feat: Replace "0.0* selt.pt" with "awkward.zeros_like(self.pt)" in de…

    …lphes.py as suggested by Lindsey
    green-cabbage authored and lgray committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    97ea171 View commit details
    Browse the repository at this point in the history