Class Reference for E1039 Core & Analysis Software
PHG4EventActionClearZeroEdep.h
Go to the documentation of this file.
1
#ifndef PHG4EventActionClearZeroEdep_h
2
#define PHG4EventActionClearZeroEdep_h
3
4
#include <
g4main/PHG4EventAction.h
>
5
6
#include <string>
7
#include <set>
8
9
class
G4Event;
10
class
PHCompositeNode
;
11
12
class
PHG4EventActionClearZeroEdep
:
public
PHG4EventAction
13
{
14
15
public
:
16
18
PHG4EventActionClearZeroEdep
(
PHCompositeNode
*topNode,
const
std::string &name);
19
20
void
AddNode
(
const
std::string &name);
21
23
virtual
~PHG4EventActionClearZeroEdep
()
24
{}
25
26
void
EndOfEventAction
(
const
G4Event*);
27
28
private
:
29
30
std::set<std::string> nodename_set;
31
PHCompositeNode
*topNode;
32
33
};
34
35
36
#endif
PHG4EventAction.h
PHCompositeNode
Definition:
PHCompositeNode.h:14
PHG4EventActionClearZeroEdep
Definition:
PHG4EventActionClearZeroEdep.h:13
PHG4EventActionClearZeroEdep::~PHG4EventActionClearZeroEdep
virtual ~PHG4EventActionClearZeroEdep()
destuctor
Definition:
PHG4EventActionClearZeroEdep.h:23
PHG4EventActionClearZeroEdep::AddNode
void AddNode(const std::string &name)
Definition:
PHG4EventActionClearZeroEdep.cc:21
PHG4EventActionClearZeroEdep::EndOfEventAction
void EndOfEventAction(const G4Event *)
Definition:
PHG4EventActionClearZeroEdep.cc:27
PHG4EventActionClearZeroEdep::PHG4EventActionClearZeroEdep
PHG4EventActionClearZeroEdep(PHCompositeNode *topNode, const std::string &name)
constructor
Definition:
PHG4EventActionClearZeroEdep.cc:13
PHG4EventAction
Definition:
PHG4EventAction.h:8
e1039-core
simulation
g4detectors
PHG4EventActionClearZeroEdep.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration