|
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 |
References CbmPointSetArray().
Referenced by CbmPointSetArray(), ClassDef(), and operator=().
| CbmPointSetArray::CbmPointSetArray | ( | const char * | name = "CbmPointSetArray", |
| const char * | title = "" ) |
Constructor.
Definition at line 23 of file CbmPointSetArray.cxx.
References fCluSize, fColorMode, fIndex, fMarkerMode, fNPoints, fTime, and fToT.
|
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 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 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 |
References CbmPointSetArray().
| 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.
|
inline |
Definition at line 50 of file CbmPointSetArray.h.
References fMarkerMode.
| 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 |
References CbmPointSetArray().
|
inline |
Definition at line 45 of file CbmPointSetArray.h.
References fColorMode.
Referenced by CbmPointSetArrayDraw::Exec(), and CbmTsPointSetArrayDraw::GotoEvent().
|
inline |
Definition at line 46 of file CbmPointSetArray.h.
References fMarkerMode.
Referenced by CbmPointSetArrayDraw::Exec(), and CbmTsPointSetArrayDraw::GotoEvent().
|
friend |
Definition at line 28 of file CbmPointSetArray.h.
References CbmPointSetArrayEditor.
Referenced by CbmPointSetArrayEditor.
|
private |
Definition at line 56 of file CbmPointSetArray.h.
Referenced by ApplyMarkerMode(), ApplyTitles(), CbmPointSetArray(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 53 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), CbmPointSetArray(), GetColorMode(), and SetColorMode().
|
private |
Definition at line 58 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyMarkerMode(), ApplyTitles(), CbmPointSetArray(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 54 of file CbmPointSetArray.h.
Referenced by ApplyMarkerMode(), CbmPointSetArray(), GetMarkerMode(), and SetMarkerMode().
|
private |
Definition at line 59 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyMarkerMode(), ApplyTitles(), CbmPointSetArray(), and InitValues().
|
private |
Definition at line 55 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyTitles(), CbmPointSetArray(), FillValues(), InitValues(), and ~CbmPointSetArray().
|
private |
Definition at line 57 of file CbmPointSetArray.h.
Referenced by ApplyColorMode(), ApplyTitles(), CbmPointSetArray(), FillValues(), InitValues(), and ~CbmPointSetArray().