LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
LarPandoraPseudoLayerPlugin class. More...
#include "LArPseudoLayerPlugin.h"
Public Member Functions | |
LArPseudoLayerPlugin () | |
Constructor. More... | |
unsigned int | GetPseudoLayer (const pandora::CartesianVector &positionVector) const |
unsigned int | GetPseudoLayerAtIp () const |
Private Member Functions | |
pandora::StatusCode | Initialize () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
float | m_zPitch |
The z pitch. More... | |
float | m_zOffset |
The z offset. More... | |
unsigned int | m_zerothLayer |
The zeroth layer. More... | |
LarPandoraPseudoLayerPlugin class.
Definition at line 19 of file LArPseudoLayerPlugin.h.
lar_content::LArPseudoLayerPlugin::LArPseudoLayerPlugin | ( | ) |
Constructor.
Definition at line 27 of file LArPseudoLayerPlugin.cc.
unsigned int lar_content::LArPseudoLayerPlugin::GetPseudoLayer | ( | const pandora::CartesianVector & | positionVector | ) | const |
Definition at line 36 of file LArPseudoLayerPlugin.cc.
References m_zerothLayer, m_zOffset, and m_zPitch.
|
inline |
Definition at line 41 of file LArPseudoLayerPlugin.h.
|
private |
Definition at line 48 of file LArPseudoLayerPlugin.cc.
References m_zPitch.
|
private |
Definition at line 77 of file LArPseudoLayerPlugin.cc.
|
private |
The zeroth layer.
Definition at line 36 of file LArPseudoLayerPlugin.h.
Referenced by GetPseudoLayer().
|
private |
|
private |
The z pitch.
Definition at line 34 of file LArPseudoLayerPlugin.h.
Referenced by GetPseudoLayer(), and Initialize().