BmnRoot
Loading...
Searching...
No Matches
BmnNdetCluster Class Reference

Class for description of recognized cluster in Bmn Ndet detector. More...

#include <BmnNdetCluster.h>

Inheritance diagram for BmnNdetCluster:
[legend]
Collaboration diagram for BmnNdetCluster:
[legend]

Public Member Functions

 BmnNdetCluster ()
 Default constructor.
 
 ~BmnNdetCluster ()
 Default destructor.
 
 BmnNdetCluster (size_t size)
 
void AddCell (Int_t cell, Int_t column, Int_t row, Int_t layer, Double_t x, Double_t y, Double_t z, Double_t t, Double_t e_dep, Double_t beta=-1.)
 
Int_t GetNCells ()
 
Int_t GetNCells (Double_t threshold)
 
vector< Int_t > GetCells ()
 
vector< Int_t > GetColumns ()
 
vector< Int_t > GetRows ()
 
vector< Int_t > GetLayers ()
 
vector< Double_t > GetX ()
 
vector< Double_t > GetY ()
 
vector< Double_t > GetZ ()
 
vector< Double_t > GetTime ()
 
vector< Double_t > GetEdep ()
 
vector< Double_t > GetBeta ()
 
Bool_t ContainsVetoCells (Int_t veto_layer=0)
 
Bool_t StartsOnBorder (Int_t size_x=11, Int_t size_y=11, Int_t size_z=8)
 
Double_t EnergyDepositedAverage (Double_t threshold=0.003)
 
Double_t EnergyDeposited (Double_t threshold=0.003)
 
Int_t FirstCell ()
 
Int_t FastestCell ()
 
Double_t BetaFirst ()
 
Double_t BetaFastest ()
 
Double_t EnergyTofFirst (Double_t mass=0.939565420)
 
Double_t EnergyTofFastest (Double_t mass=0.939565420)
 
Double_t EnergyTofAverage (Double_t mass=0.939565420)
 
Double_t AngleToTarget ()
 
Double_t AngleToDirection (Double_t x=0, Double_t y=0, Double_t z=1)
 
BmnNdetClusterAddCluster (BmnNdetCluster *other)
 Merging of clusters.
 
 BmnNdetCluster (const BmnNdetCluster &)
 Copy constructor.
 
 BmnNdetCluster (BmnNdetCluster &&) noexcept
 Move constructor.
 
void Clear ()
 Clear all cell contents, set fNCells=0.
 
virtual void Print (const Option_t *option="")
 Print.
 
virtual const char * GetClassName ()
 
 BmnNdetCluster ()
 Default constructor.
 
 ~BmnNdetCluster ()
 Default destructor.
 
 BmnNdetCluster (size_t size)
 
void AddCell (Int_t cell, Int_t column, Int_t row, Int_t layer, Double_t x, Double_t y, Double_t z, Double_t t, Double_t e_dep, Double_t beta=-1.)
 
Int_t GetNCells ()
 
Int_t GetNCells (Double_t threshold)
 
vector< Int_t > GetCells ()
 
vector< Int_t > GetColumns ()
 
vector< Int_t > GetRows ()
 
vector< Int_t > GetLayers ()
 
vector< Double_t > GetX ()
 
vector< Double_t > GetY ()
 
vector< Double_t > GetZ ()
 
vector< Double_t > GetTime ()
 
vector< Double_t > GetEdep ()
 
vector< Double_t > GetBeta ()
 
Bool_t ContainsVetoCells (Int_t veto_layer=0)
 
Bool_t StartsOnBorder (Int_t size_x=11, Int_t size_y=11, Int_t size_z=8)
 
Double_t EnergyDepositedAverage (Double_t threshold=0.003)
 
Double_t EnergyDeposited (Double_t threshold=0.003)
 
Int_t FirstCell ()
 
Int_t FastestCell ()
 
Double_t BetaFirst ()
 
Double_t BetaFastest ()
 
Double_t EnergyTofFirst (Double_t mass=0.939565420)
 
Double_t EnergyTofFastest (Double_t mass=0.939565420)
 
Double_t EnergyTofAverage (Double_t mass=0.939565420)
 
Double_t AngleToTarget ()
 
Double_t AngleToDirection (Double_t x=0, Double_t y=0, Double_t z=1)
 
BmnNdetClusterAddCluster (BmnNdetCluster *other)
 Merging of clusters.
 
 BmnNdetCluster (const BmnNdetCluster &)
 Copy constructor.
 
 BmnNdetCluster (BmnNdetCluster &&) noexcept
 Move constructor.
 
void Clear ()
 Clear all cell contents, set fNCells=0.
 
virtual void Print (const Option_t *option="")
 Print.
 
virtual const char * GetClassName ()
 

Detailed Description

Class for description of recognized cluster in Bmn Ndet detector.

BmnNdetCluster contains information about position, time and deposited energies of all cells belonging to the cluster. this information is filled when BmnClusterFinder::FindClusters() method is run.

Version
1.0

Definition at line 25 of file BmnNdetCluster.h.

Constructor & Destructor Documentation

◆ BmnNdetCluster() [1/8]

BmnNdetCluster::BmnNdetCluster ( )

Default constructor.

Definition at line 12 of file BmnNdetCluster.cxx.

◆ ~BmnNdetCluster() [1/2]

BmnNdetCluster::~BmnNdetCluster ( )

Default destructor.

Definition at line 18 of file BmnNdetCluster.cxx.

◆ BmnNdetCluster() [2/8]

BmnNdetCluster::BmnNdetCluster ( size_t  size)

Сonstructor

Parameters
sizeexpected number of cells in cluster

Definition at line 20 of file BmnNdetCluster.cxx.

◆ BmnNdetCluster() [3/8]

BmnNdetCluster::BmnNdetCluster ( const BmnNdetCluster other)

Copy constructor.

Definition at line 340 of file BmnNdetCluster.cxx.

◆ BmnNdetCluster() [4/8]

BmnNdetCluster::BmnNdetCluster ( BmnNdetCluster &&  other)
noexcept

Move constructor.

Definition at line 344 of file BmnNdetCluster.cxx.

◆ BmnNdetCluster() [5/8]

BmnNdetCluster::BmnNdetCluster ( )

Default constructor.

◆ ~BmnNdetCluster() [2/2]

BmnNdetCluster::~BmnNdetCluster ( )

Default destructor.

◆ BmnNdetCluster() [6/8]

BmnNdetCluster::BmnNdetCluster ( size_t  size)

Сonstructor

Parameters
sizeexpected number of cells in cluster

◆ BmnNdetCluster() [7/8]

BmnNdetCluster::BmnNdetCluster ( const BmnNdetCluster )

Copy constructor.

◆ BmnNdetCluster() [8/8]

BmnNdetCluster::BmnNdetCluster ( BmnNdetCluster &&  )
noexcept

Move constructor.

Member Function Documentation

◆ AddCell() [1/2]

void BmnNdetCluster::AddCell ( Int_t  cell,
Int_t  column,
Int_t  row,
Int_t  layer,
Double_t  x,
Double_t  y,
Double_t  z,
Double_t  t,
Double_t  e_dep,
Double_t  beta = -1. 
)

Add cell to the cluster

Parameters
cellIndex of a cell in BmnNdetCell array in BmnNdetEvent object.
columnColumn index of a cell
rowRow index of a cell
layerLayer index of a cell
xX coordinate of a cell [cm]
yY coordinate of a cell [cm]
zZ coordinate of a cell [cm]
tTime of actuation of the cell [ns]
e_depDeposited energy in scintillator of a cell [GeV]
betaBeta calculated from distance to target and time of flight. If beta < 0 it is calculated while filling from x,y,z,t.

Definition at line 36 of file BmnNdetCluster.cxx.

Referenced by BmnNdetClusterFinder::AddCellToCluster(), AddCluster(), and BmnNdetClusterFinder::MergeClusters().

◆ AddCell() [2/2]

void BmnNdetCluster::AddCell ( Int_t  cell,
Int_t  column,
Int_t  row,
Int_t  layer,
Double_t  x,
Double_t  y,
Double_t  z,
Double_t  t,
Double_t  e_dep,
Double_t  beta = -1. 
)

Add cell to the cluster

Parameters
cellIndex of a cell in BmnNdetCell array in BmnNdetEvent object.
columnColumn index of a cell
rowRow index of a cell
layerLayer index of a cell
xX coordinate of a cell [cm]
yY coordinate of a cell [cm]
zZ coordinate of a cell [cm]
tTime of actuation of the cell [ns]
e_depDeposited energy in scintillator of a cell [GeV]
betaBeta calculated from distance to target and time of flight. If beta < 0 it is calculated while filling from x,y,z,t.

