CbmRoot
|
#include <CbmPointSetArray.h>
Public Member Functions | |
CbmPointSetArray (const char *name="CbmPointSetArray", const char *title="") | |
Constructor. More... | |
virtual | ~CbmPointSetArray () |
Destructor. More... | |
void | InitValues (Int_t npoints) |
Init Arrays for physical Quantities. More... | |
void | FillValues (Int_t id, Double_t time, Double_t tot, Int_t cluSize, Int_t index) |
FillQuantities. More... | |
void | ApplyColorMode () |
Apply ColorMode to bins. More... | |
void | ApplyMarkerMode () |
Apply MarkerMode to bins. More... | |
void | ApplyTitles () |
Apply BBox-Titles to all bins. More... | |
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 23 of file CbmPointSetArray.h.
|
private |
CbmPointSetArray::CbmPointSetArray | ( | const char * | name = "CbmPointSetArray" , |
const char * | title = "" |
||
) |
Constructor.
Definition at line 19 of file CbmPointSetArray.cxx.
|
virtual |
void CbmPointSetArray::ApplyColorMode | ( | ) |
Apply ColorMode to bins.
Definition at line 71 of file CbmPointSetArray.cxx.
References fColorMode, fIndex, fNPoints, fTime, fToT, and PairAnalysisStyler::SetPalette().
Referenced by CbmPointSetArrayEditor::DoColor(), and CbmPointSetArrayDraw::Exec().
void CbmPointSetArray::ApplyMarkerMode | ( | ) |
Apply MarkerMode to bins.
Definition at line 126 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 147 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 57 of file CbmPointSetArray.cxx.
References fCluSize, fIndex, fTime, and fToT.
Referenced by CbmPointSetArrayDraw::Exec().
|
inline |
Definition at line 48 of file CbmPointSetArray.h.
References fColorMode.
Referenced by CbmPointSetArrayEditor::SetModel().
|
inline |
Definition at line 49 of file CbmPointSetArray.h.
References fMarkerMode.
Referenced by CbmPointSetArrayEditor::SetModel().
void CbmPointSetArray::InitValues | ( | Int_t | npoints | ) |
Init Arrays for physical Quantities.
Definition at line 46 of file CbmPointSetArray.cxx.
References fCluSize, fIndex, fNPoints, fTime, and fToT.
Referenced by CbmPointSetArrayDraw::Exec().
|
private |
|
inline |
Definition at line 44 of file CbmPointSetArray.h.
References fColorMode.
Referenced by CbmPointSetArrayEditor::DoColor(), and CbmPointSetArrayDraw::Exec().
|
inline |
Definition at line 45 of file CbmPointSetArray.h.
References fMarkerMode.
Referenced by CbmPointSetArrayEditor::DoMarker(), and CbmPointSetArrayDraw::Exec().
|
friend |
Definition at line 24 of file CbmPointSetArray.h.
|
private |
Definition at line 55 of file CbmPointSetArray.h.
Referenced by ApplyMarkerMode(), ApplyTitles(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 52 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 53 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 54 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyTitles(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 56 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyTitles(), FillValues(), InitValues(), and ~CbmPointSetArray().