CheatingNeutrinoSliceSelectionTool.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArCheating/CheatingNeutrinoSliceSelectionTool.h
3  *
4  * @brief Header file for the neutrino slice selection tool class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_CHEATING_NEUTRINO_SLICE_SELECTION_TOOL_H
9 #define LAR_CHEATING_NEUTRINO_SLICE_SELECTION_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
16 /**
17  * @brief CheatingNeutrinoSliceSelectionTool class
18  */
20 {
21 protected:
22  /**
23  * @brief Template method to determine if an MC particle matches the target criteria for slice selection. Return true if match.
24  *
25  * @param mcParticle the MC particle to check
26  */
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_NEUTRINO_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...