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
Fun4AllPrdfInputManager.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Fun4AllPrdfInputManager.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FUN4ALLRAW_FUN4ALLPRDFINPUTMANAGER_H
4
#define FUN4ALLRAW_FUN4ALLPRDFINPUTMANAGER_H
5
6
#include <
fun4all/Fun4AllInputManager.h
>
7
8
#include <string>
9
10
class
Event
;
11
class
Eventiterator
;
12
class
PHCompositeNode
;
13
class
SyncObject
;
14
15
class
Fun4AllPrdfInputManager
:
public
Fun4AllInputManager
16
{
17
public
:
18
Fun4AllPrdfInputManager
(
const
std::string &
name
=
"DUMMY"
,
const
std::string &prdfnodename =
"PRDF"
,
const
std::string &topnodename =
"TOP"
);
19
virtual
~Fun4AllPrdfInputManager
();
20
int
fileopen
(
const
std::string &filenam);
21
int
fileclose
();
22
int
run
(
const
int
nevents = 0);
23
24
void
Print
(
const
std::string &what =
"ALL"
)
const
;
25
int
ResetEvent
();
26
int
PushBackEvents
(
const
int
i);
27
int
GetSyncObject
(
SyncObject
**mastersync);
28
int
SyncIt
(
const
SyncObject
*mastersync);
29
int
HasSyncObject
()
const
{
return
1;}
30
31
private
:
32
int
m_Segment
;
33
int
m_EventsTotal
;
34
int
m_EventsThisFile
;
35
PHCompositeNode
*
m_topNode
;
36
Event
*
m_Event
;
37
Event
*
m_SaveEvent
;
38
Eventiterator
*
m_EventIterator
;
39
SyncObject
*
m_SyncObject
;
40
std::string
m_PrdfNodeName
;
41
};
42
43
#endif
/* FUN4ALL_FUN4ALLPRDFINPUTMANAGER_H */
coresoftware
blob
master
offline
framework
fun4allraw
Fun4AllPrdfInputManager.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration