8#ifndef PANDORA_LAR_TPC_H
9#define PANDORA_LAR_TPC_H 1
18template<
typename T,
typename S>
class PandoraObjectFactory;
170 return m_larTPCVolumeId;
Header file for pandora object creation classes.
float GetWireAngleV() const
Get the v wire angle to the vertical, units radians.
float m_widthY
The width in y, units mm.
float m_wireAngleU
The u wire angle to the vertical, units radians.
float m_wirePitchU
The u wire pitch, units mm.
float GetWirePitchU() const
Get the u wire pitch, units mm.
float GetCenterY() const
Get center in y, units mm.
float GetWidthZ() const
Get the width in z, units mm.
float m_centerX
The center in x, units mm.
float m_widthX
The width in x, units mm.
float GetWireAngleW() const
Get the w wire angle to the vertical, units radians.
float m_wireAngleW
The w wire angle to the vertical, units radians.
float m_sigmaUVW
The u, v, w resolution, units mm.
float GetCenterZ() const
Get center in z, units mm.
float m_wireAngleV
The v wire angle to the vertical, units radians.
bool IsDriftInPositiveX() const
Whether the electron drift is in the positive x direction.
float GetCenterX() const
Get center in x, units mm.
float m_centerZ
The center in z, units mm.
float GetWirePitchV() const
Get the v wire pitch, units mm.
float GetWidthX() const
Get the width in x, units mm.
float GetWidthY() const
Get the width in y, units mm.
float GetWireAngleU() const
Get the u wire angle to the vertical, units radians.
bool m_isDriftInPositiveX
Whether the electron drift is in the positive x direction.
virtual ~LArTPC()
Destructor.
float GetWirePitchW() const
Get the w wire pitch, units mm.
float m_centerY
The center in y, units mm.
unsigned int GetLArTPCVolumeId() const
Get the lar volume id, uniquely specifying the lar tpc.
float m_wirePitchW
The w wire pitch, units mm.
float m_widthZ
The width in z, units mm.
unsigned int m_larTPCVolumeId
The lar tpc volume id, must uniquely specify a single lar tpc.
float m_wirePitchV
The v wire pitch, units mm.
float GetSigmaUVW() const
Get the u, v, w resolution, units mm.
PandoraObjectFactory class.