Project
Loading...
Searching...
No Matches
o2::emcal::TimeCalibParamL1Phase Class Reference

#include <TimeCalibParamL1Phase.h>

Public Member Functions

 TimeCalibParamL1Phase ()=default
 Constructor.
 
 ~TimeCalibParamL1Phase ()=default
 Destructor.
 
bool operator== (const TimeCalibParamL1Phase &other) const
 Comparison of two L1 phase shifts.
 
void addTimeCalibParamL1Phase (unsigned short iSM, unsigned char L1Phase)
 Add L1 phase shifts to the container.
 
unsigned char getTimeCalibParamL1Phase (unsigned short iSM) const
 Get the L1 phase for a certain SM.
 
TH1 * getHistogramRepresentation () const
 Convert the L1 phase shift per SM array to a histogram.
 

Detailed Description

Definition at line 46 of file TimeCalibParamL1Phase.h.

Constructor & Destructor Documentation

◆ TimeCalibParamL1Phase()

o2::emcal::TimeCalibParamL1Phase::TimeCalibParamL1Phase ( )
default

Constructor.

◆ ~TimeCalibParamL1Phase()

o2::emcal::TimeCalibParamL1Phase::~TimeCalibParamL1Phase ( )
default

Destructor.

Member Function Documentation

◆ addTimeCalibParamL1Phase()

void TimeCalibParamL1Phase::addTimeCalibParamL1Phase ( unsigned short  iSM,
unsigned char  L1Phase 
)

Add L1 phase shifts to the container.

Parameters
iSMis the Super Module
L1Phaseis the L1 phase shift

Definition at line 22 of file TimeCalibParamL1Phase.cxx.

◆ getHistogramRepresentation()

TH1 * TimeCalibParamL1Phase::getHistogramRepresentation ( ) const

Convert the L1 phase shift per SM array to a histogram.

Definition at line 32 of file TimeCalibParamL1Phase.cxx.

◆ getTimeCalibParamL1Phase()

unsigned char TimeCalibParamL1Phase::getTimeCalibParamL1Phase ( unsigned short  iSM) const

Get the L1 phase for a certain SM.

Parameters
iSMis the Super Module
Returns
L1 phase shifts of the SM

Definition at line 27 of file TimeCalibParamL1Phase.cxx.

◆ operator==()

bool TimeCalibParamL1Phase::operator== ( const TimeCalibParamL1Phase other) const

Comparison of two L1 phase shifts.

Returns
true if the two lists of L1 phase shifts are the same, false otherwise

Definition at line 44 of file TimeCalibParamL1Phase.cxx.


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