Candidate
- class coffea.nanoevents.methods.candidate.Candidate[source]
Bases:
LorentzVector
A Lorentz vector with charge
This mixin class requires the parent class to provide items
x
,y
,z
,t
, andcharge
.Methods Summary
add
(other)Add two candidates together elementwise using
x
,y
,z
,t
, andcharge
componentssum
([axis])Sum an array of vectors elementwise using
x
,y
,z
,t
, andcharge
componentsMethods Documentation