ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtSidebarPSA.h>
Public Member Functions | |
AtSidebarPSA (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
void | SetPSA (AtPSA *psa) |
void | SetThreshold () |
void | FillFrame () override |
ClassDefOverride (AtSidebarPSA, 1) | |
![]() | |
AtSidebarAddon (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
void | AddInfoBox (std::string label) |
void | AddIntBox (std::string label, std::string function, int min=0, int max=1) |
TString | GetInfoString (std::string label) |
Long_t | GetIntNumber (std::string label) |
void | SetInfoString (std::string label, TString value) |
void | SetIntNumber (std::string label, Long_t value) |
ClassDefOverride (AtSidebarAddon, 1) | |
![]() | |
AtVerticalSidebarFrame (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
![]() | |
void | UsePictureButtons (bool val=true) |
Use text only buttons instead of picture buttons. More... | |
Protected Attributes | |
AtPSA * | fPSA |
const std::string | fThreshold {"Threshold"} |
![]() | |
std::map< std::string, TGNumberEntry * > | fNumbers |
std::map< std::string, TGLabel * > | fStrings |
![]() | |
bool | kUsePictureButtons {false} |
Option to disable picture buttons since they break some machines. More... | |
Additional Inherited Members | |
![]() | |
AtSidebarFrame (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
Definition at line 16 of file AtSidebarPSA.h.
|
inline |
Definition at line 23 of file AtSidebarPSA.h.
AtSidebarPSA::ClassDefOverride | ( | AtSidebarPSA | , |
1 | |||
) |
|
overridevirtual |
Called at the end of the Init stage. Is what will create all of the components in the sidebar frame.
Reimplemented from AtSidebarAddon.
Reimplemented in AtSidebarPSADeconv, AtSidebarPSATBAvg, and AtSidebarPSAIterDeconv.
Definition at line 9 of file AtSidebarPSA.cxx.
|
inline |
Definition at line 29 of file AtSidebarPSA.h.
void AtSidebarPSA::SetThreshold | ( | ) |
Definition at line 16 of file AtSidebarPSA.cxx.
|
protected |
Definition at line 18 of file AtSidebarPSA.h.
|
protected |
Definition at line 20 of file AtSidebarPSA.h.