◆ AddCluster() [1/2]

BmnNdetCluster * BmnNdetCluster::AddCluster ( BmnNdetCluster other)

Merging of clusters.

Definition at line 313 of file BmnNdetCluster.cxx.

References AddCell(), GetBeta(), GetCells(), GetColumns(), GetEdep(), GetLayers(), GetNCells(), GetRows(), GetTime(), GetX(), GetY(), and GetZ().

◆ AddCluster() [2/2]

BmnNdetCluster * BmnNdetCluster::AddCluster ( BmnNdetCluster other)

Merging of clusters.

◆ AngleToDirection() [1/2]

Double_t BmnNdetCluster::AngleToDirection ( Double_t  x = 0,
Double_t  y = 0,
Double_t  z = 1 
)

Angle between vector (x,y,z) and average direction of cluster
Direction of cluster is sum of vectors, which connect first cell and other cells.

Parameters
xX coordinate of vector
yY coordinate of vector
zZ coordinate of vector
Returns
angle in degrees in the range 0 - 180

Definition at line 284 of file BmnNdetCluster.cxx.

References FirstCell().

◆ AngleToDirection() [2/2]

Double_t BmnNdetCluster::AngleToDirection ( Double_t  x = 0,
Double_t  y = 0,
Double_t  z = 1 
)

Angle between vector (x,y,z) and average direction of cluster
Direction of cluster is sum of vectors, which connect first cell and other cells.

Parameters
xX coordinate of vector
yY coordinate of vector
zZ coordinate of vector
Returns
angle in degrees in the range 0 - 180

◆ AngleToTarget() [1/2]

Double_t BmnNdetCluster::AngleToTarget ( )

Angle between direction to first cell and average direction of cluster
Direction of cluster is sum of vectors, which connect first cell and other cells.

Returns
angle in degrees in the range 0 - 180

Definition at line 255 of file BmnNdetCluster.cxx.

References FirstCell().

Referenced by BmnNdetClusterFinder::SelectNeutrons().

◆ AngleToTarget() [2/2]

Double_t BmnNdetCluster::AngleToTarget ( )

Angle between direction to first cell and average direction of cluster
Direction of cluster is sum of vectors, which connect first cell and other cells.

Returns
angle in degrees in the range 0 - 180

◆ BetaFastest() [1/2]

Double_t BmnNdetCluster::BetaFastest ( )

Beta calculated for the cell with highest beta
beta = v / c
v = d / t
d = sqrt(x^2+y^2+z^2)

Returns
v/c. In case of negative time return -1.
NOTE: In case beta>1 return beta

Definition at line 209 of file BmnNdetCluster.cxx.

References FastestCell().

Referenced by EnergyTofFastest().

◆ BetaFastest() [2/2]

Double_t BmnNdetCluster::BetaFastest ( )

Beta calculated for the cell with highest beta
beta = v / c
v = d / t
d = sqrt(x^2+y^2+z^2)

Returns
v/c. In case of negative time return -1.
NOTE: In case beta>1 return beta

◆ BetaFirst() [1/2]

Double_t BmnNdetCluster::BetaFirst ( )

Beta calculated for first fired cell in cluster
beta = v / c
v = d / t
d = sqrt(x^2+y^2+z^2)

Returns
v/c. In case of negative time return -1.
NOTE: In case beta>1 return beta

Definition at line 203 of file BmnNdetCluster.cxx.

References FirstCell().

Referenced by EnergyTofFirst(), and BmnNdetClusterFinder::FindClusters4().

◆ BetaFirst() [2/2]

Double_t BmnNdetCluster::BetaFirst ( )

Beta calculated for first fired cell in cluster
beta = v / c
v = d / t
d = sqrt(x^2+y^2+z^2)

Returns
v/c. In case of negative time return -1.
NOTE: In case beta>1 return beta

◆ Clear() [1/2]

void BmnNdetCluster::Clear ( )

Clear all cell contents, set fNCells=0.

Definition at line 324 of file BmnNdetCluster.cxx.

◆ Clear() [2/2]

void BmnNdetCluster::Clear ( )

Clear all cell contents, set fNCells=0.

