EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eventdisplay/FairBoxSetEditor.h>
Public Member Functions | |
FairBoxSetEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
virtual | ~FairBoxSetEditor () |
virtual void | Init () |
virtual void | SetModel (TObject *obj) |
virtual void | TimeWindow () |
Public Attributes | |
TGVerticalFrame * | fInfoFrame |
TGNumberEntry * | fTimeWindowPlus |
TGNumberEntry * | fTimeWindowMinus |
Protected Attributes | |
TObject * | fObject |
FairBoxSet * | fM |
Private Member Functions | |
FairBoxSetEditor (const FairBoxSetEditor &) | |
FairBoxSetEditor & | operator= (const FairBoxSetEditor &) |
ClassDef (FairBoxSetEditor, 2) | |
Definition at line 32 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 32 of file FairBoxSetEditor.h
FairBoxSetEditor::FairBoxSetEditor | ( | const TGWindow * | p = 0 , |
Int_t | width = 170 , |
||
Int_t | height = 30 , |
||
UInt_t | options = kChildFrame , |
||
Pixel_t | back = GetDefaultFrameBackground() |
||
) |
|
inlinevirtual |
Definition at line 39 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 39 of file FairBoxSetEditor.h
|
private |
|
private |
|
virtual |
Definition at line 35 of file FairBoxSetEditor.cxx.
View newest version in sPHENIX GitHub at line 35 of file FairBoxSetEditor.cxx
References fInfoFrame, fTimeWindowMinus, fTimeWindowPlus, and FairRootManager::Instance().
|
private |
|
inlinevirtual |
Definition at line 43 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 43 of file FairBoxSetEditor.h
References fM, fTimeWindowMinus, fTimeWindowPlus, FairBoxSet::GetTimeWindowMinus(), and FairBoxSet::GetTimeWindowPlus().
|
virtual |
Definition at line 76 of file FairBoxSetEditor.cxx.
View newest version in sPHENIX GitHub at line 76 of file FairBoxSetEditor.cxx
References fM, fTimeWindowMinus, fTimeWindowPlus, FairEventManager::GetCurrentEvent(), FairEventManager::GotoEvent(), FairEventManager::Instance(), FairBoxSet::SetTimeWindowMinus(), and FairBoxSet::SetTimeWindowPlus().
TGVerticalFrame* FairBoxSetEditor::fInfoFrame |
Definition at line 51 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 51 of file FairBoxSetEditor.h
Referenced by Init().
|
protected |
Definition at line 58 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 58 of file FairBoxSetEditor.h
Referenced by SetModel(), and TimeWindow().
|
protected |
Definition at line 57 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 57 of file FairBoxSetEditor.h
TGNumberEntry* FairBoxSetEditor::fTimeWindowMinus |
Definition at line 53 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 53 of file FairBoxSetEditor.h
Referenced by Init(), SetModel(), and TimeWindow().
TGNumberEntry* FairBoxSetEditor::fTimeWindowPlus |
Definition at line 52 of file FairBoxSetEditor.h.
View newest version in sPHENIX GitHub at line 52 of file FairBoxSetEditor.h
Referenced by Init(), SetModel(), and TimeWindow().