Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
CheatingNeutrinoSliceSelectionTool.cc
Go to the documentation of this file.
1
10
12
14
15using namespace pandora;
16
17namespace lar_content
18{
19
21{
22 return LArMCParticleHelper::IsNeutrino(mcParticle);
23}
24
25//------------------------------------------------------------------------------------------------------------------------------------------
26
31
32} // namespace lar_content
Grouping of header files for many classes of use in particle flow algorithms.
Header file for the neutrino slice selection tool class.
Header file for the lar monte carlo particle helper helper class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
bool IsTarget(const pandora::MCParticle *const mcParticle) const
Template method to determine if an MC particle matches the target criteria for slice selection....
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
static bool IsNeutrino(const pandora::MCParticle *const pMCParticle)
Whether a mc particle is a neutrino or antineutrino.
MCParticle class.
Definition MCParticle.h:26
StatusCode
The StatusCode enum.