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
InstallArea/include/TrkFitter/TrkFitter/TrkContextEv.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: TrkContextEv.h,v 1.1.1.1 2005/04/21 06:26:56 maqm Exp $
4
//
5
// Description:
6
// Derived class of TrkContext. Adds precisely one feature: the
7
// ctor to fill in default values from AbsEvent and AbsEnv.
8
//
9
// Environment:
10
// Software developed for the BaBar Detector at the SLAC B-Factory.
11
//
12
// Author(s): Steve Schaffner
13
//
14
//------------------------------------------------------------------------
15
#ifndef TRKCONTEXTEV_HH
16
#define TRKCONTEXTEV_HH
17
#include "TrkBase/TrkContext.h"
18
//class AbsEvent;
19
20
class
BField
;
21
22
// Class interface //
23
class
TrkContextEv
:
public
TrkContext
{
24
25
public
:
26
TrkContextEv
(
const
BField
*);
27
virtual
~TrkContextEv
();
28
29
virtual
TrkId
getId
()
const
;
30
31
32
private
:
33
TrkIdManager
* _idman;
34
35
TrkIdManager
* idManager()
const
{
return
_idman;}
36
// Preempt
37
TrkContextEv
& operator= (
const
TrkContextEv
&);
38
TrkContextEv
(
const
TrkContextEv
&);
39
};
40
41
#endif
BField
Definition:
InstallArea/include/BField/BField/BField.h:33
TrkContextEv
Definition:
InstallArea/include/TrkFitter/TrkFitter/TrkContextEv.h:23
TrkContextEv::getId
virtual TrkId getId() const
Definition:
TrkContextEv.cxx:68
TrkContextEv::~TrkContextEv
virtual ~TrkContextEv()
Definition:
TrkContextEv.cxx:60
TrkContext
Definition:
InstallArea/include/TrkBase/TrkBase/TrkContext.h:27
TrkIdManager
Definition:
InstallArea/include/TrkBase/TrkBase/TrkIdManager.h:18
TrkId
Definition:
InstallArea/include/TrkBase/TrkBase/TrkId.h:21
source
InstallArea
include
TrkFitter
TrkFitter
TrkContextEv.h
Generated by
1.9.6