 |
Belle II Software
release-05-01-25
|
3 #include <TEveElement.h>
13 class EveTower :
public TEveElement,
public TObject {
ClassDef(EveTower, 0)
handles selection of individual ECLClusters (getting them out of TEve is hard).
Abstract base class for different kinds of events.
EveTower(TEveCaloData *calodata, int towerID)
Construct from given ECLCluster representation.
TEveCaloData * m_caloData
Calo data object containing the tower.
int getID() const
returns tower ID.
virtual void SelectElement(Bool_t state)
Overrides TEveElement::SelectElement(), performs magic to select a single cluster.
handles selection of individual ECLClusters (getting them out of TEve is hard).