Class Reference for E1039 Core & Analysis Software
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__ */
Fun4AllInputManager.h
Fun4AllReturnCodes.h
Fun4AllDummyInputManager
Definition:
Fun4AllDummyInputManager.h:12
Fun4AllDummyInputManager::Fun4AllDummyInputManager
Fun4AllDummyInputManager(const std::string &name="DUMMY", const std::string &nodename="DST")
Definition:
Fun4AllDummyInputManager.cc:9
Fun4AllDummyInputManager::isOpen
int isOpen()
Definition:
Fun4AllDummyInputManager.h:19
Fun4AllDummyInputManager::setSyncManager
void setSyncManager(Fun4AllSyncManager *master)
Definition:
Fun4AllDummyInputManager.cc:18
Fun4AllDummyInputManager::run
int run(const int)
Definition:
Fun4AllDummyInputManager.cc:34
Fun4AllDummyInputManager::PushBackEvents
int PushBackEvents(const int)
Definition:
Fun4AllDummyInputManager.h:24
Fun4AllDummyInputManager::GetSyncObject
int GetSyncObject(SyncObject **)
Definition:
Fun4AllDummyInputManager.h:21
Fun4AllDummyInputManager::numevents
int numevents
Definition:
Fun4AllDummyInputManager.h:28
Fun4AllDummyInputManager::fileopen
int fileopen(const std::string &)
Definition:
Fun4AllDummyInputManager.h:17
Fun4AllDummyInputManager::SyncIt
int SyncIt(const SyncObject *)
Definition:
Fun4AllDummyInputManager.h:22
Fun4AllDummyInputManager::~Fun4AllDummyInputManager
virtual ~Fun4AllDummyInputManager()
Definition:
Fun4AllDummyInputManager.h:16
Fun4AllDummyInputManager::fileclose
int fileclose()
Definition:
Fun4AllDummyInputManager.h:18
Fun4AllInputManager
Definition:
Fun4AllInputManager.h:17
Fun4AllSyncManager
Definition:
Fun4AllSyncManager.h:17
PHCompositeNode
Definition:
PHCompositeNode.h:14
SubsysReco
Definition:
SubsysReco.h:21
SyncObject
Definition:
SyncObject.h:10
Fun4AllReturnCodes::SYNC_NOOBJECT
@ SYNC_NOOBJECT
Definition:
Fun4AllReturnCodes.h:12
Fun4AllReturnCodes::SYNC_OK
@ SYNC_OK
Definition:
Fun4AllReturnCodes.h:10
e1039-core
framework
fun4all
Fun4AllDummyInputManager.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration