OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Sextupole.cpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------
2 // $RCSfile: Sextupole.cpp,v $
3 // ------------------------------------------------------------------------
4 // $Revision: 1.1.1.1 $
5 // ------------------------------------------------------------------------
6 // Copyright: see Copyright.readme
7 // ------------------------------------------------------------------------
8 //
9 // Type definition: Sextupole
10 // Defines a concrete representation for a normal (straight) Sextupole.
11 //
12 // ------------------------------------------------------------------------
13 // Class category: BeamlineCore
14 // ------------------------------------------------------------------------
15 //
16 // $Date: 2000/03/27 09:32:34 $
17 // $Author: fci $
18 //
19 // ------------------------------------------------------------------------
20 
21 #include "BeamlineCore/Sextupole.h"
23 
24 
25 // Implementation of typedef Sextupole.
26 // ------------------------------------------------------------------------
27 
28 // The Sextupole type string.
29 template <>
30 const std::string SingleMultipole<3>::type("Sextupole");
31 
32 template <>
34  {
35  "L",
38  },
39  {
40  "B3",
43  },
44  { 0, 0, 0 }
45 };
static const std::string type
Representation for single multipoles.