Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larpandoracontent
larpandoracontent
LArCheating
CheatingNeutrinoSliceSelectionTool.cc
Go to the documentation of this file.
1
/**
2
* @file larpandoracontent/LArCheating/CheatingNeutrinoSliceSelectionTool.cc
3
*
4
* @brief Implementation of the neutrino id tool class.
5
*
6
* $Log: $
7
*/
8
9
#include "Pandora/AlgorithmHeaders.h"
10
11
#include "
larpandoracontent/LArCheating/CheatingNeutrinoSliceSelectionTool.h
"
12
13
#include "
larpandoracontent/LArHelpers/LArMCParticleHelper.h
"
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
lar_content
Definition:
CheatingBeamParticleIdTool.cc:18
genie::pdg::IsNeutrino
bool IsNeutrino(int pdgc)
Definition:
PDGUtils.cxx:107
pandora
Definition:
ILArPandora.h:14
LArMCParticleHelper.h
Header file for the lar monte carlo particle helper helper class.
CheatingNeutrinoSliceSelectionTool.h
Header file for the neutrino slice selection tool class.
Generated by
1.8.11