]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliShuttleInterface.cxx
Update rawdata format for trigger (Christian)
[u/mrichter/AliRoot.git] / STEER / AliShuttleInterface.cxx
CommitLineData
57459306 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$
18Revision 1.2 2006/03/07 07:52:34 hristov
19New version (B.Yordanov)
20
21Revision 1.3 2005/11/17 17:47:34 byordano
22TList changed to TObjArray
23
24Revision 1.2 2005/11/17 14:43:22 byordano
25import to local CVS
26
27Revision 1.1.1.1 2005/10/28 07:33:58 hristov
28Initial import as subdirectory in AliRoot
29
30Revision 1.1.1.1 2005/09/12 22:11:40 byordano
31SHUTTLE package
32
33Revision 1.2 2005/08/29 21:15:47 byordano
34some 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
46ClassImp(AliShuttleInterface)
47
48const char* AliShuttleInterface::fkSystemNames[3] = { "DAQ", "DCS", "HLT" };