Particle class, base class for other object types. More...
#include <Particle.h>

Public Member Functions | |
| Particle (const Particle &) | |
| Particle & | operator= (const Particle &) |
| void | resetTLV () |
| double | DeltaRy (const Particle &p1) const |
| void | setState (int sys) |
| Systematic-shifted state for particles. | |
| void | clear () |
| virtual void | print () const |
| Print method. | |
| bool | operator> (const Particle &other) const |
| Comparison operators for sorting, etc. | |
| bool | operator< (const Particle &other) const |
| ClassDef (Particle, 2) | |
Public Attributes | |
| float | pt |
| float | eta |
| float | phi |
| float | m |
Particle class, base class for other object types.
| Particle::Particle | ( | const Particle & | rhs | ) |
Copy constructor
| double Particle::DeltaRy | ( | const Particle & | p1 | ) | const |
| void Susy::Particle::setState | ( | int | sys | ) | [inline] |
Systematic-shifted state for particles.
Base class method simply resets
Reimplemented in Susy::Electron, Susy::Lepton, Susy::Muon, Susy::Tau, and Susy::Jet.
1.7.6.1