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