Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
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::NoRunTTree
int NoRunTTree()
Definition:
Fun4AllNoSyncDstInputManager.cc:17
Fun4AllDstInputManager::readrunttree
int readrunttree
Definition:
Fun4AllDstInputManager.h:32
Fun4AllNoSyncDstInputManager.h
Fun4AllBase::ThisName
std::string ThisName
Definition:
Fun4AllBase.h:72
Fun4AllDstInputManager
Definition:
Fun4AllDstInputManager.h:12
Fun4AllDstInputManager::isopen
int isopen
Definition:
Fun4AllDstInputManager.h:33
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:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration