LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Simple neutrino ID tool that selects the most likely neutrino slice using the scores from Pandora. More...
Public Member Functions | |
SimpleNeutrinoId (fhicl::ParameterSet const &pset) | |
Default constructor. More... | |
void | ClassifySlices (SliceVector &slices, const art::Event &evt) override |
Classify slices as neutrino or cosmic. More... | |
Simple neutrino ID tool that selects the most likely neutrino slice using the scores from Pandora.
Definition at line 18 of file SimpleNeutrinoId_tool.cc.
lar_pandora::SimpleNeutrinoId::SimpleNeutrinoId | ( | fhicl::ParameterSet const & | pset | ) |
Default constructor.
pset | FHiCL parameter set |
Definition at line 45 of file SimpleNeutrinoId_tool.cc.
|
overridevirtual |
Classify slices as neutrino or cosmic.
slices | the input vector of slices to classify |
evt | the art event |
Implements lar_pandora::SliceIdBaseTool.
Definition at line 49 of file SimpleNeutrinoId_tool.cc.