Project
Loading...
Searching...
No Matches
o2::itsmft::Digit Class Reference

Digit class for the ITS. More...

#include <Digit.h>

Public Member Functions

 Digit (UShort_t chipindex=0, UShort_t row=0, UShort_t col=0, Int_t charge=0)
 Constructor, initializing values for position, charge and readout frame.
 
 ~Digit ()=default
 Destructor.
 
UShort_t getChipIndex () const
 Get the index of the chip.
 
UShort_t getColumn () const
 Get the column of the pixel within the chip.
 
UShort_t getRow () const
 Get the row of the pixel within the chip.
 
Int_t getCharge () const
 Get the accumulated charged of the digit.
 
void setChipIndex (UShort_t index)
 Set the index of the chip.
 
void setPixelIndex (UShort_t row, UShort_t col)
 Set the index of the pixel within the chip.
 
void setCharge (Int_t charge)
 Set the charge of the digit.
 
void addCharge (int charge)
 Add charge to the digit, registering the label if provided.
 
std::ostream & print (std::ostream &output) const
 Print function: Print basic digit information on the output stream.
 

Friends

std::ostream & operator<< (std::ostream &output, const Digit &digi)
 

Detailed Description

Digit class for the ITS.

Definition at line 29 of file Digit.h.

Constructor & Destructor Documentation

◆ Digit()

Digit::Digit ( UShort_t  chipindex = 0,
UShort_t  row = 0,
UShort_t  col = 0,
Int_t  charge = 0 
)

Constructor, initializing values for position, charge and readout frame.

Definition at line 22 of file Digit.cxx.

◆ ~Digit()

o2::itsmft::Digit::~Digit ( )
default

Destructor.

Member Function Documentation

◆ addCharge()

void o2::itsmft::Digit::addCharge ( int  charge)
inline

Add charge to the digit, registering the label if provided.

Definition at line 65 of file Digit.h.

◆ getCharge()

Int_t o2::itsmft::Digit::getCharge ( ) const
inline

Get the accumulated charged of the digit.

Definition at line 49 of file Digit.h.

◆ getChipIndex()

UShort_t o2::itsmft::Digit::getChipIndex ( ) const
inline

Get the index of the chip.

Definition at line 40 of file Digit.h.

◆ getColumn()

UShort_t o2::itsmft::Digit::getColumn ( ) const
inline

Get the column of the pixel within the chip.

Definition at line 43 of file Digit.h.

◆ getRow()

UShort_t o2::itsmft::Digit::getRow ( ) const
inline

Get the row of the pixel within the chip.

Definition at line 46 of file Digit.h.

◆ print()

std::ostream & Digit::print ( std::ostream &  output) const

Print function: Print basic digit information on the output stream.

Definition at line 28 of file Digit.cxx.

◆ setCharge()

void o2::itsmft::Digit::setCharge ( Int_t  charge)
inline

Set the charge of the digit.

Definition at line 62 of file Digit.h.

◆ setChipIndex()

void o2::itsmft::Digit::setChipIndex ( UShort_t  index)
inline

Set the index of the chip.

Definition at line 52 of file Digit.h.

◆ setPixelIndex()

void o2::itsmft::Digit::setPixelIndex ( UShort_t  row,
UShort_t  col 
)
inline

Set the index of the pixel within the chip.

Definition at line 55 of file Digit.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  output,
const Digit digi 
)
friend

Streaming operator for the digit class Using streaming functionality defined in function Print

Definition at line 72 of file Digit.h.


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