Project
Loading...
Searching...
No Matches
o2::tpc::IDCDrawHelper::IDCDraw Struct Reference

#include <IDCDrawHelper.h>

Public Member Functions

float getIDC (const unsigned int sector, const unsigned int region, const unsigned int row, const unsigned int pad) const
 

Public Attributes

std::function< float(const unsigned int, const unsigned int, const unsigned int, const unsigned int)> mIDCFunc
 function returning the value which will be drawn for sector, region, row, pad
 

Detailed Description

helper struct containing a function to give access to the IDCs which will be drawn

Parameters
sectorsector of the TPC
regionregion in the TPC \row local row in the region
padpad in the row

Definition at line 40 of file IDCDrawHelper.h.

Member Function Documentation

◆ getIDC()

float o2::tpc::IDCDrawHelper::IDCDraw::getIDC ( const unsigned int  sector,
const unsigned int  region,
const unsigned int  row,
const unsigned int  pad 
) const
inline

Definition at line 41 of file IDCDrawHelper.h.

Member Data Documentation

◆ mIDCFunc

std::function<float(const unsigned int, const unsigned int, const unsigned int, const unsigned int)> o2::tpc::IDCDrawHelper::IDCDraw::mIDCFunc

function returning the value which will be drawn for sector, region, row, pad

Definition at line 42 of file IDCDrawHelper.h.


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