1 /**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
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 **************************************************************************/
18 ///////////////////////////////////////////////////////////////////////////////
21 // This class contains the description of the base class for the //
26 <img src="picts/AliDIPOClass.gif">
29 <font size=+2 color=red>
30 <p>The responsible person for this module is
31 <a href="mailto:andreas.morsch@cern.ch">Andreas Morsch</a>.
38 ///////////////////////////////////////////////////////////////////////////////
46 //_____________________________________________________________________________
50 // Default constructor for the Dipole Magnet
54 //_____________________________________________________________________________
55 AliDIPO::AliDIPO(const char *name, const char *title)
56 : AliModule(name,title)
59 // Standard constructor for the Magnetic Dipole
61 //PH SetMarkerColor(7);
62 //PH SetMarkerStyle(2);
63 //PH SetMarkerSize(0.4);
66 //_____________________________________________________________________________
70 // Initialise Magnetic Dipole after it has been built
74 if(AliLog::GetGlobalDebugLevel()>0) {
75 printf("\n%s: ",ClassName());
76 for(i=0;i<35;i++) printf("*");
77 printf(" DIPO_INIT ");
78 for(i=0;i<35;i++) printf("*");
79 printf("\n%s: ",ClassName());
81 // Here the ABSO initialisation code (if any!)
82 for(i=0;i<80;i++) printf("*");