Project
Loading...
Searching...
No Matches
o2::trd::PadParameters< T > Class Template Reference

#include <PadParameters.h>

Public Member Functions

 PadParameters ()=default
 
 PadParameters (int iDet)
 
void init (int iDet)
 
int getChannel (int col, int row) const
 
getValue (int ich) const
 
getValue (int col, int row) const
 
void setValue (int ich, T value)
 
void setValue (int col, int row, T value)
 

Detailed Description

template<class T>
class o2::trd::PadParameters< T >

Definition at line 36 of file PadParameters.h.

Constructor & Destructor Documentation

◆ PadParameters() [1/2]

template<class T >
o2::trd::PadParameters< T >::PadParameters ( )
default

◆ PadParameters() [2/2]

template<class T >
o2::trd::PadParameters< T >::PadParameters ( int  iDet)

Definition at line 55 of file PadParameters.h.

Member Function Documentation

◆ getChannel()

template<class T >
int o2::trd::PadParameters< T >::getChannel ( int  col,
int  row 
) const

Definition at line 69 of file PadParameters.h.

◆ getValue() [1/2]

template<class T >
T o2::trd::PadParameters< T >::getValue ( int  col,
int  row 
) const
inline

Definition at line 45 of file PadParameters.h.

◆ getValue() [2/2]

template<class T >
T o2::trd::PadParameters< T >::getValue ( int  ich) const
inline

Definition at line 44 of file PadParameters.h.

◆ init()

template<class T >
void o2::trd::PadParameters< T >::init ( int  iDet)

Definition at line 61 of file PadParameters.h.

◆ setValue() [1/2]

template<class T >
void o2::trd::PadParameters< T >::setValue ( int  col,
int  row,
value 
)
inline

Definition at line 47 of file PadParameters.h.

◆ setValue() [2/2]

template<class T >
void o2::trd::PadParameters< T >::setValue ( int  ich,
value 
)
inline

Definition at line 46 of file PadParameters.h.


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