Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
LArTPC.cc
Go to the documentation of this file.
1
9#include "Geometry/LArTPC.h"
10
11namespace pandora
12{
13
15 m_larTPCVolumeId(inputParameters.m_larTPCVolumeId.Get()),
16 m_centerX(inputParameters.m_centerX.Get()),
17 m_centerY(inputParameters.m_centerY.Get()),
18 m_centerZ(inputParameters.m_centerZ.Get()),
19 m_widthX(inputParameters.m_widthX.Get()),
20 m_widthY(inputParameters.m_widthY.Get()),
21 m_widthZ(inputParameters.m_widthZ.Get()),
22 m_wirePitchU(inputParameters.m_wirePitchU.Get()),
23 m_wirePitchV(inputParameters.m_wirePitchV.Get()),
24 m_wirePitchW(inputParameters.m_wirePitchW.Get()),
25 m_wireAngleU(inputParameters.m_wireAngleU.Get()),
26 m_wireAngleV(inputParameters.m_wireAngleV.Get()),
27 m_wireAngleW(inputParameters.m_wireAngleW.Get()),
28 m_sigmaUVW(inputParameters.m_sigmaUVW.Get()),
29 m_isDriftInPositiveX(inputParameters.m_isDriftInPositiveX.Get())
30{
31}
32
33//------------------------------------------------------------------------------------------------------------------------------------------
34
38
39} // namespace pandora
Header file for the lar tpc class.
LArTPC(const object_creation::Geometry::LArTPC::Parameters &inputParameters)
Constructor.
Definition LArTPC.cc:14
virtual ~LArTPC()
Destructor.
Definition LArTPC.cc:35