LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Beam constants class. More...
#include "VertexSelectionBaseAlgorithm.h"
Public Member Functions | |
float | GetMinZCoordinate () const |
Get the min z coordinate. More... | |
float | GetDecayConstant () const |
Get the decay constant. More... | |
void | SetConstants (const float minZCoordinate, const float decayConstant) |
Set the beam constants. More... | |
Private Attributes | |
pandora::InputFloat | m_minZCoordinate |
The min z coordinate. More... | |
pandora::InputFloat | m_decayConstant |
The decay constant. More... | |
Beam constants class.
Definition at line 84 of file VertexSelectionBaseAlgorithm.h.
|
inline |
Get the decay constant.
Definition at line 447 of file VertexSelectionBaseAlgorithm.h.
Referenced by lar_content::VertexSelectionBaseAlgorithm::GetBeamDeweightingScore().
|
inline |
Get the min z coordinate.
Definition at line 440 of file VertexSelectionBaseAlgorithm.h.
Referenced by lar_content::VertexSelectionBaseAlgorithm::GetBeamDeweightingScore().
|
inline |
Set the beam constants.
minZCoordinate | the min z coordinate |
decayConstant | the decay constant |
Definition at line 454 of file VertexSelectionBaseAlgorithm.h.
Referenced by lar_content::VertexSelectionBaseAlgorithm::GetBeamConstants().
|
private |
The decay constant.
Definition at line 111 of file VertexSelectionBaseAlgorithm.h.
|
private |
The min z coordinate.
Definition at line 110 of file VertexSelectionBaseAlgorithm.h.