#include <SimpleEventDisplayGUI.h>
|
| void | toggleFFT () |
| |
| void | toggleOccupancy () |
| |
| void | togglePadTime () |
| |
| void | toggleSingleTimeBin () |
| |
| void | toggleClusters () |
| |
| void | monitorGui () |
| |
| void | exitRoot () |
| |
| void | update (TString clist) |
| |
| void | resetHists (int type, HistogramType histogramType) |
| |
| void | drawPadSignal (int event, int x, int y, TObject *o) |
| |
| void | fillHists (int type=0, HistogramType histogramType=MaxValues) |
| |
| void | selectSector (int sector) |
| |
| int | FindROCFromXY (const float x, const float y, const int side) |
| |
| void | selectSectorExec (int event, int x, int y, TObject *o) |
| |
| void | initGUI () |
| |
| void | next (int eventNumber=-1) |
| |
| void | callEventNumber () |
| |
| void | applySignalThreshold () |
| |
| void | selectTimeBin () |
| |
| void | showClusters (int roc, int row) |
| |
| void | runSimpleEventDisplay (std::string_view fileInfo, std::string_view pedestalFile="", int firstTimeBin=0, int lastTimeBin=500, int nTimeBinsPerCall=500, uint32_t verbosity=0, uint32_t debugLevel=0, int selectedSector=0, bool showSides=1) |
| |
| SimpleEventDisplay & | getEventDisplay () |
| |
| void | setMode (RunMode mode) |
| |
| void | startGUI (int maxTimeBins=114048) |
| |
| bool | isStopRequested () const |
| |
| bool | isProcessingEvent () const |
| |
| bool | isNextEventRequested () const |
| |
| bool | isWaitingForDigitUpdate () const |
| |
| void | resetNextEventReqested () |
| |
| void | resetUpdatingDigits () |
| |
| void | setDataAvailable (bool available) |
| |
Definition at line 41 of file SimpleEventDisplayGUI.h.
◆ HistogramType
◆ RunMode
| Enumerator |
|---|
| Offline | run offline from file
|
| Online | run online from decoded digits
|
Definition at line 44 of file SimpleEventDisplayGUI.h.
◆ applySignalThreshold()
| void SimpleEventDisplayGUI::applySignalThreshold |
( |
| ) |
|
◆ callEventNumber()
| void SimpleEventDisplayGUI::callEventNumber |
( |
| ) |
|
◆ drawPadSignal()
| void SimpleEventDisplayGUI::drawPadSignal |
( |
int |
event, |
|
|
int |
x, |
|
|
int |
y, |
|
|
TObject * |
o |
|
) |
| |
◆ exitRoot()
| void SimpleEventDisplayGUI::exitRoot |
( |
| ) |
|
◆ fillHists()
◆ FindROCFromXY()
| int SimpleEventDisplayGUI::FindROCFromXY |
( |
const float |
x, |
|
|
const float |
y, |
|
|
const int |
side |
|
) |
| |
◆ getEventDisplay()
◆ initGUI()
| void SimpleEventDisplayGUI::initGUI |
( |
| ) |
|
◆ isNextEventRequested()
| bool o2::tpc::SimpleEventDisplayGUI::isNextEventRequested |
( |
| ) |
const |
|
inline |
◆ isProcessingEvent()
| bool o2::tpc::SimpleEventDisplayGUI::isProcessingEvent |
( |
| ) |
const |
|
inline |
◆ isStopRequested()
| bool o2::tpc::SimpleEventDisplayGUI::isStopRequested |
( |
| ) |
const |
|
inline |
◆ isWaitingForDigitUpdate()
| bool o2::tpc::SimpleEventDisplayGUI::isWaitingForDigitUpdate |
( |
| ) |
const |
|
inline |
◆ monitorGui()
| void SimpleEventDisplayGUI::monitorGui |
( |
| ) |
|
◆ next()
| void SimpleEventDisplayGUI::next |
( |
int |
eventNumber = -1 | ) |
|
◆ resetHists()
◆ resetNextEventReqested()
| void o2::tpc::SimpleEventDisplayGUI::resetNextEventReqested |
( |
| ) |
|
|
inline |
◆ resetUpdatingDigits()
| void o2::tpc::SimpleEventDisplayGUI::resetUpdatingDigits |
( |
| ) |
|
|
inline |
◆ runSimpleEventDisplay()
| void SimpleEventDisplayGUI::runSimpleEventDisplay |
( |
std::string_view |
fileInfo, |
|
|
std::string_view |
pedestalFile = "", |
|
|
int |
firstTimeBin = 0, |
|
|
int |
lastTimeBin = 500, |
|
|
int |
nTimeBinsPerCall = 500, |
|
|
uint32_t |
verbosity = 0, |
|
|
uint32_t |
debugLevel = 0, |
|
|
int |
selectedSector = 0, |
|
|
bool |
showSides = 1 |
|
) |
| |
◆ selectSector()
| void SimpleEventDisplayGUI::selectSector |
( |
int |
sector | ) |
|
◆ selectSectorExec()
| void SimpleEventDisplayGUI::selectSectorExec |
( |
int |
event, |
|
|
int |
x, |
|
|
int |
y, |
|
|
TObject * |
o |
|
) |
| |
◆ selectTimeBin()
| void SimpleEventDisplayGUI::selectTimeBin |
( |
| ) |
|
◆ setDataAvailable()
| void o2::tpc::SimpleEventDisplayGUI::setDataAvailable |
( |
bool |
available | ) |
|
|
inline |
◆ setMode()
| void o2::tpc::SimpleEventDisplayGUI::setMode |
( |
RunMode |
mode | ) |
|
|
inline |
◆ showClusters()
| void SimpleEventDisplayGUI::showClusters |
( |
int |
roc, |
|
|
int |
row |
|
) |
| |
◆ startGUI()
| void SimpleEventDisplayGUI::startGUI |
( |
int |
maxTimeBins = 114048 | ) |
|
◆ toggleClusters()
| void SimpleEventDisplayGUI::toggleClusters |
( |
| ) |
|
◆ toggleFFT()
| void SimpleEventDisplayGUI::toggleFFT |
( |
| ) |
|
◆ toggleOccupancy()
| void SimpleEventDisplayGUI::toggleOccupancy |
( |
| ) |
|
◆ togglePadTime()
| void SimpleEventDisplayGUI::togglePadTime |
( |
| ) |
|
◆ toggleSingleTimeBin()
| void SimpleEventDisplayGUI::toggleSingleTimeBin |
( |
| ) |
|
◆ update()
| void SimpleEventDisplayGUI::update |
( |
TString |
clist | ) |
|
The documentation for this class was generated from the following files: