CosmicRayTaggingBaseTool class. More...
#include <MasterAlgorithm.h>
Public Member Functions | |
virtual void | FindAmbiguousPfos (const pandora::PfoList &parentCosmicRayPfos, pandora::PfoList &ambiguousPfos, const MasterAlgorithm *const pAlgorithm)=0 |
Find the list of ambiguous pfos (could represent cosmic-ray muons or neutrinos) More... | |
CosmicRayTaggingBaseTool class.
Definition at line 385 of file MasterAlgorithm.h.
|
pure 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 |
Implemented in lar_content::CosmicRayTaggingTool, lar_content::CosmicRayTaggingMonitoringTool, and lar_content::CheatingCosmicRayTaggingTool.