ROOT
Version v6.32
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
▼
graf3d
►
eve
►
eve7
▼
g3d
doc
►
inc
▼
src
►
TAxis3D.cxx
TBRIK.cxx
►
TCONE.cxx
►
TCONS.cxx
►
TCTUB.cxx
►
TELTU.cxx
►
TGeometry.cxx
►
TGTRA.cxx
THelix.cxx
►
THYPE.cxx
TMarker3DBox.cxx
TMaterial.cxx
TMixture.cxx
►
TNode.cxx
►
TNodeDiv.cxx
►
TPARA.cxx
TPCON.cxx
►
TPGON.cxx
►
TPoints3DABC.cxx
TPointSet3D.cxx
TPolyLine3D.cxx
►
TPolyMarker3D.cxx
TRotMatrix.cxx
TShape.cxx
TSPHE.cxx
►
TTRAP.cxx
►
TTRD1.cxx
►
TTRD2.cxx
TTUBE.cxx
TTUBS.cxx
►
TView3D.cxx
TXTRU.cxx
►
X3DBuffer.c
►
gl
►
gviz3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
THYPE.cxx
Go to the documentation of this file.
1
// @(#)root/g3d:$Id$
2
// Author: Rene Brun 08/12/98
3
4
/*************************************************************************
5
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#include "
THYPE.h
"
13
14
ClassImp
(
THYPE
);
15
16
/** \class THYPE
17
\ingroup g3d
18
An hyperboloid (not implemented)
19
20
It has 4 parameters:
21
22
- name: name of the shape
23
- title: shape's title
24
- material: (see TMaterial)
25
- rmin: inner radius of the tube
26
- rmax: outer radius of the tube
27
- dz: half-length of the box along the z-axis
28
- phi: stereo angle
29
*/
30
31
////////////////////////////////////////////////////////////////////////////////
32
/// HYPE shape default constructor
33
34
THYPE::THYPE
()
35
{
36
fPhi
= 0.;
37
}
38
39
////////////////////////////////////////////////////////////////////////////////
40
/// HYPE shape normal constructor
41
42
THYPE::THYPE
(
const
char
*
name
,
const
char
*title,
const
char
*material,
Float_t
rmin
,
43
Float_t
rmax
,
Float_t
dz
,
Float_t
phi)
44
:
TTUBE
(
name
,title,material,
rmin
,
rmax
,
dz
)
45
{
46
fPhi
= phi;
47
}
48
49
////////////////////////////////////////////////////////////////////////////////
50
/// HYPE shape default destructor
51
52
THYPE::~THYPE
()
53
{
54
}
Float_t
float Float_t
Definition
RtypesCore.h:57
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:377
name
char name[80]
Definition
TGX11.cxx:110
THYPE.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
THYPE
An hyperboloid (not implemented)
Definition
THYPE.h:28
THYPE::THYPE
THYPE()
HYPE shape default constructor.
Definition
THYPE.cxx:34
THYPE::~THYPE
~THYPE() override
HYPE shape default destructor.
Definition
THYPE.cxx:52
THYPE::fPhi
Float_t fPhi
Definition
THYPE.h:31
TTUBE
A tube.
Definition
TTUBE.h:32
graf3d
g3d
src
THYPE.cxx
ROOT v6-32 - Reference Guide Generated on Mon Mar 10 2025 03:58:18 (GVA Time) using Doxygen 1.10.0