LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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 87 of file VertexSelectionBaseAlgorithm.h.
|
inline |
Get the decay constant.
Definition at line 472 of file VertexSelectionBaseAlgorithm.h.
Referenced by lar_content::VertexSelectionBaseAlgorithm::GetBeamDeweightingScore().
|
inline |
Get the min z coordinate.
Definition at line 465 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 479 of file VertexSelectionBaseAlgorithm.h.
Referenced by lar_content::VertexSelectionBaseAlgorithm::GetBeamConstants().
|
private |
The decay constant.
Definition at line 114 of file VertexSelectionBaseAlgorithm.h.
|
private |
The min z coordinate.
Definition at line 113 of file VertexSelectionBaseAlgorithm.h.