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
RunTowerInfo.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RunTowerInfo.h
1
#ifndef RUNTOWERINFO_H__
2
#define RUNTOWERINFO_H__
3
4
#include <calobase/TowerInfoContainerv1.h>
5
6
#include <
fun4all/SubsysReco.h
>
7
9
class
PHCompositeNode
;
10
12
class
RunTowerInfo
:
public
SubsysReco
13
{
14
public
:
15
17
RunTowerInfo
(
const
std::string
&
name
=
"RunTowerInfo"
);
18
19
// Destructor
20
virtual
~RunTowerInfo
();
21
23
int
Init
(
PHCompositeNode
*);
24
26
int
process_event
(
PHCompositeNode
*);
27
29
int
End
(
PHCompositeNode
*);
30
31
32
private
:
34
TowerInfoContainerv1
*
m_EMCalTowerContainer
;
35
36
42
};
43
44
#endif
analysis
blob
master
TowerInfoExample
src
RunTowerInfo.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:57
using
1.8.2 with
sPHENIX GitHub integration