LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CheatingBeamParticleSliceSelectionTool.h
Go to the documentation of this file.
1 
8 #ifndef LAR_CHEATING_BEAM_PARTICLE_SLICE_SELECTION_TOOL_H
9 #define LAR_CHEATING_BEAM_PARTICLE_SLICE_SELECTION_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
20 {
21 protected:
27  bool IsTarget(const pandora::MCParticle *const mcParticle) const;
28 
29 private:
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 };
32 
33 } // namespace lar_content
34 
35 #endif // #ifndef LAR_CHEATING_BEAM_PARTICLE_SLICE_SELECTION_TOOL_H
Header file for the cheating slice selection tool class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
bool IsTarget(const pandora::MCParticle *const mcParticle) const
Template method to determine if an MC particle matches the target criteria for slice selection...