ROOT
Version 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
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
▼
geom
►
gdml
▼
geom
doc
►
inc
▼
src
►
TGDMLMatrix.cxx
TGeoArb8.cxx
TGeoAtt.cxx
TGeoBBox.cxx
TGeoBoolNode.cxx
TGeoBranchArray.cxx
►
TGeoBuilder.cxx
TGeoCache.cxx
TGeoCompositeShape.cxx
TGeoCone.cxx
►
TGeoElement.cxx
TGeoEltu.cxx
TGeoExtension.cxx
TGeoGlobalMagField.cxx
►
TGeoHalfSpace.cxx
►
TGeoHelix.cxx
TGeoHype.cxx
►
TGeoManager.cxx
►
TGeoMaterial.cxx
►
TGeoMatrix.cxx
►
TGeoMedium.cxx
►
TGeoNavigator.cxx
TGeoNode.cxx
►
TGeoOpticalSurface.cxx
►
TGeoPara.cxx
TGeoParaboloid.cxx
TGeoParallelWorld.cxx
TGeoPatternFinder.cxx
TGeoPcon.cxx
TGeoPgon.cxx
►
TGeoPhysicalNode.cxx
►
TGeoPolygon.cxx
►
TGeoRegion.cxx
TGeoScaledShape.cxx
TGeoShape.cxx
TGeoShapeAssembly.cxx
TGeoSphere.cxx
TGeoStateInfo.cxx
►
TGeoTessellated.cxx
TGeoTorus.cxx
►
TGeoTrd1.cxx
►
TGeoTrd2.cxx
TGeoTube.cxx
►
TGeoVector3.cxx
TGeoVolume.cxx
TGeoVoxelFinder.cxx
TGeoXtru.cxx
TVirtualGeoConverter.cxx
TVirtualGeoPainter.cxx
TVirtualGeoTrack.cxx
►
TVirtualMagField.cxx
►
geombuilder
►
geompainter
►
vecgeom
►
webviewer
►
graf2d
►
graf3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TGeoVector3.cxx
Go to the documentation of this file.
1
// @(#)root/geom:$Id$
2
// Author: Andrei Gheata 15/01/2020
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
/** \class TGeoVector3
13
\ingroup Geometry_classes
14
Simple 3-vector representation
15
*/
16
17
#include "
TGeoVector3.h
"
18
19
std::ostream &
operator<<
(std::ostream &os,
ROOT::Geom::Vertex_t
const
&
vec
)
20
{
21
os <<
"{"
<<
vec
[0] <<
", "
<<
vec
[1] <<
", "
<<
vec
[2] <<
"}"
;
22
return
os;
23
}
operator<<
std::ostream & operator<<(std::ostream &os, ROOT::Geom::Vertex_t const &vec)
Definition
TGeoVector3.cxx:19
TGeoVector3.h
ROOT::Geom::Vertex_t
Definition
TGeoVector3.h:21
vec
Definition
civetweb.c:1855
geom
geom
src
TGeoVector3.cxx
ROOT master - Reference Guide Generated on Tue Apr 8 2025 06:21:12 (GVA Time) using Doxygen 1.10.0