SISCone 3.0.5
|
real Jet information, including its area(s) More...
#include <area.h>
Public Member Functions | |
Cjet_area () | |
default ctor More... | |
Cjet_area (Cjet &j) | |
jet-initialised ctor More... | |
~Cjet_area () | |
default dtor More... | |
![]() | |
Cjet () | |
default ctor More... | |
~Cjet () | |
default dtor More... | |
Public Attributes | |
double | passive_area |
passive area More... | |
double | active_area |
active area More... | |
![]() | |
Cmomentum | v |
jet momentum More... | |
double | pt_tilde |
p-scheme pt More... | |
int | n |
number of particles inside More... | |
std::vector< int > | contents |
particle contents (list of indices) More... | |
double | sm_var2 |
ordering variable used for ordering and overlap in the split–merge. More... | |
Ceta_phi_range | range |
covered range in eta-phi More... | |
int | pass |
pass at which the jet has been found It starts at 0 (first pass), -1 means infinite rapidity (it will be initialised to "CJET_INEXISTENT_PASS" which should never appear after clustering) More... | |
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.
siscone::Cjet_area::Cjet_area | ( | ) |
siscone::Cjet_area::Cjet_area | ( | Cjet & | j | ) |
jet-initialised ctor
Definition at line 57 of file area.cpp.
References active_area, siscone::Cjet::contents, siscone::Cjet::n, siscone::Cjet::pass, passive_area, siscone::Cjet::pt_tilde, siscone::Cjet::sm_var2, and siscone::Cjet::v.
double siscone::Cjet_area::active_area |
double siscone::Cjet_area::passive_area |