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
DefaultStream.h
Go to the documentation of this file.
1
/*
2
* DefaultStream.cxx
3
* Test
4
*
5
* Created by Matthias Wiesmann on 21.01.05.
6
* Copyright 2005 CERN. All rights reserved.
7
*
8
*/
9
10
#include <ostream>
11
#include <sstream>
12
13
#include "
ers/Stream.h
"
14
15
namespace
ers
{
16
17
/** This class displas an Issue on the standard error stream
18
* This class is meant to be used as default stream for simple on screen display.
19
* More advanced streams are offered in the \c System package
20
* This stream only sends output to the standard error stream.
21
* To select this stream, simply use the \c default string key.
22
* You can get a verbose output by
23
* \author Matthias Wiesmann
24
* \version 1.0
25
* \brief Default Issue display
26
*/
27
28
class
DefaultStream
:
public
Stream
{
29
protected
:
30
bool
m_verbose
;
31
public
:
32
static
const
char
*
const
KEY
;
33
static
const
char
*
const
VERBOSE_KEY
;
34
DefaultStream
(
bool
verbose=
false
) ;
35
~DefaultStream
() ;
36
void
send
(
const
Issue
*ptr);
37
} ;
// DefaultStream
28
class
DefaultStream
:
public
Stream
{
…
};
38
39
}
// namespace ers
40
Stream.h
ers::DefaultStream
Default Issue display.
Definition
DefaultStream.h:28
ers::DefaultStream::send
void send(const Issue *ptr)
Definition
DefaultStream.cxx:45
ers::DefaultStream::m_verbose
bool m_verbose
Definition
DefaultStream.h:30
ers::DefaultStream::~DefaultStream
~DefaultStream()
Definition
DefaultStream.cxx:37
ers::DefaultStream::VERBOSE_KEY
static const char *const VERBOSE_KEY
Definition
DefaultStream.h:33
ers::DefaultStream::KEY
static const char *const KEY
Definition
DefaultStream.h:32
ers::DefaultStream::DefaultStream
DefaultStream(bool verbose=false)
Definition
DefaultStream.cxx:32
ers::Issue
Root Issue class.
Definition
ers/ers-00-00-03/ers/Issue.h:40
ers::Stream
Root/Null issue stream.
Definition
Stream.h:35
ers
Definition
Event/ers/ers-00-00-03/ers/Assertion.h:20
7.1.2
Event
ers
ers-00-00-03
ers
DefaultStream.h
Generated by
1.12.0