BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
BDSIntegratorCavityFringe.hh
1/*
2Beam Delivery Simulation (BDSIM) Copyright (C) Royal Holloway,
3University of London 2001 - 2022.
4
5This file is part of BDSIM.
6
7BDSIM is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published
9by the Free Software Foundation version 3 of the License.
10
11BDSIM is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with BDSIM. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20#ifndef BDSINTEGRATORCAVITYFRINGE_HH
21#define BDSINTEGRATORCAVITYFRINGE_HH
22
23#include "BDSMagUsualEqRhs.hh"
24#include "BDSIntegratorRMatrixThin.hh"
25
26#include "globals.hh"
27
28class G4Mag_EqRhs;
30
42{
43public:
45 G4Mag_EqRhs* eqOfMIn,
46 G4double maximumRadiusIn);
47
49
50 virtual void Stepper(const G4double y[],
51 const G4double dydx[],
52 const G4double h,
53 G4double yOut[],
54 G4double yErr[]);
55
56private:
58
59 const G4double phase;
60 const G4double efield;
61 const G4double isentrance;
62
63protected:
65};
66
67#endif
Integrator for RF cavity fringes. Only the transverse momentum kicks are applied, this integrator wil...
BDSMagUsualEqRhs * eq
BDSIM's eqRhs class to give access to particle properties.
Integrator that just moves the particle parallel to the s axis.
Override G4Mag_UsualEqRhs, provides BDSIM integrators access to particle attributes.
Efficient storage of magnet strengths.