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
SaveTowerInfo.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SaveTowerInfo.h
1
#ifndef SAVETOWERINFO_H__
2
#define SAVETOWERINFO_H__
3
4
#include <calobase/TowerInfov1.h>
5
#include <calobase/TowerInfoContainerv1.h>
6
7
#include <
fun4all/SubsysReco.h
>
8
10
class
PHCompositeNode
;
11
13
class
SaveTowerInfo
:
public
SubsysReco
14
{
15
public
:
16
18
SaveTowerInfo
(
const
std::string
&
name
=
"SaveTowerInfo"
);
19
20
// Destructor
21
virtual
~SaveTowerInfo
();
22
24
int
Init
(
PHCompositeNode
*);
25
27
int
process_event
(
PHCompositeNode
*);
28
30
int
End
(
PHCompositeNode
*);
31
32
void
CreateNodeTree
(
PHCompositeNode
*topNode);
33
34
35
private
:
37
TowerInfoContainerv1
*
m_EMCalTowerContainer
;
38
PHCompositeNode
*
dst_node
;
39
40
46
};
47
48
#endif
analysis
blob
master
TowerInfoExample
src
SaveTowerInfo.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:57
using
1.8.2 with
sPHENIX GitHub integration