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
PHG4EventAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4EventAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4MAIN_PHG4EVENTACTION_H
4
#define G4MAIN_PHG4EVENTACTION_H
5
6
class
G4Event
;
7
class
PHCompositeNode
;
8
9
class
PHG4EventAction
10
{
11
12
public
:
13
PHG4EventAction
(
void
)
14
{}
15
16
virtual
~PHG4EventAction
()
17
{}
18
19
virtual
void
BeginOfEventAction
(
const
G4Event
*) {}
20
21
virtual
void
EndOfEventAction
(
const
G4Event
*) {}
22
24
virtual
void
SetInterfacePointers
(
PHCompositeNode
* ) {}
25
26
virtual
int
ResetEvent
(
PHCompositeNode
*) {
return
0;}
27
28
};
29
30
31
#endif // G4MAIN_PHG4EVENTACTION_H
coresoftware
blob
master
simulation
g4simulation
g4main
PHG4EventAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:44
using
1.8.2 with
ECCE GitHub integration