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
MvtxUnpackPRDF.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MvtxUnpackPRDF.h
1
#ifndef __MvtxUnpackPRDFF__
2
#define __MvtxUnpackPRDFF__
3
4
//* Unpacks raw HCAL PRDF files *//
5
//Abhisek Sen
6
7
#include <
fun4all/SubsysReco.h
>
8
#include <
phool/PHObject.h
>
9
10
#define NCHIP 4
11
#define NROW 512
12
#define NREGION 32
13
#define NCOL_PER_REGION 32
14
15
class
Event
;
16
class
Packet
;
17
class
Packet_hbd_fpgashort
;
18
class
TrkrHitSetContainer
;
19
20
class
MvtxUnpackPRDF
:
public
SubsysReco
21
{
22
public
:
23
MvtxUnpackPRDF
();
24
25
int
26
Init
(
PHCompositeNode
*topNode);
27
28
int
29
InitRun
(
PHCompositeNode
*topNode);
30
31
int
32
process_event
(
PHCompositeNode
*topNode);
33
34
int
35
End
(
PHCompositeNode
*topNode);
36
37
void
38
Verbosity
(
int
v
) {
_verbosity
=
v
;}
39
40
void
41
CreateNodeTree
(
PHCompositeNode
*topNode);
42
43
void
MakeHits
();
44
45
private
:
46
47
PHCompositeNode
*
dstNode
;
48
49
Event
*
_event
;
50
Packet_hbd_fpgashort
*
_packet
;
51
TrkrHitSetContainer
*
_hitsetcon
;
52
53
int
_nevents
;
54
int
_verbosity
;
55
bool
_first
;
56
57
int
_nevent_per_chip
[
NCHIP
];
58
int
_npixel_per_chip
[
NCHIP
];
59
60
};
61
62
#endif //**MvtxUnpackPRDFF**//
prototype
blob
master
offline
packages
MvtxPrototype1
MvtxUnpackPRDF.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration