Project
Loading...
Searching...
No Matches
o2::mft::Road Class Reference

#include <Road.h>

Public Member Functions

 Road ()
 
void reset ()
 
void initialize ()
 
void setPoint (const Int_t layer, const Int_t clusterId)
 
void setRoadId (const Int_t id)
 
const Int_t getRoadId () const
 
const Int_t getNPointsInLayer (Int_t layer) const
 
void getLength (Int_t &layer1, Int_t &layer2) const
 
const std::vector< Int_t > & getClustersIdInLayer (Int_t layer) const
 
template<typename... T>
CelladdCellInLayer (Int_t layer, T &&... args)
 
std::vector< Cell > & getCellsInLayer (Int_t)
 
void addLeftNeighbourToCell (const Int_t, const Int_t, const Int_t, const Int_t)
 
void addRightNeighbourToCell (const Int_t, const Int_t, const Int_t, const Int_t)
 
void incrementCellLevel (const Int_t, const Int_t)
 
void updateCellLevel (const Int_t, const Int_t)
 
void setCellLevel (const Int_t, const Int_t, const Int_t)
 
const Int_t getCellLevel (const Int_t, const Int_t) const
 
void setCellUsed (const Int_t, const Int_t, const Bool_t)
 
const Bool_t isCellUsed (const Int_t, const Int_t) const
 

Detailed Description

Definition at line 27 of file Road.h.

Constructor & Destructor Documentation

◆ Road()

o2::mft::Road::Road ( )
inline

Definition at line 30 of file Road.h.

Member Function Documentation

◆ addCellInLayer()

template<typename... T>
Cell & o2::mft::Road::addCellInLayer ( Int_t  layer,
T &&...  args 
)

Definition at line 109 of file Road.h.

◆ addLeftNeighbourToCell()

void o2::mft::Road::addLeftNeighbourToCell ( const Int_t  layer,
const Int_t  cellId,
const Int_t  layerL,
const Int_t  cellIdL 
)
inline

Definition at line 120 of file Road.h.

◆ addRightNeighbourToCell()

void o2::mft::Road::addRightNeighbourToCell ( const Int_t  layer,
const Int_t  cellId,
const Int_t  layerR,
const Int_t  cellIdR 
)
inline

Definition at line 125 of file Road.h.

◆ getCellLevel()

const Int_t o2::mft::Road::getCellLevel ( const Int_t  layer,
const Int_t  cellId 
) const
inline

Definition at line 140 of file Road.h.

◆ getCellsInLayer()

std::vector< Cell > & o2::mft::Road::getCellsInLayer ( Int_t  layer)
inline

Definition at line 115 of file Road.h.

◆ getClustersIdInLayer()

const std::vector< Int_t > & o2::mft::Road::getClustersIdInLayer ( Int_t  layer) const
inline

Definition at line 46 of file Road.h.

◆ getLength()

void o2::mft::Road::getLength ( Int_t &  layer1,
Int_t &  layer2 
) const
inline

Definition at line 95 of file Road.h.

◆ getNPointsInLayer()

const Int_t o2::mft::Road::getNPointsInLayer ( Int_t  layer) const
inline

Definition at line 90 of file Road.h.

◆ getRoadId()

const Int_t o2::mft::Road::getRoadId ( ) const
inline

Definition at line 40 of file Road.h.

◆ incrementCellLevel()

void o2::mft::Road::incrementCellLevel ( const Int_t  layer,
const Int_t  cellId 
)
inline

Definition at line 130 of file Road.h.

◆ initialize()

void o2::mft::Road::initialize ( )
inline

Definition at line 80 of file Road.h.

◆ isCellUsed()

const Bool_t o2::mft::Road::isCellUsed ( const Int_t  layer,
const Int_t  cellId 
) const
inline

Definition at line 145 of file Road.h.

◆ reset()

void o2::mft::Road::reset ( )
inline

Definition at line 70 of file Road.h.

◆ setCellLevel()

void o2::mft::Road::setCellLevel ( const Int_t  layer,
const Int_t  cellId,
const Int_t  level 
)
inline

Definition at line 155 of file Road.h.

◆ setCellUsed()

void o2::mft::Road::setCellUsed ( const Int_t  layer,
const Int_t  cellId,
const Bool_t  suc 
)
inline

Definition at line 150 of file Road.h.

◆ setPoint()

void o2::mft::Road::setPoint ( const Int_t  layer,
const Int_t  clusterId 
)
inline

Definition at line 34 of file Road.h.

◆ setRoadId()

void o2::mft::Road::setRoadId ( const Int_t  id)
inline

Definition at line 39 of file Road.h.

◆ updateCellLevel()

void o2::mft::Road::updateCellLevel ( const Int_t  layer,
const Int_t  cellId 
)
inline

Definition at line 135 of file Road.h.


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