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$ */

///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//  Beam pipe class                                                          //
//                                                                           //
//Begin_Html
/*
<img src="picts/AliPIPEClass.gif">
*/
//End_Html
//                                                                           //
///////////////////////////////////////////////////////////////////////////////

#include "AliPIPE.h"
#include "AliRun.h"
 
ClassImp(AliPIPE)
 
//_____________________________________________________________________________
AliPIPE::AliPIPE()
{
  //
  // Default constructor for beam pipe
  //
}
 
//_____________________________________________________________________________
AliPIPE::AliPIPE(const char *name, const char *title)
       : AliModule(name,title)
{
  //
  // Standard constructor for beam pipe
  //
  //PH  SetMarkerColor(7);
  //PH  SetMarkerStyle(2);
  //PH  SetMarkerSize(0.4);
}
 
 AliPIPE.cxx:1
 AliPIPE.cxx:2
 AliPIPE.cxx:3
 AliPIPE.cxx:4
 AliPIPE.cxx:5
 AliPIPE.cxx:6
 AliPIPE.cxx:7
 AliPIPE.cxx:8
 AliPIPE.cxx:9
 AliPIPE.cxx:10
 AliPIPE.cxx:11
 AliPIPE.cxx:12
 AliPIPE.cxx:13
 AliPIPE.cxx:14
 AliPIPE.cxx:15
 AliPIPE.cxx:16
 AliPIPE.cxx:17
 AliPIPE.cxx:18
 AliPIPE.cxx:19
 AliPIPE.cxx:20
 AliPIPE.cxx:21
 AliPIPE.cxx:22
 AliPIPE.cxx:23
 AliPIPE.cxx:24
 AliPIPE.cxx:25
 AliPIPE.cxx:26
 AliPIPE.cxx:27
 AliPIPE.cxx:28
 AliPIPE.cxx:29
 AliPIPE.cxx:30
 AliPIPE.cxx:31
 AliPIPE.cxx:32
 AliPIPE.cxx:33
 AliPIPE.cxx:34
 AliPIPE.cxx:35
 AliPIPE.cxx:36
 AliPIPE.cxx:37
 AliPIPE.cxx:38
 AliPIPE.cxx:39
 AliPIPE.cxx:40
 AliPIPE.cxx:41
 AliPIPE.cxx:42
 AliPIPE.cxx:43
 AliPIPE.cxx:44
 AliPIPE.cxx:45
 AliPIPE.cxx:46
 AliPIPE.cxx:47
 AliPIPE.cxx:48
 AliPIPE.cxx:49
 AliPIPE.cxx:50
 AliPIPE.cxx:51
 AliPIPE.cxx:52
 AliPIPE.cxx:53
 AliPIPE.cxx:54