UnattachedDeltaRaysAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArThreeDReco/LArCosmicRay/UnattachedDeltaRaysAlgorithm.h
3  *
4  * @brief Header file for the unattached delta rays algorithm class.
5  *
6  * $Log: $
7  */
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 
16 /**
17  * @brief UnattachedDeltaRaysAlgorithm class
18  */
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; ///< The pfo list name
26 };
27 
28 } // namespace lar_content
29 
30 #endif // #ifndef LAR_UNATTACHED_DELTA_RAYS_ALGORITHM_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
std::string string
Definition: nybbler.cc:12