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
Fun4AllDummyInputManager.h
Go to the documentation of this file.
1
#ifndef __FUN4ALLDUMMYINPUTMANAGER_H__
2
#define __FUN4ALLDUMMYINPUTMANAGER_H__
3
4
#include "
Fun4AllInputManager.h
"
5
#include "
Fun4AllReturnCodes.h
"
6
7
class
PHCompositeNode
;
8
class
SubsysReco
;
9
class
SyncObject
;
10
11
class
Fun4AllDummyInputManager
:
public
Fun4AllInputManager
12
{
13
public
:
14
15
Fun4AllDummyInputManager
(
const
std::string &name =
"DUMMY"
,
const
std::string &nodename =
"DST"
);
16
virtual
~Fun4AllDummyInputManager
() {}
17
int
fileopen
(
const
std::string&
/*filename*/
) {
return
0;}
18
int
fileclose
() {
return
0;}
19
int
isOpen
() {
return
1;}
20
int
run
(
const
int
/*nevents=0*/
);
21
int
GetSyncObject
(
SyncObject
**
/*mastersync*/
) {
return
Fun4AllReturnCodes::SYNC_NOOBJECT
;}
22
int
SyncIt
(
const
SyncObject
*
/*mastersync*/
) {
return
Fun4AllReturnCodes::SYNC_OK
;}
23
void
setSyncManager
(
Fun4AllSyncManager
*master);
24
int
PushBackEvents
(
const
int
/*nevt*/
) {
return
0;}
25
26
protected
:
27
28
int
numevents
;
29
};
30
31
#endif
/* __FUN4ALLDUMMYINPUTMANAGER_H__ */
Fun4AllDummyInputManager::fileopen
int fileopen(const std::string &)
Definition:
Fun4AllDummyInputManager.h:17
Fun4AllDummyInputManager::numevents
int numevents
Definition:
Fun4AllDummyInputManager.h:28
Fun4AllInputManager
Definition:
Fun4AllInputManager.h:16
Fun4AllDummyInputManager::isOpen
int isOpen()
Definition:
Fun4AllDummyInputManager.h:19
Fun4AllDummyInputManager::SyncIt
int SyncIt(const SyncObject *)
Definition:
Fun4AllDummyInputManager.h:22
Fun4AllDummyInputManager
Definition:
Fun4AllDummyInputManager.h:11
SyncObject
Definition:
SyncObject.h:9
Fun4AllDummyInputManager::fileclose
int fileclose()
Definition:
Fun4AllDummyInputManager.h:18
Fun4AllDummyInputManager::Fun4AllDummyInputManager
Fun4AllDummyInputManager(const std::string &name="DUMMY", const std::string &nodename="DST")
Definition:
Fun4AllDummyInputManager.cc:9
Fun4AllDummyInputManager::GetSyncObject
int GetSyncObject(SyncObject **)
Definition:
Fun4AllDummyInputManager.h:21
PHCompositeNode
Definition:
PHCompositeNode.h:14
Fun4AllReturnCodes::SYNC_OK
Definition:
Fun4AllReturnCodes.h:10
SubsysReco
Definition:
SubsysReco.h:20
Fun4AllReturnCodes::SYNC_NOOBJECT
Definition:
Fun4AllReturnCodes.h:12
Fun4AllDummyInputManager::PushBackEvents
int PushBackEvents(const int)
Definition:
Fun4AllDummyInputManager.h:24
Fun4AllDummyInputManager::run
int run(const int)
Definition:
Fun4AllDummyInputManager.cc:34
Fun4AllDummyInputManager::~Fun4AllDummyInputManager
virtual ~Fun4AllDummyInputManager()
Definition:
Fun4AllDummyInputManager.h:16
Fun4AllInputManager.h
Fun4AllDummyInputManager::setSyncManager
void setSyncManager(Fun4AllSyncManager *master)
Definition:
Fun4AllDummyInputManager.cc:18
Fun4AllReturnCodes.h
Fun4AllSyncManager
Definition:
Fun4AllSyncManager.h:16
e1039-core
framework
fun4all
Fun4AllDummyInputManager.h
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration