Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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