Project
Loading...
Searching...
No Matches
o2::trd::PHData Class Reference

#include <PHData.h>

Public Types

enum  Origin : uint8_t { ITSTPCTRD , TPCTRD , TRACKLET , OTHER }
 

Public Member Functions

 PHData ()=default
 
 PHData (int adc, int det, int tb, int nb, int type)
 
void set (int adc, int det, int tb, int nb, int type)
 
int getADC () const
 
int getDetector () const
 
int getTimebin () const
 
int getNneighbours () const
 
int getType () const
 

Detailed Description

Definition at line 30 of file PHData.h.

Member Enumeration Documentation

◆ Origin

enum o2::trd::PHData::Origin : uint8_t
Enumerator
ITSTPCTRD 
TPCTRD 
TRACKLET 
OTHER 

Definition at line 33 of file PHData.h.

Constructor & Destructor Documentation

◆ PHData() [1/2]

o2::trd::PHData::PHData ( )
default

◆ PHData() [2/2]

o2::trd::PHData::PHData ( int  adc,
int  det,
int  tb,
int  nb,
int  type 
)
inline

Definition at line 41 of file PHData.h.

Member Function Documentation

◆ getADC()

int o2::trd::PHData::getADC ( ) const
inline

Definition at line 49 of file PHData.h.

◆ getDetector()

int o2::trd::PHData::getDetector ( ) const
inline

Definition at line 51 of file PHData.h.

◆ getNneighbours()

int o2::trd::PHData::getNneighbours ( ) const
inline

Definition at line 55 of file PHData.h.

◆ getTimebin()

int o2::trd::PHData::getTimebin ( ) const
inline

Definition at line 53 of file PHData.h.

◆ getType()

int o2::trd::PHData::getType ( ) const
inline

Definition at line 57 of file PHData.h.

◆ set()

void o2::trd::PHData::set ( int  adc,
int  det,
int  tb,
int  nb,
int  type 
)
inline

Definition at line 43 of file PHData.h.


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