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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
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
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Fun4AllPrdfOutputManager.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Fun4AllPrdfOutputManager.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FUN4ALLRAW_FUN4ALLPRDFOUTPUTMANAGER_H
4
#define FUN4ALLRAW_FUN4ALLPRDFOUTPUTMANAGER_H
5
6
#include <
fun4all/Fun4AllOutputManager.h
>
7
8
#include <string>
9
10
class
PHRawOManager
;
11
class
PHCompositeNode
;
12
13
class
Fun4AllPrdfOutputManager
:
public
Fun4AllOutputManager
14
{
15
public
:
17
Fun4AllPrdfOutputManager
(
const
std::string &myname =
"PRDFOUT"
,
const
std::string &
filename
=
"data_out.prdf"
);
18
20
virtual
~Fun4AllPrdfOutputManager
();
21
23
int
InitPrdfNode
(
PHCompositeNode
*top_node,
const
std::string &nodeName =
"SIMPRDF"
);
24
26
int
outfileopen
(
const
std::string &
fname
);
27
29
int
Write
(
PHCompositeNode
*startNode);
30
31
private
:
36
int
InitPrdfManager
();
37
39
PHCompositeNode
*
m_PrdfNode
;
40
42
PHRawOManager
*
m_PrdfOutManager
;
43
};
44
45
#endif
coresoftware
blob
master
offline
framework
fun4allraw
Fun4AllPrdfOutputManager.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration