BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TrkDirection.cxx
Go to the documentation of this file.
1
// -----------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: TrkDirection.cxx,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
4
//
5
// This defines an output operator to write the strings "trkIn" and "trkOut"
6
// for the trkDirection enumeration values.
7
//
8
// Michael Kelsey <kelsey@slac.stanford.edu>
9
//
10
// Copyright Information:
11
// Copyright (C) 1999 Princeton University
12
//
13
//------------------------------------------------------------------------
14
15
#include "TrkBase/TrkDirection.h"
16
#include <iostream>
17
using
std::ostream;
18
19
ostream&
operator<<
(ostream& os,
const
trkDirection
& dir) {
20
if
(dir==
trkIn
)
return
os <<
"trkIn"
;
21
if
(dir==
trkOut
)
return
os <<
"trkOut"
;
22
return
os << (int)dir;
23
}
trkDirection
trkDirection
Definition:
InstallArea/include/TrkBase/TrkBase/TrkDirection.h:23
trkOut
@ trkOut
Definition:
InstallArea/include/TrkBase/TrkBase/TrkDirection.h:23
trkIn
@ trkIn
Definition:
InstallArea/include/TrkBase/TrkBase/TrkDirection.h:23
operator<<
ostream & operator<<(ostream &os, const trkDirection &dir)
Definition:
TrkDirection.cxx:19
source
Reconstruction
MdcPatRec
TrkBase
TrkBase-00-01-12
src
TrkDirection.cxx
Generated by
1.9.6