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
TAxis3D.h
TBRIK.h
TCONE.h
TCONS.h
TCTUB.h
TELTU.h
►
TGeometry.h
TGTRA.h
►
THelix.h
THYPE.h
TMarker3DBox.h
TMaterial.h
TMixture.h
TNode.h
TNodeDiv.h
TPARA.h
►
TPCON.h
TPGON.h
TPoints3DABC.h
TPointSet3D.h
TPolyLine3D.h
TPolyMarker3D.h
TRotMatrix.h
►
TShape.h
TSPHE.h
TTRAP.h
TTRD1.h
TTRD2.h
►
TTUBE.h
TTUBS.h
TView3D.h
TXTRU.h
►
X3DBuffer.h
►
src
►
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
TELTU.h
Go to the documentation of this file.
1
// @(#)root/g3d:$Id$
2
// Author: Rene Brun 26/06/97
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
#ifndef ROOT_TELTU
13
#define ROOT_TELTU
14
15
16
////////////////////////////////////////////////////////////////////////////
17
// //
18
// TELTU //
19
// //
20
// 'ELTU' is a cylinder with an elliptical section. It has three //
21
// parameters: the ellipse semi-axis in X, the ellipse //
22
// semi-axis in Y and the half length in Z. The equation of //
23
// the conical curve is: //
24
// X**2/fRx**2 + Y**2/fRy**2 = 1 //
25
// ELTU is not divisible. //
26
// //
27
////////////////////////////////////////////////////////////////////////////
28
29
#include "
TTUBE.h
"
30
31
class
TELTU
:
public
TTUBE
{
32
33
public
:
34
TELTU
();
35
TELTU
(
const
char
*
name
,
const
char
*title,
const
char
*material,
Float_t
rx,
Float_t
ry,
Float_t
dz
);
36
~TELTU
()
override
;
37
38
ClassDefOverride
(
TELTU
,1)
//ELTU shape
39
};
40
41
#endif
Float_t
float Float_t
Definition
RtypesCore.h:57
ClassDefOverride
#define ClassDefOverride(name, id)
Definition
Rtypes.h:341
name
char name[80]
Definition
TGX11.cxx:110
TTUBE.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TELTU
A cylinder with an elliptical section.
Definition
TELTU.h:31
TELTU::TELTU
TELTU()
ELTU shape default constructor.
Definition
TELTU.cxx:39
TELTU::~TELTU
~TELTU() override
ELTU shape default destructor.
Definition
TELTU.cxx:53
TTUBE
A tube.
Definition
TTUBE.h:32
graf3d
g3d
inc
TELTU.h
ROOT v6-32 - Reference Guide Generated on Fri Mar 14 2025 04:40:22 (GVA Time) using Doxygen 1.10.0