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

#include <SimpleEventDisplayGUI.h>

Public Types

enum  RunMode { Offline = 0 , Online = 1 }
 
enum  HistogramType { MaxValues = 0 , Occupancy = 1 }
 

Public Member Functions

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)
 
SimpleEventDisplaygetEventDisplay ()
 
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)
 

Detailed Description

Definition at line 41 of file SimpleEventDisplayGUI.h.

Member Enumeration Documentation

◆ HistogramType

Enumerator
MaxValues 
Occupancy 

Definition at line 49 of file SimpleEventDisplayGUI.h.

◆ RunMode

Enumerator
Offline 

run offline from file

Online 

run online from decoded digits

Definition at line 44 of file SimpleEventDisplayGUI.h.

Member Function Documentation

◆ applySignalThreshold()

void SimpleEventDisplayGUI::applySignalThreshold ( )

Definition at line 1145 of file SimpleEventDisplayGUI.cxx.

◆ callEventNumber()

void SimpleEventDisplayGUI::callEventNumber ( )

Definition at line 1084 of file SimpleEventDisplayGUI.cxx.

◆ drawPadSignal()

void SimpleEventDisplayGUI::drawPadSignal ( int  event,
int  x,
int  y,
TObject o 
)

Definition at line 639 of file SimpleEventDisplayGUI.cxx.

◆ exitRoot()

void SimpleEventDisplayGUI::exitRoot ( )

Definition at line 530 of file SimpleEventDisplayGUI.cxx.

◆ fillHists()

void SimpleEventDisplayGUI::fillHists ( int  type = 0,
HistogramType  histogramType = MaxValues 
)

Definition at line 796 of file SimpleEventDisplayGUI.cxx.

◆ FindROCFromXY()

int SimpleEventDisplayGUI::FindROCFromXY ( const float  x,
const float  y,
const int  side 
)

Definition at line 877 of file SimpleEventDisplayGUI.cxx.

◆ getEventDisplay()

SimpleEventDisplay & o2::tpc::SimpleEventDisplayGUI::getEventDisplay ( )
inline

Definition at line 77 of file SimpleEventDisplayGUI.h.

◆ initGUI()

void SimpleEventDisplayGUI::initGUI ( )

Definition at line 955 of file SimpleEventDisplayGUI.cxx.

◆ isNextEventRequested()

bool o2::tpc::SimpleEventDisplayGUI::isNextEventRequested ( ) const
inline

Definition at line 85 of file SimpleEventDisplayGUI.h.

◆ isProcessingEvent()

bool o2::tpc::SimpleEventDisplayGUI::isProcessingEvent ( ) const
inline

Definition at line 84 of file SimpleEventDisplayGUI.h.

◆ isStopRequested()

bool o2::tpc::SimpleEventDisplayGUI::isStopRequested ( ) const
inline

Definition at line 83 of file SimpleEventDisplayGUI.h.

◆ isWaitingForDigitUpdate()

bool o2::tpc::SimpleEventDisplayGUI::isWaitingForDigitUpdate ( ) const
inline

Definition at line 86 of file SimpleEventDisplayGUI.h.

◆ monitorGui()

void SimpleEventDisplayGUI::monitorGui ( )

Definition at line 57 of file SimpleEventDisplayGUI.cxx.

◆ next()

void SimpleEventDisplayGUI::next ( int  eventNumber = -1)

Definition at line 1018 of file SimpleEventDisplayGUI.cxx.

◆ resetHists()

void SimpleEventDisplayGUI::resetHists ( int  type,
HistogramType  histogramType 
)

Definition at line 550 of file SimpleEventDisplayGUI.cxx.

◆ resetNextEventReqested()

void o2::tpc::SimpleEventDisplayGUI::resetNextEventReqested ( )
inline

Definition at line 87 of file SimpleEventDisplayGUI.h.

◆ resetUpdatingDigits()

void o2::tpc::SimpleEventDisplayGUI::resetUpdatingDigits ( )
inline

Definition at line 88 of file SimpleEventDisplayGUI.h.

◆ 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 
)

Definition at line 1091 of file SimpleEventDisplayGUI.cxx.

◆ selectSector()

void SimpleEventDisplayGUI::selectSector ( int  sector)

Definition at line 864 of file SimpleEventDisplayGUI.cxx.

◆ selectSectorExec()

void SimpleEventDisplayGUI::selectSectorExec ( int  event,
int  x,
int  y,
TObject o 
)

Definition at line 913 of file SimpleEventDisplayGUI.cxx.

◆ selectTimeBin()

void SimpleEventDisplayGUI::selectTimeBin ( )

Definition at line 1153 of file SimpleEventDisplayGUI.cxx.

◆ setDataAvailable()

void o2::tpc::SimpleEventDisplayGUI::setDataAvailable ( bool  available)
inline

Definition at line 89 of file SimpleEventDisplayGUI.h.

◆ setMode()

void o2::tpc::SimpleEventDisplayGUI::setMode ( RunMode  mode)
inline

Definition at line 79 of file SimpleEventDisplayGUI.h.

◆ showClusters()

void SimpleEventDisplayGUI::showClusters ( int  roc,
int  row 
)

Definition at line 1166 of file SimpleEventDisplayGUI.cxx.

◆ startGUI()

void SimpleEventDisplayGUI::startGUI ( int  maxTimeBins = 114048)

Definition at line 1126 of file SimpleEventDisplayGUI.cxx.

◆ toggleClusters()

void SimpleEventDisplayGUI::toggleClusters ( )

Definition at line 492 of file SimpleEventDisplayGUI.cxx.

◆ toggleFFT()

void SimpleEventDisplayGUI::toggleFFT ( )

Definition at line 246 of file SimpleEventDisplayGUI.cxx.

◆ toggleOccupancy()

void SimpleEventDisplayGUI::toggleOccupancy ( )

Definition at line 468 of file SimpleEventDisplayGUI.cxx.

◆ togglePadTime()

void SimpleEventDisplayGUI::togglePadTime ( )

Definition at line 456 of file SimpleEventDisplayGUI.cxx.

◆ toggleSingleTimeBin()

void SimpleEventDisplayGUI::toggleSingleTimeBin ( )

Definition at line 478 of file SimpleEventDisplayGUI.cxx.

◆ update()

void SimpleEventDisplayGUI::update ( TString  clist)

Definition at line 537 of file SimpleEventDisplayGUI.cxx.


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