Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
CheatingNeutrinoSliceSelectionTool.h
Go to the documentation of this file.
1
8#ifndef LAR_CHEATING_NEUTRINO_SLICE_SELECTION_TOOL_H
9#define LAR_CHEATING_NEUTRINO_SLICE_SELECTION_TOOL_H 1
10
12
13namespace lar_content
14{
15
20{
21protected:
27 bool IsTarget(const pandora::MCParticle *const mcParticle) const;
28
29private:
31};
32
33} // namespace lar_content
34
35#endif // #ifndef LAR_CHEATING_NEUTRINO_SLICE_SELECTION_TOOL_H
Header file for the cheating slice selection tool 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....
MCParticle class.
Definition MCParticle.h:26
StatusCode
The StatusCode enum.