]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliShuttleInterface.cxx
The small angle absorber geometry "as built".
[u/mrichter/AliRoot.git] / STEER / AliShuttleInterface.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15
16 /*
17 $Log$
18 Revision 1.2  2006/03/07 07:52:34  hristov
19 New version (B.Yordanov)
20
21 Revision 1.3  2005/11/17 17:47:34  byordano
22 TList changed to TObjArray
23
24 Revision 1.2  2005/11/17 14:43:22  byordano
25 import to local CVS
26
27 Revision 1.1.1.1  2005/10/28 07:33:58  hristov
28 Initial import as subdirectory in AliRoot
29
30 Revision 1.1.1.1  2005/09/12 22:11:40  byordano
31 SHUTTLE package
32
33 Revision 1.2  2005/08/29 21:15:47  byordano
34 some docs added
35
36 */
37
38 //
39 // abstract interface class to AliShuttle
40 // This class is implemented by AliTestShuttle for testing and
41 // by AliShuttle for the full setup
42 //
43
44 #include "AliShuttleInterface.h"
45
46 ClassImp(AliShuttleInterface)
47
48 const char* AliShuttleInterface::fkSystemNames[3] = { "DAQ", "DCS", "HLT" };