FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairBoxSet Class Reference

#include <FairBoxSet.h>

Inheritance diagram for FairBoxSet:

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

Detailed Description

FairBoxSet

Author
T. Stockmanns
Since
26.3.2009 Base class to display 3D Points in Eve as a BoxSet One has to overwrite the method GetVector which takes a TObject and writes out a TVector3 which is then taken as an input to place the points. If one wants to change the color of the points one has to overwrite the method GetValue. This method takes a TObject and an integer and translates this into an integer as input for the EveBoxSet method DigitValue

Definition at line 32 of file FairBoxSet.h.

Constructor & Destructor Documentation

FairBoxSet::FairBoxSet ( FairBoxSetDraw drawer,
const char *  name = "FairBoxSet",
const char *  t = "" 
)

Standard constructor

Definition at line 15 of file FairBoxSet.cxx.

virtual FairBoxSet::~FairBoxSet ( )
inlinevirtual

Destructor

Definition at line 46 of file FairBoxSet.h.

Member Function Documentation

Double_t FairBoxSet::GetTimeWindowMinus ( )
inline

Definition at line 43 of file FairBoxSet.h.

Double_t FairBoxSet::GetTimeWindowPlus ( )
inline

Definition at line 42 of file FairBoxSet.h.

void FairBoxSet::SetTimeWindowMinus ( Double_t  time)
inline

Definition at line 40 of file FairBoxSet.h.

void FairBoxSet::SetTimeWindowPlus ( Double_t  time)
inline

Definition at line 39 of file FairBoxSet.h.


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