Rivet
1.8.0
|
Public Member Functions | |
BeamThrust () | |
Constructor. | |
BeamThrust (const FinalState &fsp) | |
virtual const Projection * | clone () const |
Clone on the heap. | |
double | beamthrust () const |
Direct methods | |
Ways to do the calculation directly, without engaging the caching system | |
void | calc (const FinalState &fs) |
Manually calculate the beamthrust, without engaging the caching system. | |
void | calc (const vector< Particle > &fsparticles) |
Manually calculate the beamthrust, without engaging the caching system. | |
void | calc (const vector< FourMomentum > &fsmomenta) |
Manually calculate the beamthrust, 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 projections. |