Main Page
Namespaces
Namespace List
Namespace 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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
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
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
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
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
SimG4Core
Application
src
CustomUIsessionToFile.cc
Go to the documentation of this file.
1
#include "
SimG4Core/Application/interface/CustomUIsessionToFile.h
"
2
3
CustomUIsessionToFile::CustomUIsessionToFile
(
const
std::string
& filePrefix,
int
threadId)
4
:
CustomUIsession
(), m_output(filePrefix +
"_"
+
std
::to_string(threadId) +
".txt"
) {}
5
6
CustomUIsessionToFile::~CustomUIsessionToFile
() {}
7
8
G4int
CustomUIsessionToFile::ReceiveG4cout
(
const
G4String& coutString) {
9
m_output
<< coutString;
10
return
0;
11
}
12
13
G4int
CustomUIsessionToFile::ReceiveG4cerr
(
const
G4String& cerrString) {
14
m_output
<< cerrString;
15
return
0;
16
}
CustomUIsessionToFile::~CustomUIsessionToFile
~CustomUIsessionToFile() override
Definition:
CustomUIsessionToFile.cc:6
CustomUIsessionToFile::ReceiveG4cout
G4int ReceiveG4cout(const G4String &coutString) override
Definition:
CustomUIsessionToFile.cc:8
CustomUIsessionToFile::ReceiveG4cerr
G4int ReceiveG4cerr(const G4String &cerrString) override
Definition:
CustomUIsessionToFile.cc:13
CustomUIsessionToFile.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
std
Definition:
JetResolutionObject.h:76
CustomUIsession
Definition:
CustomUIsession.h:13
CustomUIsessionToFile::m_output
std::ofstream m_output
Definition:
CustomUIsessionToFile.h:28
CustomUIsessionToFile::CustomUIsessionToFile
CustomUIsessionToFile(const std::string &filePrefix, int threadId)
Definition:
CustomUIsessionToFile.cc:3
Generated for CMSSW Reference Manual by
1.8.16