BOSS
7.1.2
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
▼
Event
►
AsciiDmp
►
BesDChain
►
DecayChain
►
DstEvent
►
DstMakerAlg
►
DstReformAlg
►
DTagSetAlg
►
eformat
▼
ers
▼
ers-00-00-03
▼
ers
►
Assertion.h
►
Context.h
►
Core.h
►
DefaultIssue.h
►
DefaultStream.h
►
EntityNotFoundIssue.h
ers.h
►
FIFOStream.h
►
FilterStream.h
►
HumanStream.h
►
InvalidReferenceIssue.h
►
Issue.h
►
IssueFactory.h
►
IssueFactoryIssue.h
►
LogIssue.h
►
NotImplemented.h
►
ParseIssue.h
►
Precondition.h
►
RangeIssue.h
►
Stream.h
►
StreamFactory.h
►
src
►
test
►
EventModel
►
EventNavigator
►
EventTag
►
EvTimeEvent
►
EvtRecEvent
►
ExtEvent
►
GetRawETS
►
HltEvent
►
HltMakerAlg
►
IRawFile
►
LTagSetAlg
►
LumiDigi
►
McTruth
►
RawDataCnv
►
RawDataCnvBase
►
RawDataProviderSvc
►
RawEvent
►
RawEventReader
►
RawFile
►
RecMakerAlg
►
ReconEvent
►
RecTrackList
►
RelTable
►
RootCnvSvc
►
RootEventData
►
RootIO
►
RootRawEvtReader
►
RunEventNumberAlg
►
TagFilterSvc
►
TagSetAlg
►
TrigEvent
►
TrigMakerAlg
►
XYZTagSetAlg
►
ZddEvent
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
DefaultIssue.h
Go to the documentation of this file.
1
/*
2
* DefaultIssue.h
3
* Test
4
*
5
* Created by Matthias Wiesmann on 14.02.05.
6
* Copyright 2005 CERN. All rights reserved.
7
*
8
*/
9
10
#ifndef ERS_DEFAULT_ISSUE
11
#define ERS_DEFAULT_ISSUE
12
13
#include "
ers/Issue.h
"
14
#include <cstdlib>
15
16
namespace
ers
{
17
18
/** This class acts as a placeholder for issues whose name could
19
* not be resolved at runtime.
20
* Because of this, it does not have the usual constructor
21
* and also does not have an associated class name, instead the
22
* class simply keeps the class name stored in the field \c m_class_name.
23
* \author Matthias Wiesmann
24
* \brief Place holder Issue class
25
* \version 1.0
26
* \note To force the resolution of an issue (i.e try again to cast it to the correct run-time type),
27
* One simply needs to call the \c IssueFactory::build method with the instance as a parameter.
28
*/
29
30
class
DefaultIssue
:
public
Issue
{
31
protected
:
32
public
:
33
DefaultIssue
(
const
std::string &name) ;
34
~DefaultIssue
()
throw
() ;
35
virtual
const
char
*
get_class_name
()
const
throw
() ;
/**< \brief Get key for class (used for serialisation)*/
36
} ;
// Issue
30
class
DefaultIssue
:
public
Issue
{
…
};
37
}
// ers
38
39
#endif
ers::DefaultIssue
Place holder Issue class.
Definition
DefaultIssue.h:30
ers::DefaultIssue::DefaultIssue
DefaultIssue(const std::string &name)
Definition
DefaultIssue.cxx:17
ers::DefaultIssue::get_class_name
virtual const char * get_class_name() const
Get key for class (used for serialisation)
Definition
DefaultIssue.cxx:28
ers::DefaultIssue::~DefaultIssue
~DefaultIssue()
Definition
DefaultIssue.cxx:21
ers::Issue
Root Issue class.
Definition
ers/ers-00-00-03/ers/Issue.h:40
Issue.h
ers
Definition
Event/ers/ers-00-00-03/ers/Assertion.h:20
7.1.2
Event
ers
ers-00-00-03
ers
DefaultIssue.h
Generated by
1.12.0