Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
PHG4EventActionClearZeroEdep::AddNode
void AddNode(const std::string &name)
Definition:
PHG4EventActionClearZeroEdep.cc:21
PHG4EventActionClearZeroEdep::~PHG4EventActionClearZeroEdep
virtual ~PHG4EventActionClearZeroEdep()
destuctor
Definition:
PHG4EventActionClearZeroEdep.h:23
PHG4EventActionClearZeroEdep::EndOfEventAction
void EndOfEventAction(const G4Event *)
Definition:
PHG4EventActionClearZeroEdep.cc:27
PHG4EventActionClearZeroEdep
Definition:
PHG4EventActionClearZeroEdep.h:12
PHG4EventAction.h
PHG4EventAction
Definition:
PHG4EventAction.h:7
PHCompositeNode
Definition:
PHCompositeNode.h:14
PHG4EventActionClearZeroEdep::PHG4EventActionClearZeroEdep
PHG4EventActionClearZeroEdep(PHCompositeNode *topNode, const std::string &name)
constructor
Definition:
PHG4EventActionClearZeroEdep.cc:13
e1039-core
simulation
g4detectors
PHG4EventActionClearZeroEdep.h
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:04
using
1.8.5 with
SeaQuest GitHub integration