Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
blob
master
macros
offline
packages
MvtxPrototype1
MvtxAlign.C
MvtxAlign.h
MvtxApplyHotDead.C
MvtxApplyHotDead.h
MvtxClusterizer.C
MvtxClusterizer.h
MvtxQAHisto.C
MvtxQAHisto.h
MvtxRunInfoUnpackPRDF.C
MvtxRunInfoUnpackPRDF.h
MvtxStandaloneTracking.C
MvtxStandaloneTracking.h
MvtxUnpackPRDF.C
MvtxUnpackPRDF.h
MvtxPrototype2
Prototype2
Prototype3
Prototype4
tpc2019
online
simulation
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
MvtxRunInfoUnpackPRDF.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MvtxRunInfoUnpackPRDF.h
1
#ifndef __MvtxRunInfoUnpackPRDFF__
2
#define __MvtxRunInfoUnpackPRDFF__
3
4
//* RunInfoUnpacks raw HCAL PRDF files *//
5
6
#include <
fun4all/SubsysReco.h
>
7
#include <
phool/PHObject.h
>
8
9
class
Event
;
10
class
Packet
;
11
class
Packet_hbd_fpgashort
;
12
13
class
MvtxRunInfoUnpackPRDF
:
public
SubsysReco
14
{
15
public
:
16
MvtxRunInfoUnpackPRDF
();
17
18
int
19
Init
(
PHCompositeNode
*topNode);
20
21
int
22
InitRun
(
PHCompositeNode
*topNode);
23
24
int
25
process_event
(
PHCompositeNode
*topNode);
26
27
int
28
End
(
PHCompositeNode
*topNode);
29
30
void
31
CreateNodeTree
(
PHCompositeNode
*topNode);
32
33
private
:
34
35
PHCompositeNode
*
dstNode
;
36
37
Event
*
_event
;
38
Packet_hbd_fpgashort
*
_packet
;
39
40
};
41
42
#endif //**MvtxRunInfoUnpackPRDFF**//
prototype
blob
master
offline
packages
MvtxPrototype1
MvtxRunInfoUnpackPRDF.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration