LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
CosmicRayTaggingBaseTool class. More...
#include "CosmicRayTaggingBaseTool.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 21 of file CosmicRayTaggingBaseTool.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.