/////////////////////////////////////////////////////////////////////////////// // // // Space Frame // // This class contains the description of the Space Frame geometry // // // //Begin_Html /*

The responsible person for this module is Andreas Morsch.

*/
//End_Html
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include "AliFRAME.h"
#include "AliRun.h"
 
ClassImp(AliFRAME)
 
//_____________________________________________________________________________
AliFRAME::AliFRAME()
{
  //
  // Default constructor
  //
}
 
//_____________________________________________________________________________
AliFRAME::AliFRAME(const char *name, const char *title)
  : AliModule(name,title)
{
  //
  // Standard constructor
  //
    
  SetMarkerColor(7);
  SetMarkerStyle(2);
  SetMarkerSize(0.4);
}