◆ ContainsVetoCells() [1/2]

Bool_t BmnNdetCluster::ContainsVetoCells ( Int_t  veto_layer = 0)

Function for selection of charged particles. If the particle is charged, it has hit in veto layer.

Parameters
veto_layerIndex of veto layer. It depends on enumeration of layers while BmnNdetClusterFinder::Fill() is called. By default veto_layer=0.
Returns
kTRUE if the cluster contains any cells of veto layer

Definition at line 123 of file BmnNdetCluster.cxx.

◆ ContainsVetoCells() [2/2]

Bool_t BmnNdetCluster::ContainsVetoCells ( Int_t  veto_layer = 0)

Function for selection of charged particles. If the particle is charged, it has hit in veto layer.

Parameters
veto_layerIndex of veto layer. It depends on enumeration of layers while BmnNdetClusterFinder::Fill() is called. By default veto_layer=0.
Returns
kTRUE if the cluster contains any cells of veto layer

◆ EnergyDeposited() [1/2]

Double_t BmnNdetCluster::EnergyDeposited ( Double_t  threshold = 0.003)

Energy deposited in cluster [GeV]. Only the cells with energy > threshold are taken into account.

Parameters
thresholdEnergy threshold [GeV]
Returns
deposited energy [GeV]. The expected value for neutrons is nCells * 0.01 GeV.

Definition at line 166 of file BmnNdetCluster.cxx.

Referenced by BmnNdetClusterFinder::CalculateNumberOfNeutrons().

◆ EnergyDeposited() [2/2]

Double_t BmnNdetCluster::EnergyDeposited ( Double_t  threshold = 0.003)

Energy deposited in cluster [GeV]. Only the cells with energy > threshold are taken into account.

Parameters
thresholdEnergy threshold [GeV]
Returns
deposited energy [GeV]. The expected value for neutrons is nCells * 0.01 GeV.

◆ EnergyDepositedAverage() [1/2]

Double_t BmnNdetCluster::EnergyDepositedAverage ( Double_t  threshold = 0.003)

Average deposited energy per cell in cluster [GeV]. Only the cells with energy > threshold are taken into account.

Parameters
thresholdEnergy threshold [GeV]
Returns
Average deposited energy per cell [GeV]. The expected value for neutrons is 0.01 GeV.

Definition at line 151 of file BmnNdetCluster.cxx.

◆ EnergyDepositedAverage() [2/2]

Double_t BmnNdetCluster::EnergyDepositedAverage ( Double_t  threshold = 0.003)

Average deposited energy per cell in cluster [GeV]. Only the cells with energy > threshold are taken into account.

Parameters
thresholdEnergy threshold [GeV]
Returns
Average deposited energy per cell [GeV]. The expected value for neutrons is 0.01 GeV.

◆ EnergyTofAverage() [1/2]

Double_t BmnNdetCluster::EnergyTofAverage ( Double_t  mass = 0.939565420)

Kinetic energy calculated by the time of flight. Distance from target and time of flight are taken as average values in cluster.

Parameters
massMass of a particle [GeV/c]. Default value is mass of neutron.
Returns
Kinetic energy [GeV]

Definition at line 233 of file BmnNdetCluster.cxx.

◆ EnergyTofAverage() [2/2]

Double_t BmnNdetCluster::EnergyTofAverage ( Double_t  mass = 0.939565420)

Kinetic energy calculated by the time of flight. Distance from target and time of flight are taken as average values in cluster.

Parameters
massMass of a particle [GeV/c]. Default value is mass of neutron.
Returns
Kinetic energy [GeV]

◆ EnergyTofFastest() [1/2]

Double_t BmnNdetCluster::EnergyTofFastest ( Double_t  mass = 0.939565420)

Kinetic energy calculated by the time of flight. Distance from target and time of flight are taken from the fastest fired cell (with biggest d/t).

Parameters
massMass of a particle [GeV/c]. Default value is mass of neutron.
Returns
Kinetic energy [GeV]

Definition at line 224 of file BmnNdetCluster.cxx.

References BetaFastest().

◆ EnergyTofFastest() [2/2]

Double_t BmnNdetCluster::EnergyTofFastest ( Double_t  mass = 0.939565420)

Kinetic energy calculated by the time of flight. Distance from target and time of flight are taken from the fastest fired cell (with biggest d/t).

