Class Reference for E1039 Core & Analysis Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Fun4AllNoSyncDstInputManager.cc
Go to the documentation of this file.
2 
3 #include <cstdlib>
4 #include <iostream>
5 
6 using namespace std;
7 
9  const string &nodename,
10  const string &topnodename) :
11  Fun4AllDstInputManager(name, nodename, topnodename)
12 {
13  return ;
14 }
15 
16 int
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 
std::string ThisName
Definition: Fun4AllBase.h:72
Fun4AllNoSyncDstInputManager(const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP")