ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Fun4AllNoSyncDstInputManager.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Fun4AllNoSyncDstInputManager.cc
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
Fun4AllNoSyncDstInputManager::NoRunTTree
()
17
{
18
if
(!
IsOpen
())
19
{
20
ReadRunTTree
(0);
21
}
22
else
23
{
24
cout <<
Name
()
25
<<
"NoRunTTree() has to be done before opening a file"
<< endl;
26
exit
(1);
27
}
28
return
0;
29
}
coresoftware
blob
master
offline
framework
fun4all
Fun4AllNoSyncDstInputManager.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration