LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
UnattachedDeltaRaysAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_UNATTACHED_DELTA_RAYS_ALGORITHM_H
9 #define LAR_UNATTACHED_DELTA_RAYS_ALGORITHM_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
13 namespace lar_content
14 {
15 
19 class UnattachedDeltaRaysAlgorithm : public pandora::Algorithm
20 {
21 private:
22  pandora::StatusCode Run();
23  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
24 
25  std::string m_pfoListName;
26 };
27 
28 } // namespace lar_content
29 
30 #endif // #ifndef LAR_UNATTACHED_DELTA_RAYS_ALGORITHM_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)