ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
RetowerCEMC.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RetowerCEMC.h
1
#ifndef JETBACKGROUND_RETOWERCEMC_H
2
#define JETBACKGROUND_RETOWERCEMC_H
3
4
//===========================================================
8
//===========================================================
9
10
#include <
fun4all/SubsysReco.h
>
11
12
// system includes
13
#include <string>
14
#include <vector>
15
16
// forward declarations
17
class
PHCompositeNode
;
18
26
class
RetowerCEMC
:
public
SubsysReco
27
{
28
public
:
29
RetowerCEMC
(
const
std::string &
name
=
"RetowerCEMC"
);
30
~RetowerCEMC
()
override
{}
31
32
int
InitRun
(
PHCompositeNode
*topNode)
override
;
33
int
process_event
(
PHCompositeNode
*topNode)
override
;
34
35
private
:
36
int
CreateNode
(
PHCompositeNode
*topNode);
37
38
int
_NETA
;
39
int
_NPHI
;
40
std::vector<std::vector<float> >
_EMCAL_RETOWER_E
;
41
};
42
43
#endif
coresoftware
blob
master
offline
packages
jetbackground
RetowerCEMC.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:35
using
1.8.2 with
ECCE GitHub integration