EIC Software
Reference for
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
SubtractTowers.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SubtractTowers.h
1
#ifndef JETBACKGROUND_SUBTRACTTOWERS_H
2
#define JETBACKGROUND_SUBTRACTTOWERS_H
3
4
//===========================================================
8
//===========================================================
9
10
#include <
fun4all/SubsysReco.h
>
11
12
#include <string>
13
14
// forward declarations
15
class
PHCompositeNode
;
16
25
class
SubtractTowers
:
public
SubsysReco
26
{
27
public
:
28
SubtractTowers
(
const
std::string &
name
=
"SubtractTowers"
);
29
~SubtractTowers
()
override
{}
30
31
int
InitRun
(
PHCompositeNode
*topNode)
override
;
32
int
process_event
(
PHCompositeNode
*topNode)
override
;
33
34
void
SetFlowModulation
(
bool
use_flow_modulation) {
_use_flow_modulation
= use_flow_modulation; }
35
36
private
:
37
int
CreateNode
(
PHCompositeNode
*topNode);
38
39
bool
_use_flow_modulation
;
40
};
41
42
#endif
fun4all_coresoftware
blob
master
offline
packages
jetbackground
SubtractTowers.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:44
using
1.8.2 with
EIC GitHub integration