EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eventdisplay/FairBoxSet.h>
Public Member Functions | |
FairBoxSet (FairBoxSetDraw *drawer, const char *name="FairBoxSet", const char *t="") | |
void | SetTimeWindowPlus (Double_t time) |
void | SetTimeWindowMinus (Double_t time) |
Double_t | GetTimeWindowPlus () |
Double_t | GetTimeWindowMinus () |
virtual | ~FairBoxSet () |
Private Member Functions | |
FairBoxSet (const FairBoxSet &) | |
FairBoxSet | operator= (const FairBoxSet &) |
ClassDef (FairBoxSet, 1) | |
Private Attributes | |
FairBoxSetDraw * | fDraw |
Definition at line 26 of file FairBoxSet.h.
View newest version in sPHENIX GitHub at line 26 of file FairBoxSet.h
FairBoxSet::FairBoxSet | ( | FairBoxSetDraw * | drawer, |
const char * | name = "FairBoxSet" , |
||
const char * | t = "" |
||
) |
Standard constructor
Definition at line 14 of file FairBoxSet.cxx.
View newest version in sPHENIX GitHub at line 14 of file FairBoxSet.cxx
|
inlinevirtual |
Destructor
Definition at line 43 of file FairBoxSet.h.
View newest version in sPHENIX GitHub at line 43 of file FairBoxSet.h
|
private |
|
private |
|
inline |
Definition at line 39 of file FairBoxSet.h.
View newest version in sPHENIX GitHub at line 39 of file FairBoxSet.h
References fDraw, and FairBoxSetDraw::GetTimeWindowMinus().
Referenced by FairBoxSetEditor::SetModel().
|
inline |
Definition at line 38 of file FairBoxSet.h.
View newest version in sPHENIX GitHub at line 38 of file FairBoxSet.h
References fDraw, and FairBoxSetDraw::GetTimeWindowPlus().
Referenced by FairBoxSetEditor::SetModel().
|
private |
|
inline |
Definition at line 36 of file FairBoxSet.h.
View newest version in sPHENIX GitHub at line 36 of file FairBoxSet.h
References fDraw, and FairBoxSetDraw::SetTimeWindowMinus().
Referenced by FairBoxSetEditor::TimeWindow().
|
inline |
Definition at line 35 of file FairBoxSet.h.
View newest version in sPHENIX GitHub at line 35 of file FairBoxSet.h
References fDraw, and FairBoxSetDraw::SetTimeWindowPlus().
Referenced by FairBoxSetEditor::TimeWindow().
|
private |
Definition at line 43 of file FairBoxSet.h.
View newest version in sPHENIX GitHub at line 43 of file FairBoxSet.h
Referenced by GetTimeWindowMinus(), GetTimeWindowPlus(), SetTimeWindowMinus(), and SetTimeWindowPlus().