![]() |
ATLAS Offline Software
|
#include <LArWheelSolidDDProxy.h>
Public Member Functions | |
| LArWheelSolidDDProxy (G4VSolid *plws) | |
| virtual | ~LArWheelSolidDDProxy () |
| int | Inside (const CLHEP::Hep3Vector &) const |
| double | DistanceToIn (const CLHEP::Hep3Vector &, const CLHEP::Hep3Vector &) const |
| double | DistanceToIn (const CLHEP::Hep3Vector &) const |
| double | DistanceToOut (const CLHEP::Hep3Vector &, const CLHEP::Hep3Vector &) const |
| double | DistanceToOut (const CLHEP::Hep3Vector &) const |
| CLHEP::Hep3Vector | SurfaceNormal (const CLHEP::Hep3Vector &) const |
| CLHEP::Hep3Vector | GetPointOnSurface () const |
| double | GetCubicVolume () |
| double | GetSurfaceArea () |
| void | SetVerbose (int v) const |
Private Attributes | |
| G4VSolid * | m_plws |
Definition at line 17 of file LArWheelSolidDDProxy.h.
| LArWheelSolidDDProxy::LArWheelSolidDDProxy | ( | G4VSolid * | plws | ) |
Definition at line 13 of file LArWheelSolidDDProxy.cxx.
|
virtual |
Definition at line 17 of file LArWheelSolidDDProxy.cxx.
| double LArWheelSolidDDProxy::DistanceToIn | ( | const CLHEP::Hep3Vector & | p | ) | const |
Definition at line 27 of file LArWheelSolidDDProxy.cxx.
| double LArWheelSolidDDProxy::DistanceToIn | ( | const CLHEP::Hep3Vector & | p, |
| const CLHEP::Hep3Vector & | v ) const |
Definition at line 23 of file LArWheelSolidDDProxy.cxx.
| double LArWheelSolidDDProxy::DistanceToOut | ( | const CLHEP::Hep3Vector & | p | ) | const |
Definition at line 35 of file LArWheelSolidDDProxy.cxx.
| double LArWheelSolidDDProxy::DistanceToOut | ( | const CLHEP::Hep3Vector & | p, |
| const CLHEP::Hep3Vector & | v ) const |
Definition at line 31 of file LArWheelSolidDDProxy.cxx.
| double LArWheelSolidDDProxy::GetCubicVolume | ( | ) |
Definition at line 47 of file LArWheelSolidDDProxy.cxx.
| CLHEP::Hep3Vector LArWheelSolidDDProxy::GetPointOnSurface | ( | ) | const |
Definition at line 43 of file LArWheelSolidDDProxy.cxx.
| double LArWheelSolidDDProxy::GetSurfaceArea | ( | ) |
Definition at line 51 of file LArWheelSolidDDProxy.cxx.
| int LArWheelSolidDDProxy::Inside | ( | const CLHEP::Hep3Vector & | p | ) | const |
Definition at line 19 of file LArWheelSolidDDProxy.cxx.
| void LArWheelSolidDDProxy::SetVerbose | ( | int | v | ) | const |
Definition at line 63 of file LArWheelSolidDDProxy.cxx.
| CLHEP::Hep3Vector LArWheelSolidDDProxy::SurfaceNormal | ( | const CLHEP::Hep3Vector & | p | ) | const |
Definition at line 39 of file LArWheelSolidDDProxy.cxx.
|
private |
Definition at line 57 of file LArWheelSolidDDProxy.h.