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

The fundamental structures to be used for the tiled N^2 algorithm (see CCN27-44 for some discussion of pattern of tiling) More...

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

List of all members.

Public Attributes

Tilebegin_tiles [n_tile_neighbours]
 pointers to neighbouring tiles, including self
Tile ** surrounding_tiles
 neighbouring tiles, excluding self
Tile ** RH_tiles
 half of neighbouring tiles, no self
Tile ** end_tiles
 just beyond end of tiles
TiledJethead
 start of list of BriefJets contained in this tile
bool tagged
 sometimes useful to be able to tag a tile

Detailed Description

The fundamental structures to be used for the tiled N^2 algorithm (see CCN27-44 for some discussion of pattern of tiling)

Definition at line 707 of file ClusterSequence.hh.


Member Data Documentation

neighbouring tiles, excluding self

Definition at line 711 of file ClusterSequence.hh.

Referenced by fastjet::ClusterSequence::_initialise_tiles().


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