Project
Loading...
Searching...
No Matches
o2::tpc::CommonMode Class Reference

#include <CommonMode.h>

Public Member Functions

 CommonMode ()=default
 Default constructor.
 
 CommonMode (float commonMode, TimeBin timeBin, unsigned char gemStack)
 
 ~CommonMode ()=default
 Destructor.
 
float getCommonMode () const
 
TimeBin getTimeBin () const
 
unsigned char getGEMstack () const
 

Detailed Description

This is the definition of a very simple object used to write out the common mode value in each GEM stack

Definition at line 31 of file CommonMode.h.

Constructor & Destructor Documentation

◆ CommonMode() [1/2]

o2::tpc::CommonMode::CommonMode ( )
default

Default constructor.

◆ CommonMode() [2/2]

o2::tpc::CommonMode::CommonMode ( float  commonMode,
TimeBin  timeBin,
unsigned char  gemStack 
)
inline

Constructor, initializing values for common mode value in GEM stack in a given time bin

Parameters
commonModeCommon mode signal on that GEM stack
timeBinTime bin
gemStackGEm stack

Definition at line 66 of file CommonMode.h.

◆ ~CommonMode()

o2::tpc::CommonMode::~CommonMode ( )
default

Destructor.

Member Function Documentation

◆ getCommonMode()

float o2::tpc::CommonMode::getCommonMode ( ) const
inline

Get the common mode value

Returns
Common mode signal

Definition at line 48 of file CommonMode.h.

◆ getGEMstack()

unsigned char o2::tpc::CommonMode::getGEMstack ( ) const
inline

Get the GEM stack

Returns
GEM stack

Definition at line 56 of file CommonMode.h.

◆ getTimeBin()

TimeBin o2::tpc::CommonMode::getTimeBin ( ) const
inline

Get the time bin

Returns
Time bin

Definition at line 52 of file CommonMode.h.


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