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
Event/BesDChain/BesDChain-00-00-14/BesDChain/CDMud.h
Go to the documentation of this file.
1
#ifndef CLEODCHAIN_CDMUD_H
2
#define CLEODCHAIN_CDMUD_H
3
// -*- C++ -*-
4
//
5
// Package: DChain
6
// Module: CDMud
7
//
8
// Description: Manage the footprints for a given Evidence Class
9
//
10
// Usage:
11
// <usage>
12
//
13
// Author: Simon Patton
14
// Created: Mon Apr 20 20:47:30 PDT 1998
15
// $Id: CDMud.h,v 1.1.1.1 2009/03/03 06:05:56 maqm Exp $
16
//
17
// Revision history
18
//
19
// $Log: CDMud.h,v $
20
// Revision 1.1.1.1 2009/03/03 06:05:56 maqm
21
// first import of BesDChain
22
//
23
// Revision 1.1 2001/04/11 13:19:19 urner
24
// transition to files with CD prefix. Addition of new files
25
//
26
// Revision 1.1.1.1 2000/12/18 22:17:26 cdj
27
// imported CleoDChain
28
//
29
// Revision 1.1 1998/04/21 05:16:16 sjp
30
// New File
31
//
32
33
// system include files
34
#include <vector>
35
36
// user include files
37
38
// forward declarations
39
class
CDFootPrint
;
40
41
//class DummyFriend;
42
43
template
<
class
Ev
id
ence >
44
class
CDMud
45
{
46
// friend classses and functions
47
//friend class DummyFriend;
48
49
public
:
50
51
// constants, enums and typedefs
52
53
// Constructors and destructor
54
virtual
~CDMud
() {}
55
56
// member functions
57
58
// const member functions
59
60
// static member functions
61
static
const
CDFootPrint
&
get
(
const
Evidence* aEvidence ) ;
62
static
void
clear
() ;
63
//
64
static
std::vector< const CDFootPrint* >&
footprints
() ;
65
66
protected
:
67
// Constructors and destructor
68
69
// protected member functions
70
71
// protected const member functions
72
73
private
:
74
// Constructors and destructor
75
CDMud
() ;
// stop default
76
CDMud
(
const
CDMud
& aOtherCDMud ) ;
// stop default
77
78
// assignment operator(s)
79
const
CDMud
& operator=(
const
CDMud
& aOtherCDMud ) ;
// stop default
80
81
// private member functions
82
83
// private const member functions
84
85
// data members
86
87
// static data members
88
89
} ;
90
91
# include "BesDChain/Template/CDMud.cc"
92
93
#endif
/* CLEODCHAIN_CDMUD_H */
CDFootPrint
Definition:
Event/BesDChain/BesDChain-00-00-14/BesDChain/CDFootPrint.h:81
CDMud
Definition:
Event/BesDChain/BesDChain-00-00-14/BesDChain/CDMud.h:45
CDMud::~CDMud
virtual ~CDMud()
Definition:
Event/BesDChain/BesDChain-00-00-14/BesDChain/CDMud.h:54
CDMud::get
static const CDFootPrint & get(const Evidence *aEvidence)
Definition:
Event/BesDChain/BesDChain-00-00-14/BesDChain/Template/CDMud.cc:59
CDMud::clear
static void clear()
Definition:
Event/BesDChain/BesDChain-00-00-14/BesDChain/Template/CDMud.cc:72
CDMud::footprints
static std::vector< const CDFootPrint * > & footprints()
Definition:
Event/BesDChain/BesDChain-00-00-14/BesDChain/Template/CDMud.cc:89
source
Event
BesDChain
BesDChain-00-00-14
BesDChain
CDMud.h
Generated by
1.9.6