CbmRoot
|
#include <CbmPointSetArray.h>
Public Member Functions | |
CbmPointSetArray (const char *name="CbmPointSetArray", const char *title="") | |
Constructor. | |
virtual | ~CbmPointSetArray () |
Destructor. | |
void | InitValues (Int_t npoints) |
Init Arrays for physical Quantities. | |
void | FillValues (Int_t id, Double_t time, Double_t tot, Int_t cluSize, Int_t index) |
FillQuantities. | |
void | ApplyColorMode () |
Apply ColorMode to bins. | |
void | ApplyMarkerMode () |
Apply MarkerMode to bins. | |
void | ApplyTitles () |
Apply BBox-Titles to all bins. | |
void | SetColorMode (Int_t colorMode) |
void | SetMarkerMode (Int_t markerMode) |
Int_t | GetColorMode () const |
Int_t | GetMarkerMode () const |
Private Member Functions | |
CbmPointSetArray (const CbmPointSetArray &) | |
CbmPointSetArray & | operator= (const CbmPointSetArray &) |
ClassDef (CbmPointSetArray, 0) | |
Private Attributes | |
Int_t | fColorMode |
Int_t | fMarkerMode |
Double_t * | fTime |
Int_t * | fCluSize |
Double_t * | fToT |
Int_t * | fIndex |
Int_t | fNPoints |
Friends | |
class | CbmPointSetArrayEditor |
Definition at line 27 of file CbmPointSetArray.h.
|
private |
CbmPointSetArray::CbmPointSetArray | ( | const char * | name = "CbmPointSetArray", |
const char * | title = "" ) |
Constructor.
Definition at line 23 of file CbmPointSetArray.cxx.
|
virtual |
void CbmPointSetArray::ApplyColorMode | ( | ) |
Apply ColorMode to bins.
Definition at line 76 of file CbmPointSetArray.cxx.
References fColorMode, fIndex, fNPoints, fTime, and fToT.
Referenced by CbmPointSetArrayEditor::DoColor(), and CbmPointSetArrayDraw::Exec().
void CbmPointSetArray::ApplyMarkerMode | ( | ) |
Apply MarkerMode to bins.
Definition at line 125 of file CbmPointSetArray.cxx.
References fCluSize, fIndex, fMarkerMode, and fNPoints.
Referenced by CbmPointSetArrayEditor::DoMarker(), and CbmPointSetArrayDraw::Exec().
void CbmPointSetArray::ApplyTitles | ( | ) |
Apply BBox-Titles to all bins.
Definition at line 146 of file CbmPointSetArray.cxx.
References fCluSize, fIndex, fNPoints, fTime, and fToT.
Referenced by CbmPointSetArrayDraw::Exec().
|
private |
void CbmPointSetArray::FillValues | ( | Int_t | id, |
Double_t | time, | ||
Double_t | tot, | ||
Int_t | cluSize, | ||
Int_t | index ) |
FillQuantities.
Definition at line 65 of file CbmPointSetArray.cxx.
References fCluSize, fIndex, fTime, and fToT.
Referenced by CbmPointSetArrayDraw::Exec(), and CbmTsPointSetArrayDraw::GotoEvent().
|
inline |
Definition at line 49 of file CbmPointSetArray.h.
References fColorMode.
Referenced by CbmPointSetArrayEditor::SetModel().
|
inline |
Definition at line 50 of file CbmPointSetArray.h.
References fMarkerMode.
Referenced by CbmPointSetArrayEditor::SetModel().
void CbmPointSetArray::InitValues | ( | Int_t | npoints | ) |
Init Arrays for physical Quantities.
Definition at line 53 of file CbmPointSetArray.cxx.
References fCluSize, fIndex, fNPoints, fTime, and fToT.
Referenced by CbmPointSetArrayDraw::Exec(), and CbmTsPointSetArrayDraw::GotoEvent().
|
private |
|
inline |
Definition at line 45 of file CbmPointSetArray.h.
References fColorMode.
Referenced by CbmPointSetArrayEditor::DoColor(), CbmPointSetArrayDraw::Exec(), and CbmTsPointSetArrayDraw::GotoEvent().
|
inline |
Definition at line 46 of file CbmPointSetArray.h.
References fMarkerMode.
Referenced by CbmPointSetArrayEditor::DoMarker(), CbmPointSetArrayDraw::Exec(), and CbmTsPointSetArrayDraw::GotoEvent().
|
friend |
Definition at line 28 of file CbmPointSetArray.h.
|
private |
Definition at line 56 of file CbmPointSetArray.h.
Referenced by ApplyMarkerMode(), ApplyTitles(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 53 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), GetColorMode(), and SetColorMode().
|
private |
Definition at line 58 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyMarkerMode(), ApplyTitles(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 54 of file CbmPointSetArray.h.
Referenced by ApplyMarkerMode(), GetMarkerMode(), and SetMarkerMode().
|
private |
Definition at line 59 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyMarkerMode(), ApplyTitles(), and InitValues().
|
private |
Definition at line 55 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyTitles(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 57 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyTitles(), FillValues(), InitValues(), and ~CbmPointSetArray().