EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4TBMagneticFieldSetup Class Reference

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4main/G4TBMagneticFieldSetup.hh>

+ Collaboration diagram for G4TBMagneticFieldSetup:

Public Member Functions

 G4TBMagneticFieldSetup (PHField *phfield)
 
virtual ~G4TBMagneticFieldSetup ()
 
void Verbosity (const int verb)
 
void SetStepperType (const G4int i)
 
void SetStepper ()
 
void SetMinStep (const G4double s)
 
void UpdateField ()
 
void SetFieldValue (const G4ThreeVector fieldVector)
 
void SetFieldValue (const G4double fieldValue)
 
double get_magfield_at_000 (const int i) const
 

Protected Member Functions

G4FieldManager * GetGlobalFieldManager ()
 

Private Attributes

int verbosity
 
G4FieldManager * fFieldManager
 
G4ChordFinder * fChordFinder
 
G4Mag_UsualEqRhs * fEquation
 
G4MagneticField * fEMfield
 
G4ThreeVector fElFieldValue
 
G4MagIntegratorStepper * fStepper
 
G4MagInt_Driver * fIntgrDriver
 
G4int fStepperType
 
G4double fMinStep
 
G4TBFieldMessengerfFieldMessenger
 
double magfield_at_000 [3]
 

Detailed Description

Definition at line 51 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 51 of file G4TBMagneticFieldSetup.hh

Constructor & Destructor Documentation

G4TBMagneticFieldSetup::G4TBMagneticFieldSetup ( PHField phfield)

Definition at line 67 of file G4TBMagneticFieldSetup.cc.

View newest version in sPHENIX GitHub at line 67 of file G4TBMagneticFieldSetup.cc

References fEMfield, fEquation, fFieldManager, fFieldMessenger, fMinStep, fStepperType, GetGlobalFieldManager(), magfield_at_000, Acts::UnitConstants::mm, UpdateField(), and verbosity.

+ Here is the call graph for this function:

G4TBMagneticFieldSetup::~G4TBMagneticFieldSetup ( )
virtual

Definition at line 167 of file G4TBMagneticFieldSetup.cc.

View newest version in sPHENIX GitHub at line 167 of file G4TBMagneticFieldSetup.cc

References fChordFinder, fEMfield, fEquation, fFieldMessenger, and fStepper.

Member Function Documentation

double G4TBMagneticFieldSetup::get_magfield_at_000 ( const int  i) const
inline

Definition at line 75 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 75 of file G4TBMagneticFieldSetup.hh

References magfield_at_000.

G4FieldManager * G4TBMagneticFieldSetup::GetGlobalFieldManager ( )
protected

Definition at line 323 of file G4TBMagneticFieldSetup.cc.

View newest version in sPHENIX GitHub at line 323 of file G4TBMagneticFieldSetup.cc

Referenced by G4TBMagneticFieldSetup(), and SetFieldValue().

+ Here is the caller graph for this function:

void G4TBMagneticFieldSetup::SetFieldValue ( const G4ThreeVector  fieldVector)

Definition at line 292 of file G4TBMagneticFieldSetup.cc.

View newest version in sPHENIX GitHub at line 292 of file G4TBMagneticFieldSetup.cc

References fEMfield, fEquation, and GetGlobalFieldManager().

Referenced by SetFieldValue(), and G4TBFieldMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4TBMagneticFieldSetup::SetFieldValue ( const G4double  fieldValue)

Definition at line 280 of file G4TBMagneticFieldSetup.cc.

View newest version in sPHENIX GitHub at line 280 of file G4TBMagneticFieldSetup.cc

References SetFieldValue().

+ Here is the call graph for this function:

void G4TBMagneticFieldSetup::SetMinStep ( const G4double  s)
inline

Definition at line 68 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 68 of file G4TBMagneticFieldSetup.hh

References fMinStep, and Acts::UnitConstants::s.

Referenced by G4TBFieldMessenger::SetNewValue().

+ Here is the caller graph for this function:

void G4TBMagneticFieldSetup::SetStepper ( )

Definition at line 204 of file G4TBMagneticFieldSetup.cc.

View newest version in sPHENIX GitHub at line 204 of file G4TBMagneticFieldSetup.cc

References exit(), fEquation, fMinStep, fStepper, fStepperType, Acts::UnitConstants::mm, and verbosity.

Referenced by UpdateField().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4TBMagneticFieldSetup::SetStepperType ( const G4int  i)
inline

Definition at line 64 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 64 of file G4TBMagneticFieldSetup.hh

References fStepperType.

Referenced by G4TBFieldMessenger::SetNewValue().

+ Here is the caller graph for this function:

void G4TBMagneticFieldSetup::UpdateField ( )

Definition at line 182 of file G4TBMagneticFieldSetup.cc.

View newest version in sPHENIX GitHub at line 182 of file G4TBMagneticFieldSetup.cc

References fChordFinder, fEMfield, fFieldManager, fIntgrDriver, fMinStep, fStepper, and SetStepper().

Referenced by G4TBMagneticFieldSetup(), and G4TBFieldMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4TBMagneticFieldSetup::Verbosity ( const int  verb)
inline

Definition at line 62 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 62 of file G4TBMagneticFieldSetup.hh

References verbosity.

Member Data Documentation

G4ChordFinder* G4TBMagneticFieldSetup::fChordFinder
private

Definition at line 87 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 87 of file G4TBMagneticFieldSetup.hh

Referenced by UpdateField(), and ~G4TBMagneticFieldSetup().

G4ThreeVector G4TBMagneticFieldSetup::fElFieldValue
private

Definition at line 93 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 93 of file G4TBMagneticFieldSetup.hh

G4MagneticField* G4TBMagneticFieldSetup::fEMfield
private

Definition at line 91 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 91 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), SetFieldValue(), UpdateField(), and ~G4TBMagneticFieldSetup().

G4Mag_UsualEqRhs* G4TBMagneticFieldSetup::fEquation
private

Definition at line 89 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 89 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), SetFieldValue(), SetStepper(), and ~G4TBMagneticFieldSetup().

G4FieldManager* G4TBMagneticFieldSetup::fFieldManager
private

Definition at line 85 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 85 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), and UpdateField().

G4TBFieldMessenger* G4TBMagneticFieldSetup::fFieldMessenger
private

Definition at line 102 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 102 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), and ~G4TBMagneticFieldSetup().

G4MagInt_Driver* G4TBMagneticFieldSetup::fIntgrDriver
private

Definition at line 96 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 96 of file G4TBMagneticFieldSetup.hh

Referenced by UpdateField().

G4double G4TBMagneticFieldSetup::fMinStep
private

Definition at line 100 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 100 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), SetMinStep(), SetStepper(), and UpdateField().

G4MagIntegratorStepper* G4TBMagneticFieldSetup::fStepper
private

Definition at line 95 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 95 of file G4TBMagneticFieldSetup.hh

Referenced by SetStepper(), UpdateField(), and ~G4TBMagneticFieldSetup().

G4int G4TBMagneticFieldSetup::fStepperType
private

Definition at line 98 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 98 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), SetStepper(), and SetStepperType().

double G4TBMagneticFieldSetup::magfield_at_000[3]
private

Definition at line 104 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 104 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), and get_magfield_at_000().

int G4TBMagneticFieldSetup::verbosity
private

Definition at line 83 of file G4TBMagneticFieldSetup.hh.

View newest version in sPHENIX GitHub at line 83 of file G4TBMagneticFieldSetup.hh

Referenced by G4TBMagneticFieldSetup(), SetStepper(), and Verbosity().


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