|
| Spherocity (const FinalState &fsp) |
| Constructor.
|
|
| DEFAULT_RIVET_PROJ_CLONE (Spherocity) |
| Clone on the heap.
|
|
|
double | spherocity () const |
| The spherocity scalar, , (minimum spherocity).
|
|
|
const Vector3 & | spherocityAxis () const |
| The spherocity axis.
|
|
const Vector3 & | spherocityMajorAxis () const |
| The spherocity major axis (axis of max spherocity perpendicular to spherocity axis).
|
|
const Vector3 & | spherocityMinorAxis () const |
| The spherocity minor axis (axis perpendicular to spherocity and spherocity major).
|
|
|
const Vector3 & | axis1 () const |
|
const Vector3 & | axis2 () const |
| The 2nd most significant ("major") axis.
|
|
const Vector3 & | axis3 () const |
| The least significant ("minor") axis.
|
|
|
Ways to do the calculation directly, without engaging the caching system
|
void | calc (const FinalState &fs) |
| Manually calculate the spherocity, without engaging the caching system.
|
|
void | calc (const vector< Particle > &fsparticles) |
| Manually calculate the spherocity, without engaging the caching system.
|
|
void | calc (const vector< FourMomentum > &fsmomenta) |
| Manually calculate the spherocity, without engaging the caching system.
|
|
void | calc (const vector< Vector3 > &threeMomenta) |
| Manually calculate the spherocity, without engaging the caching system.
|
|
virtual | ~AxesDefinition () |
| Virtual destructor.
|
|
virtual unique_ptr< Projection > | clone () const =0 |
| Clone on the heap.
|
|
virtual std::string | name () const |
| Get the name of the projection.
|
|
| Projection () |
| The default constructor.
|
|
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 |
|
Get the transverse spherocity scalars for hadron-colliders.
- Author
- Holger Schulz
The scalar (minimum) transverse spherocity is defined as
, with the direction of the unit vector
which minimises
being identified as the spherocity axis. The unit vector which maximises the spherocity scalar in the plane perpendicular to
is the "spherocity major" direction, and the vector perpendicular to both the spherocity and spherocity major directions is the spherocity minor. Both the major and minor directions have associated spherocity scalars.
Care must be taken in the case of Drell-Yan processes - there we should use the newly proposed observable
.