Belle II Software development
|
handles selection of individual ECLClusters (getting them out of TEve is hard). More...
#include <EveTower.h>
Public Member Functions | |
EveTower (TEveCaloData *calodata, int towerID) | |
Construct from given ECLCluster representation. | |
int | getID () const |
returns tower ID. | |
virtual void | SelectElement (Bool_t state) |
Overrides TEveElement::SelectElement(), performs magic to select a single cluster. | |
Private Member Functions | |
ClassDef (EveTower, 0) | |
handles selection of individual ECLClusters (getting them out of TEve is hard). | |
Private Attributes | |
TEveCaloData * | m_caloData |
Calo data object containing the tower. | |
int | m_id |
id of tower. | |
handles selection of individual ECLClusters (getting them out of TEve is hard).
Definition at line 20 of file EveTower.h.
|
inline |
Construct from given ECLCluster representation.
(id = AddTower() return value)
Definition at line 23 of file EveTower.h.
|
inline |
|
virtual |
Overrides TEveElement::SelectElement(), performs magic to select a single cluster.
Definition at line 17 of file EveTower.cc.
|
private |
Calo data object containing the tower.
Definition at line 32 of file EveTower.h.
|
private |
id of tower.
Definition at line 33 of file EveTower.h.