LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
InteractionSelectionAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_INTERACTION_SELECTION_ALGORITHM_H
9 #define LAR_INTERACTION_SELECTION_ALGORITHM_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
13 namespace lar_content
14 {
15 
19 class InteractionSelectionAlgorithm : public pandora::Algorithm
20 {
21 public:
26 
27 private:
28  pandora::StatusCode Run();
29 
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
33 };
34 
35 } // namespace lar_content
36 
37 #endif // #ifndef LAR_INTERACTION_SELECTION_ALGORITHM_H
std::vector< int > IntVector
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)