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
PHG4EventActionClearZeroEdep.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4EventActionClearZeroEdep.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4EVENTACTIONCLEARZEROEDEP_H
4
#define G4DETECTORS_PHG4EVENTACTIONCLEARZEROEDEP_H
5
6
#include <
g4main/PHG4EventAction.h
>
7
8
#include <set>
9
#include <string>
10
11
class
G4Event;
12
class
PHCompositeNode
;
13
14
class
PHG4EventActionClearZeroEdep
:
public
PHG4EventAction
15
{
16
public
:
18
PHG4EventActionClearZeroEdep
(
PHCompositeNode
*
topNode
,
const
std::string
&
name
);
19
20
void
AddNode
(
const
std::string
&name);
21
23
~PHG4EventActionClearZeroEdep
()
override
24
{
25
}
26
27
void
EndOfEventAction
(
const
G4Event *)
override
;
28
29
private
:
30
std::set<std::string>
nodename_set
;
31
PHCompositeNode
*
topNode
;
32
};
33
34
#endif
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4EventActionClearZeroEdep.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:12
using
1.8.2 with
sPHENIX GitHub integration