fastjet 2.4.5
Public Attributes
fastjet::ClusterSequence::BriefJet Struct Reference

the fundamental structure which contains the minimal info about a jet, as needed for our plain N^2 algorithm -- the idea is to put all info that will be accessed N^2 times into an array of BriefJets... More...

Collaboration diagram for fastjet::ClusterSequence::BriefJet:
Collaboration graph
[legend]

List of all members.

Public Attributes

double eta
double phi
double kt2
double NN_dist
BriefJetNN
int _jets_index

Detailed Description

the fundamental structure which contains the minimal info about a jet, as needed for our plain N^2 algorithm -- the idea is to put all info that will be accessed N^2 times into an array of BriefJets...

Definition at line 624 of file ClusterSequence.hh.


Member Data Documentation

Definition at line 627 of file ClusterSequence.hh.

Definition at line 625 of file ClusterSequence.hh.

Definition at line 625 of file ClusterSequence.hh.

Definition at line 626 of file ClusterSequence.hh.

Definition at line 625 of file ClusterSequence.hh.

Definition at line 625 of file ClusterSequence.hh.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines