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
TPCIntegratedCharge.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TPCIntegratedCharge.h
1
#ifndef __TPCIntegratedCharge_H__
2
#define __TPCIntegratedCharge_H__
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <string>
7
8
class
PHCompositeNode
;
9
class
Fun4AllHistoManager
;
10
12
class
TPCIntegratedCharge
:
public
SubsysReco
13
{
14
public
:
15
TPCIntegratedCharge
(
16
unsigned
int
minLayer,
17
unsigned
int
m_maxLayer
,
18
const
std::string &outputfilename =
"TPCIntegratedCharge.root"
);
19
20
virtual
~TPCIntegratedCharge
();
21
22
int
Init
(
PHCompositeNode
*topNode);
23
int
InitRun
(
PHCompositeNode
*topNode);
24
int
process_event
(
PHCompositeNode
*topNode);
25
int
End
(
PHCompositeNode
*topNode);
26
27
private
:
28
#if !defined(__CINT__) || defined(__CLING__)
29
30
Fun4AllHistoManager
*
getHistoManager
();
31
32
std::string
m_outputFileName
;
33
34
unsigned
int
m_minLayer
;
35
unsigned
int
m_maxLayer
;
36
37
#endif // #if !defined(__CINT__) || defined(__CLING__)
38
};
39
40
#endif // __CALOEVALUATOR_H__
coresoftware
blob
master
offline
packages
tpcdaq
TPCIntegratedCharge.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration