Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
F04SimpleSolenoid Class Reference

#include <F04SimpleSolenoid.hh>

Inheritance diagram for F04SimpleSolenoid:
Inheritance graph
[legend]
Collaboration diagram for F04SimpleSolenoid:
Collaboration graph
[legend]

Public Member Functions

 F04SimpleSolenoid (G4double, G4double, G4LogicalVolume *, G4ThreeVector)
 Default constructor. More...
 
virtual ~F04SimpleSolenoid ()
 Destructor. More...
 
virtual G4double GetLength ()
 GetLength() returns the length of the solenoid. More...
 
virtual G4double GetWidth ()
 GetWidth() returns the solenoid diameter. More...
 
virtual G4double GetHeight ()
 GetHeight() returns the solenoid diameter. More...
 
void SetFringeZ (G4double z)
 SetFringeZ(G4double) sets the solenoid fringe field z-length. More...
 
G4double GetFringeZ ()
 GetFringeZ() returns the solenoid fringe field z-length. More...
 
G4bool IsOutside (G4ThreeVector &local) const
 IsOutside() returns true when outside the solenoid. More...
 
G4bool IsWithin (G4ThreeVector &local) const
 IsWithin() returns true when inside the solenoid. More...
 
virtual void AddFieldValue (const G4double point[4], G4double field[6]) const
 
- Public Member Functions inherited from F04ElementField
 F04ElementField (const G4ThreeVector, G4LogicalVolume *)
 Constructor. More...
 
void Construct ()
 the actual implementation constructs the F04ElementField More...
 
virtual ~F04ElementField ()
 Destructor. More...
 
void SetMaxStep (G4double stp)
 SetMaxStep(G4double) sets the max. step size. More...
 
G4double GetMaxStep ()
 GetMaxStep() returns the max. step size. More...
 
void SetColor (G4String c)
 SetColor(G4String) sets the color. More...
 
G4String GetColor ()
 GetColor() returns the color. More...
 
void SetGlobalPoint (const G4double point[4])
 
bool IsInBoundingBox (const G4double point[4]) const
 

Additional Inherited Members

- Static Public Member Functions inherited from F04ElementField
static G4VisAttributesGetVisAttribute (G4String color)
 GetVisAttribute() returns the appropriate G4VisAttributes. More...
 
- Protected Attributes inherited from F04ElementField
G4LogicalVolumefVolume
 
G4AffineTransform fGlobal2local
 

Detailed Description

Definition at line 42 of file F04SimpleSolenoid.hh.

Constructor & Destructor Documentation

F04SimpleSolenoid::F04SimpleSolenoid ( G4double  Bz,
G4double  fz,
G4LogicalVolume lv,
G4ThreeVector  c 
)

Default constructor.

Definition at line 40 of file F04SimpleSolenoid.cc.

Here is the call graph for this function:

virtual F04SimpleSolenoid::~F04SimpleSolenoid ( )
inlinevirtual

Destructor.

Definition at line 50 of file F04SimpleSolenoid.hh.

Member Function Documentation

void F04SimpleSolenoid::AddFieldValue ( const G4double  point[4],
G4double  field[6] 
) const
virtual

AddFieldValue() adds the field for this solenoid into field[]. point[] is in global coordinates.

Implements F04ElementField.

Reimplemented in F04FocusSolenoid.

Definition at line 53 of file F04SimpleSolenoid.cc.

Here is the call graph for this function:

G4double F04SimpleSolenoid::GetFringeZ ( )
inline

GetFringeZ() returns the solenoid fringe field z-length.

Definition at line 65 of file F04SimpleSolenoid.hh.

virtual G4double F04SimpleSolenoid::GetHeight ( )
inlinevirtual

GetHeight() returns the solenoid diameter.

Implements F04ElementField.

Definition at line 59 of file F04SimpleSolenoid.hh.

virtual G4double F04SimpleSolenoid::GetLength ( )
inlinevirtual

GetLength() returns the length of the solenoid.

Implements F04ElementField.

Definition at line 53 of file F04SimpleSolenoid.hh.

virtual G4double F04SimpleSolenoid::GetWidth ( )
inlinevirtual

GetWidth() returns the solenoid diameter.

Implements F04ElementField.

Definition at line 56 of file F04SimpleSolenoid.hh.

G4bool F04SimpleSolenoid::IsOutside ( G4ThreeVector local) const

IsOutside() returns true when outside the solenoid.

Definition at line 74 of file F04SimpleSolenoid.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool F04SimpleSolenoid::IsWithin ( G4ThreeVector local) const

IsWithin() returns true when inside the solenoid.

Definition at line 84 of file F04SimpleSolenoid.cc.

Here is the call graph for this function:

void F04SimpleSolenoid::SetFringeZ ( G4double  z)
inline

SetFringeZ(G4double) sets the solenoid fringe field z-length.

Definition at line 62 of file F04SimpleSolenoid.hh.


The documentation for this class was generated from the following files: