LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
pyG4MagneticField::CB_PyG4MagneticField Struct Reference
Inheritance diagram for pyG4MagneticField::CB_PyG4MagneticField:
PyG4MagneticField

Public Member Functions

G4ThreeVector GetFieldValue (const G4ThreeVector &pos, const G4double time) const
 
virtual void GetFieldValue (const G4double Point[4], G4double *Bfield) const
 

Detailed Description

Definition at line 68 of file pyG4MagneticField.cc.

Member Function Documentation

virtual void PyG4MagneticField::GetFieldValue ( const G4double  Point[4],
G4double *  Bfield 
) const
inlinevirtualinherited

Definition at line 50 of file pyG4MagneticField.cc.

51  {
52 
53  const G4ThreeVector& bfield=
54  GetFieldValue(G4ThreeVector(Point[0], Point[1], Point[2]), Point[3]);
55 
56  Bfield[0]= bfield.x();
57  Bfield[1]= bfield.y();
58  Bfield[2]= bfield.z();
59  }
virtual G4ThreeVector GetFieldValue(const G4ThreeVector &pos, const G4double time) const =0
std::tuple< double, double, const reco::ClusterHit3D * > Point
Definitions used by the VoronoiDiagram algorithm.
Definition: DCEL.h:34
G4ThreeVector pyG4MagneticField::CB_PyG4MagneticField::GetFieldValue ( const G4ThreeVector &  pos,
const G4double  time 
) const
inlinevirtual

Implements PyG4MagneticField.

Definition at line 71 of file pyG4MagneticField.cc.

References pyG4MagneticField::f1_GetFieldValue.

72  {
73  return get_override("GetFieldValue")(pos, time);
74  }

The documentation for this struct was generated from the following file: