EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
blob
master
calibrations
generators
offline
database
framework
ffamodules
ffaobjects
frog
fun4all
fun4allraw
Fun4AllEventOutputManager.cc
Fun4AllEventOutputManager.h
Fun4AllEventOutStream.cc
Fun4AllEventOutStream.h
Fun4AllFileOutStream.cc
Fun4AllFileOutStream.h
Fun4AllPrdfInputManager.cc
Fun4AllPrdfInputManager.h
Fun4AllPrdfOutputManager.cc
Fun4AllPrdfOutputManager.h
Fun4AllRolloverFileOutStream.cc
Fun4AllRolloverFileOutStream.h
phool
phoolraw
packages
QA
simulation
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
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 */
fun4all_coresoftware
blob
master
offline
framework
fun4allraw
Fun4AllPrdfInputManager.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:43
using
1.8.2 with
EIC GitHub integration