ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/

/* $Id$ */

///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//  Space Frame                                                              //
//  This class contains the description of the Space Frame geometry          //
//                                                                           //
//Begin_Html
/*
<img src="picts/AliFRAMEClass.gif">
</pre>
<br clear=left>
<font size=+2 color=red>
<p>The responsible person for this module is
<a href="mailto:andreas.morsch@cern.ch">Andreas Morsch</a>.
</font>
<pre>
*/
//End_Html
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include "AliFRAME.h"
#include "AliRun.h"
 
ClassImp(AliFRAME)

 
//_____________________________________________________________________________
AliFRAME::AliFRAME():
  fRefVolumeId1(0),
  fRefVolumeId2(0)
{
  //
  // Default constructor
  //
}
 
//_____________________________________________________________________________
AliFRAME::AliFRAME(const char *name, const char *title)
    : AliModule(name,title),
      fRefVolumeId1(0),
      fRefVolumeId2(0)
{
  //
  // Standard constructor
  //
    
  //PH  SetMarkerColor(7);
  //PH  SetMarkerStyle(2);
  //PH  SetMarkerSize(0.4);
}
 
 AliFRAME.cxx:1
 AliFRAME.cxx:2
 AliFRAME.cxx:3
 AliFRAME.cxx:4
 AliFRAME.cxx:5
 AliFRAME.cxx:6
 AliFRAME.cxx:7
 AliFRAME.cxx:8
 AliFRAME.cxx:9
 AliFRAME.cxx:10
 AliFRAME.cxx:11
 AliFRAME.cxx:12
 AliFRAME.cxx:13
 AliFRAME.cxx:14
 AliFRAME.cxx:15
 AliFRAME.cxx:16
 AliFRAME.cxx:17
 AliFRAME.cxx:18
 AliFRAME.cxx:19
 AliFRAME.cxx:20
 AliFRAME.cxx:21
 AliFRAME.cxx:22
 AliFRAME.cxx:23
 AliFRAME.cxx:24
 AliFRAME.cxx:25
 AliFRAME.cxx:26
 AliFRAME.cxx:27
 AliFRAME.cxx:28
 AliFRAME.cxx:29
 AliFRAME.cxx:30
 AliFRAME.cxx:31
 AliFRAME.cxx:32
 AliFRAME.cxx:33
 AliFRAME.cxx:34
 AliFRAME.cxx:35
 AliFRAME.cxx:36
 AliFRAME.cxx:37
 AliFRAME.cxx:38
 AliFRAME.cxx:39
 AliFRAME.cxx:40
 AliFRAME.cxx:41
 AliFRAME.cxx:42
 AliFRAME.cxx:43
 AliFRAME.cxx:44
 AliFRAME.cxx:45
 AliFRAME.cxx:46
 AliFRAME.cxx:47
 AliFRAME.cxx:48
 AliFRAME.cxx:49
 AliFRAME.cxx:50
 AliFRAME.cxx:51
 AliFRAME.cxx:52
 AliFRAME.cxx:53
 AliFRAME.cxx:54
 AliFRAME.cxx:55
 AliFRAME.cxx:56
 AliFRAME.cxx:57
 AliFRAME.cxx:58
 AliFRAME.cxx:59
 AliFRAME.cxx:60
 AliFRAME.cxx:61
 AliFRAME.cxx:62
 AliFRAME.cxx:63
 AliFRAME.cxx:64
 AliFRAME.cxx:65
 AliFRAME.cxx:66
 AliFRAME.cxx:67
 AliFRAME.cxx:68