Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
larpandoracontent
larpandoracontent
LArCheating
CheatingBeamParticleSliceSelectionTool.cc
Go to the documentation of this file.
1
/**
2
* @file larpandoracontent/LArCheating/CheatingBeamParticleSliceSelectionTool.cc
3
*
4
* @brief Implementation of the beam slice selection tool class.
5
*
6
* $Log: $
7
*/
8
9
#include "Pandora/AlgorithmHeaders.h"
10
11
#include "
larpandoracontent/LArCheating/CheatingBeamParticleSliceSelectionTool.h
"
12
13
#include "
larpandoracontent/LArHelpers/LArMCParticleHelper.h
"
14
15
using namespace
pandora
;
16
17
namespace
lar_content
18
{
19
20
bool
CheatingBeamParticleSliceSelectionTool::IsTarget(
const
MCParticle *
const
mcParticle)
const
21
{
22
return
LArMCParticleHelper::IsBeamParticle(mcParticle);
23
}
24
25
//------------------------------------------------------------------------------------------------------------------------------------------
26
27
StatusCode CheatingBeamParticleSliceSelectionTool::ReadSettings(
const
TiXmlHandle xmlHandle)
28
{
29
return
CheatingSliceSelectionTool::ReadSettings(xmlHandle);
30
}
31
32
}
// namespace lar_content
CheatingBeamParticleSliceSelectionTool.h
Header file for the test beam slice selection tool class.
LArMCParticleHelper.h
Header file for the lar monte carlo particle helper helper class.
pandora
required by fuzzyCluster table::sbnd_g4_services gaushitTruthMatch pandora
Definition:
reco_sbnd.fcl:182
Generated by
1.8.5