#include <EventShape.h>
Public Member Functions | |
float | aplanarity () const |
EventShape (reco::TrackCollection &) | |
float | planarity () const |
float | sphericity () const |
math::XYZTLorentzVectorF | thrust () const |
Static Public Member Functions | |
static float | aplanarity (const reco::TrackCollection &) |
static float | planarity (const reco::TrackCollection &) |
static float | sphericity (const reco::TrackCollection &) |
static math::XYZTLorentzVectorF | thrust (const reco::TrackCollection &) |
Private Attributes | |
std::vector< float > | eigenvalues |
std::vector< TVector3 > | p |
Definition at line 6 of file EventShape.h.
EventShape::EventShape | ( | reco::TrackCollection & | tracks | ) |
Definition at line 14 of file EventShape.cc.
|
static |
Definition at line 243 of file EventShape.cc.
float EventShape::aplanarity | ( | ) | const |
Definition at line 307 of file EventShape.cc.
|
static |
Definition at line 272 of file EventShape.cc.
float EventShape::planarity | ( | ) | const |
Definition at line 313 of file EventShape.cc.
|
static |
Definition at line 212 of file EventShape.cc.
float EventShape::sphericity | ( | ) | const |
Definition at line 301 of file EventShape.cc.
|
static |
Definition at line 123 of file EventShape.cc.
math::XYZTLorentzVectorF EventShape::thrust | ( | ) | const |
Definition at line 38 of file EventShape.cc.
|
private |
Definition at line 25 of file EventShape.h.
|
private |
Definition at line 24 of file EventShape.h.