Loading...
Searching...
No Matches
F02ElectricFieldSetup.hh
Go to the documentation of this file.
1//
2// ********************************************************************
3// * License and Disclaimer *
4// * *
5// * The Geant4 software is copyright of the Copyright Holders of *
6// * the Geant4 Collaboration. It is provided under the terms and *
7// * conditions of the Geant4 Software License, included in the file *
8// * LICENSE and available at http://cern.ch/geant4/license . These *
9// * include a list of copyright holders. *
10// * *
11// * Neither the authors of this software system, nor their employing *
12// * institutes,nor the agencies providing financial support for this *
13// * work make any representation or warranty, express or implied, *
14// * regarding this software system or assume any liability for its *
15// * use. Please see the license in the file LICENSE and URL above *
16// * for the full disclaimer and the limitation of liability. *
17// * *
18// * This code implementation is the result of the scientific and *
19// * technical work of the GEANT4 collaboration. *
20// * By using, copying, modifying or distributing the software (or *
21// * any work based on the software) you agree to acknowledge its *
22// * use in resulting scientific publications, and indicate your *
23// * acceptance of all terms of the Geant4 Software license. *
24// ********************************************************************
25//
26/// \file field/field02/include/F02ElectricFieldSetup.hh
27/// \brief Definition of the F02ElectricFieldSetup class
28//
29//
30//
31//
32//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
33//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
34
35#ifndef F02ElectricFieldSetup_h
36#define F02ElectricFieldSetup_h 1
37
38#include "G4ElectricField.hh"
39#include "G4UniformElectricField.hh"
40
41#include "CLHEP/Units/SystemOfUnits.h"
42
43class G4FieldManager;
44class G4ChordFinder;
46class G4Mag_EqRhs;
49class G4MagInt_Driver;
51
52/// A class for control of the Electric Field of the detector.
53/// The field for this case is uniform.
54///
55/// The field for this case is uniform.
56/// It is simply a 'setup' class that creates the field and necessary
57/// other parts
58
60{
61public:
62 F02ElectricFieldSetup(G4ThreeVector); // The value of the field
63 F02ElectricFieldSetup(); // A zero field - true value set later
64
65 virtual ~F02ElectricFieldSetup();
66
67 // Methods to set parameters or select
68 void SetStepperType( G4int i) { fStepperType = i ; CreateStepper(); }
69
70 void SetMinStep(G4double s) { fMinStep = s ; }
71
72 void SetFieldValue(G4ThreeVector fieldVector);
73 void SetFieldZValue(G4double fieldValue);
74 G4ThreeVector GetConstantFieldValue();
75 // Set/Get Field strength in Geant4 units
76
77 void UpdateIntegrator();
78 // Prepare all the classes required for tracking - from stepper
79 // to Chord-Finder
80 // NOTE: field and equation must have been created before calling this.
81
82protected:
83
84 // Find the global Field Manager
85
87
88 void CreateStepper();
89 // Implementation method - should not be exposed
90
91private:
92 G4double fMinStep = 0.010 * CLHEP::mm;
93
98
99 G4ThreeVector fElFieldValue;
100
103
104 G4int fStepperType = 4; // ClassicalRK4 -- the default stepper;
105
107
108};
109
110#endif
A class for control of the Electric Field of the detector.
G4ThreeVector GetConstantFieldValue()
F02FieldMessenger * fFieldMessenger
G4EqMagElectricField * fEquation
G4FieldManager * GetGlobalFieldManager()
void SetFieldValue(G4ThreeVector fieldVector)
void SetFieldZValue(G4double fieldValue)
G4MagIntegratorStepper * fStepper

Applications | User Support | Publications | Collaboration