APRILClusteringAlgorithm class.
More...
#include <APRILClusteringAlgorithm.h>
|
static const pandora::CaloHitList * | GetCaloHitList () |
|
static const pandora::CaloHitList * | GetEcalHitList () |
|
static const pandora::CaloHitList * | GetHcalHitList () |
|
static const pandora::CaloHitList * | GetMuonHitList () |
|
|
pandora::StatusCode | Run () |
|
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
|
pandora::StatusCode | SplitCaloHitList (const pandora::CaloHitList *const pCaloHitList, pandora::CaloHitList &ecalCaloHitList, pandora::CaloHitList &hcalCaloHitList, pandora::CaloHitList &muonCaloHitList) const |
| Split the input calo hit list into three lists for ecal, hcal and muon. More...
|
|
pandora::StatusCode | ConnectCaloHits (const ConnectorAlgorithmToolVector &toolVector) const |
| Process calo hit list connection using the algorithm tool list. More...
|
|
pandora::StatusCode | CreateClusters () const |
| Create clusters from the previously connected calo hits.
|
|
|
static const pandora::CaloHitList * | m_pCaloHitList = nullptr |
|
static pandora::CaloHitList | m_ecalCaloHitList |
|
static pandora::CaloHitList | m_hcalCaloHitList |
|
static pandora::CaloHitList | m_muonCaloHitList |
|
pandora::StatusCode april_content::APRILClusteringAlgorithm::ConnectCaloHits |
( |
const ConnectorAlgorithmToolVector & |
toolVector | ) |
const |
|
private |
Process calo hit list connection using the algorithm tool list.
- Parameters
-
caloHitList | the input calo hit list to connect |
toolVector | the list of algorithm tool used for connecting calo hits |
pandora::StatusCode april_content::APRILClusteringAlgorithm::SplitCaloHitList |
( |
const pandora::CaloHitList *const |
pCaloHitList, |
|
|
pandora::CaloHitList & |
ecalCaloHitList, |
|
|
pandora::CaloHitList & |
hcalCaloHitList, |
|
|
pandora::CaloHitList & |
muonCaloHitList |
|
) |
| const |
|
private |
Split the input calo hit list into three lists for ecal, hcal and muon.
- Parameters
-
pCaloHitList | the input calo hit list to split |
ecalCaloHitList | the ecal calo hit list to receive |
hcalCaloHitList | the hcal calo hit list to receive |
muonCaloHitList | the muon calo hit list to receive |
The documentation for this class was generated from the following files: