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

TOF digit implementation. More...

#include <Digit.h>

Public Member Functions

 Digit ()=default
 
 Digit (Int_t channel, Int_t tdc, Int_t tot, uint64_t bc, Int_t label=-1, uint32_t triggerorbit=0, uint16_t triggerbunch=0, float geanttime=0, double t0=0)
 
 Digit (Int_t channel, Int_t tdc, Int_t tot, uint32_t orbit, uint16_t bc, Int_t label=-1, uint32_t triggerorbit=0, uint16_t triggerbunch=0, float geanttime=0, double t0=0)
 
 ~Digit ()=default
 
ULong64_t getOrderingKey ()
 
Int_t getChannel () const
 
void setChannel (Int_t channel)
 
uint16_t getTDC () const
 
void setTDC (uint16_t tdc)
 
uint16_t getTOT () const
 
void setTOT (uint16_t tot)
 
uint64_t getBC () const
 
void setBC (uint64_t bc)
 
void setIR (const InteractionRecord &ir)
 
auto getIR () const
 
Int_t getLabel () const
 
void setLabel (Int_t label)
 
void printStream (std::ostream &stream) const
 
bool merge (Int_t tdc, Int_t tot)
 
void getPhiAndEtaIndex (int &phi, int &eta) const
 
Bool_t isUsedInCluster () const
 
void setIsUsedInCluster (bool val=true)
 
Int_t getElectronicIndex () const
 
void setElectronicIndex (Int_t ind)
 
Int_t getElCrateIndex () const
 
Int_t getElTRMIndex () const
 
Int_t getElChainIndex () const
 
Int_t getElTDCIndex () const
 
Int_t getElChIndex () const
 
void setCalibratedTime (Double_t time)
 
double getCalibratedTime () const
 
void setIsProblematic (bool flag)
 
bool isProblematic () const
 
void setTriggerOrbit (uint32_t value)
 
uint32_t getTriggerOrbit () const
 
void setTriggerBunch (uint16_t value)
 
uint16_t getTriggerBunch () const
 
float getTgeant () const
 
void setTgeant (float val)
 
double getT0true () const
 
void setT0true (double val)
 

Static Public Member Functions

static ULong64_t getOrderingKey (Int_t channel, uint64_t bc, Int_t)
 Get global ordering key made of.
 

Friends

class boost::serialization::access
 

Detailed Description

TOF digit implementation.

Definition at line 30 of file Digit.h.

Constructor & Destructor Documentation

◆ Digit() [1/3]

o2::tof::Digit::Digit ( )
default

◆ Digit() [2/3]

Digit::Digit ( Int_t  channel,
Int_t  tdc,
Int_t  tot,
uint64_t  bc,
Int_t  label = -1,
uint32_t  triggerorbit = 0,
uint16_t  triggerbunch = 0,
float  geanttime = 0,
double  t0 = 0 
)

Definition at line 20 of file Digit.cxx.

◆ Digit() [3/3]

Digit::Digit ( Int_t  channel,
Int_t  tdc,
Int_t  tot,
uint32_t  orbit,
uint16_t  bc,
Int_t  label = -1,
uint32_t  triggerorbit = 0,
uint16_t  triggerbunch = 0,
float  geanttime = 0,
double  t0 = 0 
)

Definition at line 26 of file Digit.cxx.

◆ ~Digit()

o2::tof::Digit::~Digit ( )
default

Member Function Documentation

◆ getBC()

uint64_t o2::tof::Digit::getBC ( ) const
inline

Definition at line 58 of file Digit.h.

◆ getCalibratedTime()

double o2::tof::Digit::getCalibratedTime ( ) const
inline

Definition at line 86 of file Digit.h.

◆ getChannel()

Int_t o2::tof::Digit::getChannel ( ) const
inline

Definition at line 49 of file Digit.h.

◆ getElChainIndex()

Int_t o2::tof::Digit::getElChainIndex ( ) const
inline

Definition at line 81 of file Digit.h.

◆ getElChIndex()

Int_t o2::tof::Digit::getElChIndex ( ) const
inline

Definition at line 83 of file Digit.h.

◆ getElCrateIndex()

Int_t o2::tof::Digit::getElCrateIndex ( ) const
inline

Definition at line 79 of file Digit.h.

◆ getElectronicIndex()

Int_t o2::tof::Digit::getElectronicIndex ( ) const
inline

Definition at line 77 of file Digit.h.

◆ getElTDCIndex()

Int_t o2::tof::Digit::getElTDCIndex ( ) const
inline

Definition at line 82 of file Digit.h.

◆ getElTRMIndex()

Int_t o2::tof::Digit::getElTRMIndex ( ) const
inline

Definition at line 80 of file Digit.h.

◆ getIR()

auto o2::tof::Digit::getIR ( ) const
inline

Definition at line 62 of file Digit.h.

◆ getLabel()

Int_t o2::tof::Digit::getLabel ( ) const
inline

Definition at line 64 of file Digit.h.

◆ getOrderingKey() [1/2]

ULong64_t o2::tof::Digit::getOrderingKey ( )
inline

Definition at line 44 of file Digit.h.

◆ getOrderingKey() [2/2]

static ULong64_t o2::tof::Digit::getOrderingKey ( Int_t  channel,
uint64_t  bc,
Int_t   
)
inlinestatic

Get global ordering key made of.

Definition at line 40 of file Digit.h.

◆ getPhiAndEtaIndex()

void Digit::getPhiAndEtaIndex ( int phi,
int eta 
) const

Definition at line 64 of file Digit.cxx.

◆ getT0true()

double o2::tof::Digit::getT0true ( ) const
inline

Definition at line 98 of file Digit.h.

◆ getTDC()

uint16_t o2::tof::Digit::getTDC ( ) const
inline

Definition at line 52 of file Digit.h.

◆ getTgeant()

float o2::tof::Digit::getTgeant ( ) const
inline

Definition at line 96 of file Digit.h.

◆ getTOT()

uint16_t o2::tof::Digit::getTOT ( ) const
inline

Definition at line 55 of file Digit.h.

◆ getTriggerBunch()

uint16_t o2::tof::Digit::getTriggerBunch ( ) const
inline

Definition at line 94 of file Digit.h.

◆ getTriggerOrbit()

uint32_t o2::tof::Digit::getTriggerOrbit ( ) const
inline

Definition at line 92 of file Digit.h.

◆ isProblematic()

bool o2::tof::Digit::isProblematic ( ) const
inline

Definition at line 89 of file Digit.h.

◆ isUsedInCluster()

Bool_t o2::tof::Digit::isUsedInCluster ( ) const
inline

Definition at line 73 of file Digit.h.

◆ merge()

bool Digit::merge ( Int_t  tdc,
Int_t  tot 
)

Definition at line 47 of file Digit.cxx.

◆ printStream()

void Digit::printStream ( std::ostream &  stream) const

Definition at line 32 of file Digit.cxx.

◆ setBC()

void o2::tof::Digit::setBC ( uint64_t  bc)
inline

Definition at line 59 of file Digit.h.

◆ setCalibratedTime()

void o2::tof::Digit::setCalibratedTime ( Double_t  time)
inline

Definition at line 85 of file Digit.h.

◆ setChannel()

void o2::tof::Digit::setChannel ( Int_t  channel)
inline

Definition at line 50 of file Digit.h.

◆ setElectronicIndex()

void o2::tof::Digit::setElectronicIndex ( Int_t  ind)
inline

Definition at line 78 of file Digit.h.

◆ setIR()

void o2::tof::Digit::setIR ( const InteractionRecord ir)
inline

Definition at line 60 of file Digit.h.

◆ setIsProblematic()

void o2::tof::Digit::setIsProblematic ( bool  flag)
inline

Definition at line 88 of file Digit.h.

◆ setIsUsedInCluster()

void o2::tof::Digit::setIsUsedInCluster ( bool  val = true)
inline

Definition at line 75 of file Digit.h.

◆ setLabel()

void o2::tof::Digit::setLabel ( Int_t  label)
inline

Definition at line 65 of file Digit.h.

◆ setT0true()

void o2::tof::Digit::setT0true ( double  val)
inline

Definition at line 99 of file Digit.h.

◆ setTDC()

void o2::tof::Digit::setTDC ( uint16_t  tdc)
inline

Definition at line 53 of file Digit.h.

◆ setTgeant()

void o2::tof::Digit::setTgeant ( float  val)
inline

Definition at line 97 of file Digit.h.

◆ setTOT()

void o2::tof::Digit::setTOT ( uint16_t  tot)
inline

Definition at line 56 of file Digit.h.

◆ setTriggerBunch()

void o2::tof::Digit::setTriggerBunch ( uint16_t  value)
inline

Definition at line 93 of file Digit.h.

◆ setTriggerOrbit()

void o2::tof::Digit::setTriggerOrbit ( uint32_t  value)
inline

Definition at line 91 of file Digit.h.

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 102 of file Digit.h.


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