Project
Loading...
Searching...
No Matches
o2::its::Cluster Struct Referencefinal

#include <Cluster.h>

Public Member Functions

 Cluster ()=default
 
 Cluster (const float x, const float y, const float z, const int idx)
 
 Cluster (const int, const IndexTableUtils &utils, const Cluster &)
 
 Cluster (const int, const float3 &, const IndexTableUtils &utils, const Cluster &)
 
void Init (const int, const float3 &, const IndexTableUtils &utils, const Cluster &)
 
bool operator== (const Cluster &) const
 
 GPUhd () void print() const
 
 ClassDefNV (Cluster, 1)
 

Public Attributes

float xCoordinate
 
float yCoordinate
 
float zCoordinate
 
float phi
 
float radius
 
int clusterId
 
int indexTableBinIndex
 

Detailed Description

Definition at line 35 of file Cluster.h.

Constructor & Destructor Documentation

◆ Cluster() [1/4]

o2::its::Cluster::Cluster ( )
default

◆ Cluster() [2/4]

o2::its::Cluster::Cluster ( const float  x,
const float  y,
const float  z,
const int  idx 
)

Definition at line 29 of file Cluster.cxx.

◆ Cluster() [3/4]

o2::its::Cluster::Cluster ( const int  layerIndex,
const IndexTableUtils utils,
const Cluster other 
)

Definition at line 41 of file Cluster.cxx.

◆ Cluster() [4/4]

o2::its::Cluster::Cluster ( const int  layerIndex,
const float3 primaryVertex,
const IndexTableUtils utils,
const Cluster other 
)

Definition at line 55 of file Cluster.cxx.

Member Function Documentation

◆ ClassDefNV()

o2::its::Cluster::ClassDefNV ( Cluster  ,
 
)

◆ GPUhd()

o2::its::Cluster::GPUhd ( ) const

◆ Init()

void o2::its::Cluster::Init ( const int  layerIndex,
const float3 primaryVertex,
const IndexTableUtils utils,
const Cluster other 
)

Definition at line 69 of file Cluster.cxx.

◆ operator==()

bool o2::its::Cluster::operator== ( const Cluster rhs) const

Definition at line 82 of file Cluster.cxx.

Member Data Documentation

◆ clusterId

int o2::its::Cluster::clusterId

Definition at line 49 of file Cluster.h.

◆ indexTableBinIndex

int o2::its::Cluster::indexTableBinIndex

Definition at line 50 of file Cluster.h.

◆ phi

float o2::its::Cluster::phi

Definition at line 47 of file Cluster.h.

◆ radius

float o2::its::Cluster::radius

Definition at line 48 of file Cluster.h.

◆ xCoordinate

float o2::its::Cluster::xCoordinate

Definition at line 44 of file Cluster.h.

◆ yCoordinate

float o2::its::Cluster::yCoordinate

Definition at line 45 of file Cluster.h.

◆ zCoordinate

float o2::its::Cluster::zCoordinate

Definition at line 46 of file Cluster.h.


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