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/MdcRecoUtil/MdcRecoUtil/DecayMode.h
Go to the documentation of this file.
1
// -*- Mode: C++ -*-
2
//
3
// DecayMode.h - data class for a single decay mode of a particle
4
//
5
// Copyright (C) 1993 The Board of Trustees of The Leland Stanford
6
//
7
// History:
8
// Migration for BESIII MDC
9
// Junior University. All Rights Reserved.
10
//
11
// $Id: DecayMode.h,v 1.2 2009/12/23 02:59:56 zhangy Exp $
12
//
13
// See Also
14
// AntiPdtEntry, PdtEntry, Pdt, PdtEntry
15
16
#ifndef _DECAYMODE_H_
17
#define _DECAYMODE_H_
18
19
#include <iostream>
20
#include <stdio.h>
21
#include <vector>
22
using
std::vector;
23
24
class
PdtEntry
;
25
26
class
DecayMode
27
{
28
public
:
29
DecayMode
(
float
bf, vector<PdtEntry*> *l );
30
31
virtual
~DecayMode
();
32
33
float
BF
()
const
{
return
_branchingFraction
; }
34
const
vector<PdtEntry*> *
childList
()
const
{
return
_children
; }
35
36
void
printOn
(std::ostream& os)
const
;
37
bool
operator==
(
const
DecayMode
& other) {
return
this
== &other; }
38
39
protected
:
40
float
_branchingFraction
;
41
vector<PdtEntry*> *
_children
;
// list of child data
42
};
43
44
#endif
45
46
DecayMode
Definition:
Event/McTruth/McTruth-00-02-19/McTruth/DecayMode.h:8
DecayMode::childList
const vector< PdtEntry * > * childList() const
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/DecayMode.h:34
DecayMode::_branchingFraction
float _branchingFraction
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/DecayMode.h:40
DecayMode::DecayMode
DecayMode()
Definition:
Event/McTruth/McTruth-00-02-19/McTruth/DecayMode.h:11
DecayMode::operator==
bool operator==(const DecayMode &other)
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/DecayMode.h:37
DecayMode::~DecayMode
virtual ~DecayMode()
DecayMode::BF
float BF() const
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/DecayMode.h:33
DecayMode::printOn
void printOn(std::ostream &os) const
DecayMode::_children
vector< PdtEntry * > * _children
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/DecayMode.h:41
PdtEntry
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtEntry.h:37
source
InstallArea
include
MdcRecoUtil
MdcRecoUtil
DecayMode.h
Generated by
1.9.6