|
void | clear () |
| Reset the projection.
|
|
|
| FParameter (const FinalState &fsp) |
| Constructor.
|
|
| DEFAULT_RIVET_PROJ_CLONE (FParameter) |
| Clone on the heap.
|
|
|
|
double | F () const |
|
|
double | lambda1 () const |
|
double | lambda2 () const |
|
|
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.
|
|
virtual std::string | name () const |
| Get the name of the projection.
|
|
| Projection () |
| The default constructor.
|
|
virtual unique_ptr< Projection > | clone () const =0 |
| Clone on the heap.
|
|
virtual | ~Projection () |
| The destructor.
|
|
bool | before (const Projection &p) const |
|
virtual const std::set< PdgIdPair > | beamPairs () const |
|
Projection & | addPdgIdPair (PdgId beam1, PdgId beam2) |
|
| ProjectionApplier () |
| Constructor.
|
|
void | markAsOwned () const |
| Mark this object as owned by a proj-handler.
|
|
std::set< ConstProjectionPtr > | getProjections () const |
| Get the contained projections, including recursion.
|
|
bool | hasProjection (const std::string &name) const |
| Does this applier have a projection registered under the name name?
|
|
template<typename PROJ > |
const PROJ & | getProjection (const std::string &name) const |
|
template<typename PROJ > |
const PROJ & | get (const std::string &name) const |
|
const Projection & | getProjection (const std::string &name) const |
|
template<typename PROJ > |
const PROJ & | applyProjection (const Event &evt, const Projection &proj) const |
| Apply the supplied projection on event evt. More...
|
|
template<typename PROJ > |
const PROJ & | apply (const Event &evt, const Projection &proj) const |
|
template<typename PROJ > |
const PROJ & | applyProjection (const Event &evt, const PROJ &proj) const |
| Apply the supplied projection on event evt. More...
|
|
template<typename PROJ > |
const PROJ & | apply (const Event &evt, const PROJ &proj) const |
|
template<typename PROJ > |
const PROJ & | applyProjection (const Event &evt, const std::string &name) const |
|
template<typename PROJ > |
const PROJ & | apply (const Event &evt, const std::string &name) const |
|
template<typename PROJ > |
const PROJ & | apply (const std::string &name, const Event &evt) const |
|