Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
larpandoracontent
larpandoracontent
LArThreeDReco
LArCosmicRay
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
lar_content::UnattachedDeltaRaysAlgorithm::ReadSettings
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Definition:
UnattachedDeltaRaysAlgorithm.cc:53
lar_content::UnattachedDeltaRaysAlgorithm::m_pfoListName
std::string m_pfoListName
The pfo list name.
Definition:
UnattachedDeltaRaysAlgorithm.h:25
lar_content::UnattachedDeltaRaysAlgorithm
UnattachedDeltaRaysAlgorithm class.
Definition:
UnattachedDeltaRaysAlgorithm.h:19
lar_content::UnattachedDeltaRaysAlgorithm::Run
pandora::StatusCode Run()
Definition:
UnattachedDeltaRaysAlgorithm.cc:20
Generated by
1.8.5