Parameters
massMass of a particle [GeV/c]. Default value is mass of neutron.
Returns
Kinetic energy [GeV]

◆ EnergyTofFirst() [1/2]

Double_t BmnNdetCluster::EnergyTofFirst ( Double_t  mass = 0.939565420)

Kinetic energy calculated by the time of flight. Distance from target and time of flight are taken from the first fired cell.

Parameters
massMass of a particle [GeV/c]. Default value is mass of neutron.
Returns
Kinetic energy [GeV]

Definition at line 215 of file BmnNdetCluster.cxx.

References BetaFirst().

◆ EnergyTofFirst() [2/2]

Double_t BmnNdetCluster::EnergyTofFirst ( Double_t  mass = 0.939565420)

Kinetic energy calculated by the time of flight. Distance from target and time of flight are taken from the first fired cell.

Parameters
massMass of a particle [GeV/c]. Default value is mass of neutron.
Returns
Kinetic energy [GeV]

◆ FastestCell() [1/2]

Int_t BmnNdetCluster::FastestCell ( )

Returns index of the fastest fired cell in cluster

Definition at line 190 of file BmnNdetCluster.cxx.

Referenced by BetaFastest().

◆ FastestCell() [2/2]

Int_t BmnNdetCluster::FastestCell ( )

Returns index of the fastest fired cell in cluster

◆ FirstCell() [1/2]

Int_t BmnNdetCluster::FirstCell ( )

Returns index of the first fired cell in cluster

Definition at line 177 of file BmnNdetCluster.cxx.

Referenced by AngleToDirection(), AngleToTarget(), BetaFirst(), and StartsOnBorder().

◆ FirstCell() [2/2]

Int_t BmnNdetCluster::FirstCell ( )

Returns index of the first fired cell in cluster

◆ GetBeta() [1/2]

vector< Double_t > BmnNdetCluster::GetBeta ( )
Returns
vector of beta calculated for every cell

Definition at line 118 of file BmnNdetCluster.cxx.

Referenced by AddCluster(), and BmnNdetClusterFinder::MergeClusters().

◆ GetBeta() [2/2]

vector< Double_t > BmnNdetCluster::GetBeta ( )
Returns
vector of beta calculated for every cell

◆ GetCells() [1/2]

vector< Int_t > BmnNdetCluster::GetCells ( )
Returns
vector of cell indices

Definition at line 82 of file BmnNdetCluster.cxx.

Referenced by AddCluster().

◆ GetCells() [2/2]

vector< Int_t > BmnNdetCluster::GetCells ( )
Returns
vector of cell indices

◆ GetClassName() [1/2]

virtual const char * BmnNdetCluster::GetClassName ( )
inlinevirtual

Definition at line 220 of file BmnNdetCluster.h.

◆ GetClassName() [2/2]

virtual const char * BmnNdetCluster::GetClassName ( )
inlinevirtual

Definition at line 220 of file BmnNdetCluster.h.

◆ GetColumns() [1/2]

◆ GetColumns() [2/2]

vector< Int_t > BmnNdetCluster::GetColumns ( )
Returns
vector of column indices of cells

◆ GetEdep() [1/2]

vector< Double_t > BmnNdetCluster::GetEdep ( )
Returns
vector of energies deposited in cells [GeV]

Definition at line 114 of file BmnNdetCluster.cxx.

Referenced by AddCluster(), and BmnNdetClusterFinder::MergeClusters().

◆ GetEdep() [2/2]

vector< Double_t > BmnNdetCluster::GetEdep ( )
Returns
vector of energies deposited in cells [GeV]

◆ GetLayers() [1/2]

◆ GetLayers() [2/2]

vector< Int_t > BmnNdetCluster::GetLayers ( )
Returns
vector of layer indices of cells

◆ GetNCells() [1/4]

Int_t BmnNdetCluster::GetNCells ( )

◆ GetNCells() [2/4]

Int_t BmnNdetCluster::GetNCells ( )
Returns
Number of cells in cluster

◆ GetNCells() [3/4]

Int_t BmnNdetCluster::GetNCells ( Double_t  threshold)

Number of cells in cluster with deposited energy > threshold

Parameters
thresholdEnergy threshold [GeV]
Returns
Number of cells in cluster with energy higher than threshold

