Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
CheatingBeamParticleSliceSelectionTool.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::IsBeamParticle(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 test beam slice selection tool class.
Header file for the lar monte carlo particle helper helper class.
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.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
static bool IsBeamParticle(const pandora::MCParticle *const pMCParticle)
Returns true if passed a primary beam MCParticle.
MCParticle class.
Definition MCParticle.h:26
StatusCode
The StatusCode enum.