Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
Functions
_
a
c
d
e
f
g
h
i
l
o
p
r
s
w
Variables
b
c
d
e
h
j
k
l
m
n
o
r
s
t
Typedefs
Enumerations
Enumerator
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
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
h
i
l
m
o
p
r
s
t
v
Enumerations
c
d
e
f
h
i
m
n
p
s
t
u
v
x
Enumerator
a
b
c
d
e
g
h
i
k
l
m
n
p
r
s
t
u
v
w
x
y
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
z
Functions
a
c
d
e
f
g
h
i
k
m
o
p
s
Variables
b
c
d
e
f
g
i
k
l
m
n
r
s
t
u
v
z
Typedefs
d
e
f
h
l
m
p
s
t
v
Enumerations
Enumerator
b
c
e
f
g
h
i
l
o
p
r
s
u
Macros
_
e
h
l
m
n
p
r
s
t
u
v
External Links
Use Doxygen in your code
ktracker
fun4all
art-seaquest
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Fun4AllNoSyncDstInputManager.cc
Go to the documentation of this file.
1
#include "
Fun4AllNoSyncDstInputManager.h
"
2
3
#include <cstdlib>
4
#include <iostream>
5
6
using namespace
std;
7
8
Fun4AllNoSyncDstInputManager::Fun4AllNoSyncDstInputManager
(
const
string
&name,
9
const
string
&nodename,
10
const
string
&topnodename) :
11
Fun4AllDstInputManager
(name, nodename, topnodename)
12
{
13
return ;
14
}
15
16
int
17
Fun4AllNoSyncDstInputManager::NoRunTTree
()
18
{
19
if
(!
isopen
)
20
{
21
readrunttree
= 0;
22
}
23
else
24
{
25
cout <<
ThisName
26
<<
"NoRunTTree() has to be done before opening a file"
<< endl;
27
exit(1);
28
}
29
return
0;
30
}
31
Fun4AllNoSyncDstInputManager.h
Fun4AllBase::ThisName
std::string ThisName
Definition:
Fun4AllBase.h:72
Fun4AllDstInputManager
Definition:
Fun4AllDstInputManager.h:13
Fun4AllDstInputManager::isopen
int isopen
Definition:
Fun4AllDstInputManager.h:33
Fun4AllDstInputManager::readrunttree
int readrunttree
Definition:
Fun4AllDstInputManager.h:32
Fun4AllNoSyncDstInputManager::NoRunTTree
int NoRunTTree()
Definition:
Fun4AllNoSyncDstInputManager.cc:17
Fun4AllNoSyncDstInputManager::Fun4AllNoSyncDstInputManager
Fun4AllNoSyncDstInputManager(const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP")
Definition:
Fun4AllNoSyncDstInputManager.cc:8
e1039-core
framework
fun4all
Fun4AllNoSyncDstInputManager.cc
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration