Particle.hh
Go to the documentation of this file.
Definition: ExRootClasses.h:84
Definition: Family.hh:38
Definition: Particle.hh:12
Particle & operator-=(const Particle &pseudo_jet)
subtract the other jet's momentum from this jet
Definition: Particle.cpp:91
Wrapper for fastjet::PseudoJet adding BoCA related functions.
Definition: PseudoJet.hh:30
Particle & operator*=(double scalar)
multiply the jet's momentum by the coefficient
Definition: Particle.cpp:97
Definition: ExRootClasses.h:134
Particle & operator/=(double scalar)
divide the jet's momentum by the coefficient
Definition: Particle.cpp:103
std::vector< Particle > ParticleVector(std::vector< fastjet::PseudoJet > const &pseudo_jets)
Definition: Particle.cpp:71
Particle & operator+=(Particle const &pseudo_jet)
add the other jet's momentum to this jet
Definition: Particle.cpp:85