SISCone 3.0.5
Public Member Functions | Public Attributes | List of all members
siscone::Cjet_area Class Reference

real Jet information, including its area(s) More...

#include <area.h>

Inheritance diagram for siscone::Cjet_area:
Inheritance graph
[legend]
Collaboration diagram for siscone::Cjet_area:
Collaboration graph
[legend]

Public Member Functions

 Cjet_area ()
 default ctor
 
 Cjet_area (Cjet &j)
 jet-initialised ctor
 
 ~Cjet_area ()
 default dtor
 
- Public Member Functions inherited from siscone::Cjet
 Cjet ()
 default ctor
 
 ~Cjet ()
 default dtor
 

Public Attributes

double passive_area
 passive area
 
double active_area
 active area
 
- Public Attributes inherited from siscone::Cjet
Cmomentum v
 jet momentum
 
double pt_tilde
 p-scheme pt
 
int n
 number of particles inside
 
std::vector< intcontents
 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 (it will be initialised to "CJET_INEXISTENT_PASS" which should never appear after clustering)
 

Detailed Description

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.

Definition at line 48 of file area.h.

Constructor & Destructor Documentation

◆ Cjet_area() [1/2]

siscone::Cjet_area::Cjet_area ( )

default ctor

Definition at line 51 of file area.cpp.

References active_area, and passive_area.

◆ Cjet_area() [2/2]

siscone::Cjet_area::Cjet_area ( Cjet j)

◆ ~Cjet_area()

siscone::Cjet_area::~Cjet_area ( )

default dtor

Definition at line 72 of file area.cpp.

Member Data Documentation

◆ active_area

double siscone::Cjet_area::active_area

active area

Definition at line 61 of file area.h.

Referenced by Cjet_area(), and Cjet_area().

◆ passive_area

double siscone::Cjet_area::passive_area

passive area

Definition at line 60 of file area.h.

Referenced by Cjet_area(), and Cjet_area().


The documentation for this class was generated from the following files: