OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
SkewQuadrupole.cpp
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2// $RCSfile: SkewQuadrupole.cpp,v $
3// ------------------------------------------------------------------------
4// $Revision: 1.1.1.1 $
5// ------------------------------------------------------------------------
6// Copyright: see Copyright.readme
7// ------------------------------------------------------------------------
8//
9// Type definition: SkewQuadrupole
10// Defines a concrete representation for a skewed quadrupole.
11//
12// ------------------------------------------------------------------------
13// Class category: BeamlineCore
14// ------------------------------------------------------------------------
15//
16// $Date: 2000/03/27 09:32:34 $
17// $Author: fci $
18//
19// ------------------------------------------------------------------------
20
23
24
25// Implementation of typedef SkewQuadrupole.
26// ------------------------------------------------------------------------
27
28// The SkewQuadrupole type string.
29template <>
30const std::string SingleMultipole < -2 >::type("SkewQuadrupole");
31
32template <>
33const SingleMultipole < -2 >::Entry SingleMultipole < -2 >::entries[] = {
34 {
35 "L",
36 &SingleMultipole < -2 >::getElementLength,
37 &SingleMultipole < -2 >::setElementLength
38 },
39 {
40 "A2",
41 &SingleMultipole < -2 >::getComponent,
42 &SingleMultipole < -2 >::setComponent
43 },
44 { 0, 0, 0 }
45};
boost::function< boost::tuple< double, bool >(arguments_t)> type
Definition: function.hpp:21