#include "OpParamAction.h"
Definition at line 71 of file OpParamAction.h.
larg4::SimpleWireplaneAction::SimpleWireplaneAction |
( |
TVector3 |
WireDirection, |
|
|
TVector3 |
PlaneNormal, |
|
|
double |
WirePitch, |
|
|
double |
WireDiameter |
|
) |
| |
Definition at line 30 of file OpParamAction.cxx.
35 fWireDirection = G4ThreeVector(WireDirection.X(), WireDirection.Y(), WireDirection.Z()).unit();
36 fPlaneNormal = G4ThreeVector(PlaneNormal.X(), PlaneNormal.Y(), PlaneNormal.Z()).unit();
G4ThreeVector fPlaneNormal
G4ThreeVector fWireDirection
larg4::SimpleWireplaneAction::SimpleWireplaneAction |
( |
std::vector< std::vector< double >> |
, |
|
|
int |
|
|
) |
| |
larg4::SimpleWireplaneAction::~SimpleWireplaneAction |
( |
| ) |
|
double larg4::SimpleWireplaneAction::GetAttenuationFraction |
( |
G4ThreeVector |
PhotonDirection, |
|
|
G4ThreeVector |
PhotonPosition |
|
) |
| |
|
virtual |
Reimplemented from larg4::OpParamAction.
Definition at line 50 of file OpParamAction.cxx.
References util::abs().
53 G4ThreeVector ProjDirection =
G4ThreeVector fPlaneNormal
constexpr auto abs(T v)
Returns the absolute value of the argument.
G4ThreeVector fWireDirection
double larg4::SimpleWireplaneAction::fDPRatio |
|
private |
G4ThreeVector larg4::SimpleWireplaneAction::fPlaneNormal |
|
private |
G4ThreeVector larg4::SimpleWireplaneAction::fWireDirection |
|
private |
The documentation for this class was generated from the following files: