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
TempInfoUnpackPRDF.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TempInfoUnpackPRDF.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef PROTOTYPE4_TEMPINFOUNPACKPRDF_H
4
#define PROTOTYPE4_TEMPINFOUNPACKPRDF_H
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <ctime>
// for time_t
9
10
class
Packet
;
11
class
PHCompositeNode
;
12
class
RawTowerContainer
;
13
14
class
TempInfoUnpackPRDF
:
public
SubsysReco
15
{
16
public
:
17
TempInfoUnpackPRDF
();
18
virtual
~TempInfoUnpackPRDF
() {}
19
20
int
InitRun
(
PHCompositeNode
*topNode);
21
22
int
process_event
(
PHCompositeNode
*topNode);
23
24
void
CreateNodeTree
(
PHCompositeNode
*topNode);
25
26
protected
:
27
int
addPacketInfo
(
Packet
*
p
,
PHCompositeNode
*topNode,
const
time_t etime,
28
const
int
evtnr);
29
30
RawTowerContainer
*
hcalin_temperature
;
31
RawTowerContainer
*
hcalout_temperature
;
32
RawTowerContainer
*
emcal_temperature
;
33
};
34
35
#endif
analysis
blob
master
EMCTemplateFitting
src
TempInfoUnpackPRDF.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:51
using
1.8.2 with
sPHENIX GitHub integration