TrackPreparationAlgorithm class.
More...
#include <TrackPreparationAlgorithm.h>
|
pandora::StatusCode | Run () |
|
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
|
pandora::StatusCode | CreatePfoTrackList (const pandora::TrackList &inputTrackList, pandora::TrackList &pfoTrackList) const |
| Create list of parent tracks to be used in construction of charged pfos. More...
|
|
bool | HasAssociatedClusters (const pandora::Track *const pTrack, const bool readSiblingInfo=true) const |
| Whether a track, or any of its daughters or siblings has an associated cluster. More...
|
|
StatusCode april_content::TrackPreparationAlgorithm::CreatePfoTrackList |
( |
const pandora::TrackList & |
inputTrackList, |
|
|
pandora::TrackList & |
pfoTrackList |
|
) |
| const |
|
private |
Create list of parent tracks to be used in construction of charged pfos.
- Parameters
-
inputTrackList | the input track list |
pfoTrackList | to receive the list of parent tracks to be used in construction of charged pfos |
bool april_content::TrackPreparationAlgorithm::HasAssociatedClusters |
( |
const pandora::Track *const |
pTrack, |
|
|
const bool |
readSiblingInfo = true |
|
) |
| const |
|
private |
Whether a track, or any of its daughters or siblings has an associated cluster.
- Parameters
-
pTrack | address of the track |
readSiblingInfo | whether to read sibling track information (set to false to avoid multiple counting) |
- Returns
- boolean
The documentation for this class was generated from the following files: