LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CheatingNeutrinoSliceSelectionTool.cc
Go to the documentation of this file.
1 
9 #include "Pandora/AlgorithmHeaders.h"
10 
12 
14 
15 using namespace pandora;
16 
17 namespace lar_content
18 {
19 
20 bool CheatingNeutrinoSliceSelectionTool::IsTarget(const MCParticle *const mcParticle) const
21 {
22  return LArMCParticleHelper::IsNeutrino(mcParticle);
23 }
24 
25 //------------------------------------------------------------------------------------------------------------------------------------------
26 
27 StatusCode CheatingNeutrinoSliceSelectionTool::ReadSettings(const TiXmlHandle xmlHandle)
28 {
29  return CheatingSliceSelectionTool::ReadSettings(xmlHandle);
30 }
31 
32 } // namespace lar_content
Header file for the lar monte carlo particle helper helper class.
Header file for the neutrino slice selection tool class.