OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
SimpleBeamline.h
Go to the documentation of this file.
1 #ifndef CLASSIC_SimpleBeamline_HH
2 #define CLASSIC_SimpleBeamline_HH
3 
4 // ------------------------------------------------------------------------
5 // $RCSfile: SimpleBeamline.h,v $
6 // ------------------------------------------------------------------------
7 // $Revision: 1.1.1.1 $
8 // ------------------------------------------------------------------------
9 // Copyright: see Copyright.readme
10 // ------------------------------------------------------------------------
11 //
12 // Type definition: SimpleBeamline
13 //
14 // ------------------------------------------------------------------------
15 // Class category: Beamlines
16 // ------------------------------------------------------------------------
17 //
18 // $Date: 2000/03/27 09:32:35 $
19 // $Author: fci $
20 //
21 // ------------------------------------------------------------------------
22 
23 #include "Beamlines/ElmPtr.h"
24 #include "Beamlines/TBeamline.h"
25 
26 
27 // Typedef SimpleBeamline
28 // ------------------------------------------------------------------------
30 // An example of a beamline sequence constructed from ElmPtr
31 // objects. Such a sequence could be used to build a simple design model
32 // of a beamline.
33 
35 
36 #endif // CLASSIC_SimpleBeamline_HH
Template class for beam lines.
Definition: TBeamline.h:40
TBeamline< ElmPtr > SimpleBeamline
A beam line representation.