Rivet
1.8.0
|
Public Member Functions | |
void | clear () |
Reset the projection. | |
Constructors etc. | |
FParameter (const FinalState &fsp) | |
Constructor. | |
virtual const Projection * | clone () const |
Clone on the heap. | |
Access the event shapes by name | |
F-Parametr | |
double | F () const |
Access the linearised transverse momentum tensor eigenvalues | |
double | lambda1 () const |
double | lambda2 () const |
Direct methods | |
Ways to do the calculation directly, without engaging the caching system | |
void | calc (const FinalState &fs) |
Manually calculate the sphericity, without engaging the caching system. | |
void | calc (const vector< Particle > &fsparticles) |
Manually calculate the sphericity, without engaging the caching system. | |
void | calc (const vector< FourMomentum > &fsmomenta) |
Manually calculate the sphericity, without engaging the caching system. | |
void | calc (const vector< Vector3 > &fsmomenta) |
Manually calculate the sphericity, without engaging the caching system. | |
Protected Member Functions | |
void | project (const Event &e) |
Perform the projection on the Event. | |
int | compare (const Projection &p) const |
Compare with other projections. |