SISCone
2.0.5
|
real Jet information, including its area(s) More...
#include <area.h>
Public Member Functions | |
Cjet_area () | |
default ctor | |
Cjet_area (Cjet &j) | |
jet-initialised ctor | |
~Cjet_area () | |
default dtor | |
![]() | |
Cjet () | |
default ctor | |
~Cjet () | |
default dtor |
Public Attributes | |
double | passive_area |
passive area | |
double | active_area |
active area | |
![]() | |
Cmomentum | v |
jet momentum | |
double | pt_tilde |
p-scheme pt | |
int | n |
number of particles inside | |
std::vector< int > | contents |
particle contents (list of indices) | |
double | sm_var2 |
ordering variable used for ordering and overlap in the split–merge. | |
Ceta_phi_range | range |
covered range in eta-phi | |
int | pass |
pass at which the jet has been found It starts at 0 (first pass), -1 means infinite rapidity |
real Jet information, including its area(s)
This class contains information for one single jet. That is, first, its momentum carrying information about its centre and pT, and second, its particle contents. Compared to the Cjet class, it also includes the passive and active areas of the jet computed using the Carea class.