Definition at line 72 of file BmnNdetCluster.cxx.

◆ GetNCells() [4/4]

Int_t BmnNdetCluster::GetNCells ( Double_t  threshold)

Number of cells in cluster with deposited energy > threshold

Parameters
thresholdEnergy threshold [GeV]
Returns
Number of cells in cluster with energy higher than threshold

◆ GetRows() [1/2]

◆ GetRows() [2/2]

vector< Int_t > BmnNdetCluster::GetRows ( )
Returns
vector of row indices of cells

◆ GetTime() [1/2]

vector< Double_t > BmnNdetCluster::GetTime ( )
Returns
vector of time of actuation of cells [ns]

Definition at line 110 of file BmnNdetCluster.cxx.

Referenced by AddCluster(), BmnNdetClusterFinder::FindClusters4(), and BmnNdetClusterFinder::MergeClusters().

◆ GetTime() [2/2]

vector< Double_t > BmnNdetCluster::GetTime ( )
Returns
vector of time of actuation of cells [ns]

◆ GetX() [1/2]

vector< Double_t > BmnNdetCluster::GetX ( )
Returns
vector of X coordinates of cells [cm]

Definition at line 98 of file BmnNdetCluster.cxx.

Referenced by AddCluster(), BmnNdetClusterFinder::FindClusters4(), and BmnNdetClusterFinder::MergeClusters().

◆ GetX() [2/2]

vector< Double_t > BmnNdetCluster::GetX ( )
Returns
vector of X coordinates of cells [cm]

◆ GetY() [1/2]

vector< Double_t > BmnNdetCluster::GetY ( )
Returns
vector of Y coordinates of cells [cm]

Definition at line 102 of file BmnNdetCluster.cxx.

Referenced by AddCluster(), BmnNdetClusterFinder::FindClusters4(), and BmnNdetClusterFinder::MergeClusters().

◆ GetY() [2/2]

vector< Double_t > BmnNdetCluster::GetY ( )
Returns
vector of Y coordinates of cells [cm]

◆ GetZ() [1/2]

vector< Double_t > BmnNdetCluster::GetZ ( )
Returns
vector of Z coordinates of cells [cm]

Definition at line 106 of file BmnNdetCluster.cxx.

Referenced by AddCluster(), BmnNdetClusterFinder::FindClusters4(), and BmnNdetClusterFinder::MergeClusters().

◆ GetZ() [2/2]

vector< Double_t > BmnNdetCluster::GetZ ( )
Returns
vector of Z coordinates of cells [cm]

◆ Print() [1/2]

void BmnNdetCluster::Print ( const Option_t *  option = "")
virtual

Print.

Definition at line 348 of file BmnNdetCluster.cxx.

References i.

◆ Print() [2/2]

virtual void BmnNdetCluster::Print ( const Option_t *  option = "")
virtual

Print.

◆ StartsOnBorder() [1/2]

Bool_t BmnNdetCluster::StartsOnBorder ( Int_t  size_x = 11,
Int_t  size_y = 11,
Int_t  size_z = 8 
)

Function for selection of particles coming from side. If the first hit in cluster is a cell on side border of the detector, it's probably secondary scattered charged particle.

Parameters
size_xnumber of cells along x axis. It is assumed, enumeration of cells starts from 0.
size_ynumber of cells along y axis. It is assumed, enumeration of cells starts from 0.
size_znumber of cells along z axis. It is assumed, enumeration of cells starts from 0.
Returns
kTRUE if the first hit in cluster is a cell on border.

Definition at line 132 of file BmnNdetCluster.cxx.

References FirstCell().

Referenced by BmnNdetClusterFinder::SelectNeutrons().

◆ StartsOnBorder() [2/2]

Bool_t BmnNdetCluster::StartsOnBorder ( Int_t  size_x = 11,
Int_t  size_y = 11,
Int_t  size_z = 8 
)

Function for selection of particles coming from side. If the first hit in cluster is a cell on side border of the detector, it's probably secondary scattered charged particle.

Parameters
size_xnumber of cells along x axis. It is assumed, enumeration of cells starts from 0.
size_ynumber of cells along y axis. It is assumed, enumeration of cells starts from 0.
size_znumber of cells along z axis. It is assumed, enumeration of cells starts from 0.
Returns
kTRUE if the first hit in cluster is a cell on border.

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