![]() |
ATLAS Offline Software
|
extracts OFCs from database More...
#include <TileCondToolOfcCool.h>
Public Member Functions | |
| TileCondToolOfcCool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~TileCondToolOfcCool () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual StatusCode | getOfcWeights (unsigned int drawerIdx, unsigned int channel, unsigned int adc, float &phase, bool of2, TileOfcWeightsStruct &weights, const EventContext &ctx) const override |
| int | getOfcWeights (unsigned int drawerIdx, unsigned int channel, unsigned int adc, float &phase, float *a, float *b, float *c, float *g, float *dg, const EventContext &ctx) |
| void | getOfcParams (unsigned int drawerIdx, int &NPhases, int &NFields, int &Phamin, int &Phamax, int &NSamples, const EventContext &ctx) |
Private Attributes | |
| SG::ReadCondHandleKey< TileCalibData< TileCalibDrawerOfc > > | m_calibOfcKey |
extracts OFCs from database
Definition at line 27 of file TileCondToolOfcCool.h.
| TileCondToolOfcCool::TileCondToolOfcCool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 15 of file TileCondToolOfcCool.cxx.
|
virtual |
Definition at line 23 of file TileCondToolOfcCool.cxx.
|
overridevirtual |
Definition at line 39 of file TileCondToolOfcCool.cxx.
| void TileCondToolOfcCool::getOfcParams | ( | unsigned int | drawerIdx, |
| int & | NPhases, | ||
| int & | NFields, | ||
| int & | Phamin, | ||
| int & | Phamax, | ||
| int & | NSamples, | ||
| const EventContext & | ctx ) |
Definition at line 90 of file TileCondToolOfcCool.cxx.
|
overridevirtual |
Definition at line 48 of file TileCondToolOfcCool.cxx.
| int TileCondToolOfcCool::getOfcWeights | ( | unsigned int | drawerIdx, |
| unsigned int | channel, | ||
| unsigned int | adc, | ||
| float & | phase, | ||
| float * | a, | ||
| float * | b, | ||
| float * | c, | ||
| float * | g, | ||
| float * | dg, | ||
| const EventContext & | ctx ) |
Definition at line 74 of file TileCondToolOfcCool.cxx.
|
overridevirtual |
Definition at line 29 of file TileCondToolOfcCool.cxx.
|
private |
Definition at line 55 of file TileCondToolOfcCool.h.