CheatingCosmicRayTaggingTool class. More...
#include <CheatingCosmicRayTaggingTool.h>
Public Member Functions | |
| CheatingCosmicRayTaggingTool () | |
| Default constructor. More... | |
| void | FindAmbiguousPfos (const pandora::PfoList &parentCosmicRayPfos, pandora::PfoList &ambiguousPfos, const MasterAlgorithm *const pAlgorithm) |
| Find the list of ambiguous pfos (could represent cosmic-ray muons or neutrinos) More... | |
Private Member Functions | |
| pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
| float | m_maxCosmicRayFraction |
| The maximum cosmic ray fraction for a pfo to be declared an ambiguous cosmic ray. More... | |
CheatingCosmicRayTaggingTool class.
Definition at line 19 of file CheatingCosmicRayTaggingTool.h.
| lar_content::CheatingCosmicRayTaggingTool::CheatingCosmicRayTaggingTool | ( | ) |
Default constructor.
Definition at line 22 of file CheatingCosmicRayTaggingTool.cc.
|
virtual |
Find the list of ambiguous pfos (could represent cosmic-ray muons or neutrinos)
| parentCosmicRayPfos | the list of parent cosmic-ray pfos |
| ambiguousPfos | to receive the list of ambiguous pfos |
| pAlgorithm | the address of this master algorithm |
Implements lar_content::CosmicRayTaggingBaseTool.
Definition at line 28 of file CheatingCosmicRayTaggingTool.cc.
|
private |
Definition at line 52 of file CheatingCosmicRayTaggingTool.cc.
|
private |
The maximum cosmic ray fraction for a pfo to be declared an ambiguous cosmic ray.
Definition at line 32 of file CheatingCosmicRayTaggingTool.h.
1.8.11