CaloHit class.
More...
#include <CaloHit.h>
|
float | GetSurroundingEnergy () const |
| Get the surrounding hit energy.
|
|
float | GetDensity () const |
| Get the hit density.
|
|
const pandora::Cluster * | GetMother () const |
|
void | SetMother (const pandora::Cluster *cluster) |
|
|
typedef std::map< const
std::string, CaloHitMetaData * > | ReclusterMetaDataMap |
|
|
CaloHitMetaData * | m_pCaloHitMetaData |
|
ReclusterMetaDataMap | m_reclusterMetaDataMap |
|
float | m_surroundingEnergy |
|
float | m_density |
|
HitTagMap | m_hitTagMap |
|
const pandora::Cluster * | m_motherCluster |
|
|
| CaloHit (const PandoraApi::CaloHit::Parameters ¶meters) |
| Constructor with pandora calo hit parameters.
|
|
| CaloHit (const PandoraContentApi::CaloHitFragment::Parameters ¶meters) |
| Constructor for calo hit fragmentation.
|
|
| ~CaloHit () |
| Destructor.
|
|
void | ClearTagMap () |
| Clear the tag map.
|
|
pandora::StatusCode | SaveReclusterMetaData (const std::string &clusterListName) |
| Save the recluster meta data. Called during the reclustering process to back up the current calo hit meta data. Note that a new calo hit meta data is allocated. More...
|
|
pandora::StatusCode | EndReclustering (const std::string &selectedClusterListName) |
| End the reclustering process for this calo hit. Reload the calo hit meta data corresponding to the selected cluster list and delete all the other meta data. More...
|
|
|
class | CaloHitFactory |
|
class | ::APRILContentApi |
|
pandora::StatusCode april_content::CaloHit::EndReclustering |
( |
const std::string & |
selectedClusterListName | ) |
|
|
private |
End the reclustering process for this calo hit. Reload the calo hit meta data corresponding to the selected cluster list and delete all the other meta data.
- Parameters
-
selectedClusterListName | the selected cluster list name to reload meta data |
pandora::StatusCode april_content::CaloHit::SaveReclusterMetaData |
( |
const std::string & |
clusterListName | ) |
|
|
private |
Save the recluster meta data. Called during the reclustering process to back up the current calo hit meta data. Note that a new calo hit meta data is allocated.
- Parameters
-
clusterListName | the cluster list name under which to save the current meta data |
The documentation for this class was generated from the following files: