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
CaloUnpackPRDF.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CaloUnpackPRDF.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef PROTOTYPE4_CALOUNPACKPRDF_H
4
#define PROTOTYPE4_CALOUNPACKPRDF_H
5
6
//* Unpacks raw HCAL PRDF files *//
7
// Abhisek Sen
8
9
#include <
fun4all/SubsysReco.h
>
10
11
class
Event
;
12
class
Packet
;
13
class
PHCompositeNode
;
14
class
RawTowerContainer
;
15
16
class
CaloUnpackPRDF
:
public
SubsysReco
17
{
18
public
:
19
CaloUnpackPRDF
();
20
21
int
InitRun
(
PHCompositeNode
*topNode);
22
23
int
process_event
(
PHCompositeNode
*topNode);
24
25
void
CreateNodeTree
(
PHCompositeNode
*topNode);
26
27
private
:
28
Event
*
_event
;
29
Packet
*
_packet
;
30
int
_nevents
;
31
32
// HCAL node
33
PHCompositeNode
*
dst_node
;
34
PHCompositeNode
*
data_node
;
35
36
// Towers
37
RawTowerContainer
*
hcalin_towers_lg
;
38
RawTowerContainer
*
hcalout_towers_lg
;
39
40
RawTowerContainer
*
hcalin_towers_hg
;
41
RawTowerContainer
*
hcalout_towers_hg
;
42
43
RawTowerContainer
*
emcal_towers
;
44
};
45
46
#endif //**CaloUnpackPRDFF**//
analysis
blob
master
EMCTemplateFitting
src
CaloUnpackPRDF.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:51
using
1.8.2 with
sPHENIX GitHub integration