Pandora
Pandora source code navigator
|
ClusterParameters class. To build a cluster must provide at least one hit (which may be isolated) or a track address. More...
#include "ObjectCreation.h"
Public Attributes | |
pandora::CaloHitList | m_caloHitList |
The calo hit(s) to include. | |
pandora::CaloHitList | m_isolatedCaloHitList |
The isolated calo hit(s) to include. | |
pandora::InputTrackAddress | m_pTrack |
The address of the track seeding the cluster. | |
ClusterParameters class. To build a cluster must provide at least one hit (which may be isolated) or a track address.
Definition at line 321 of file ObjectCreation.h.
pandora::CaloHitList object_creation::ClusterParameters::m_caloHitList |
The calo hit(s) to include.
Definition at line 324 of file ObjectCreation.h.
pandora::CaloHitList object_creation::ClusterParameters::m_isolatedCaloHitList |
The isolated calo hit(s) to include.
Definition at line 325 of file ObjectCreation.h.
pandora::InputTrackAddress object_creation::ClusterParameters::m_pTrack |
The address of the track seeding the cluster.
Definition at line 326 of file ObjectCreation.h.