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
PHG4EICMvtxSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4EICMvtxSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4MVTX_PHG4EICMVTXSTEPPINGACTION_H
4
#define G4MVTX_PHG4EICMVTXSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step;
9
class
PHCompositeNode
;
10
class
PHG4EICMvtxDetector
;
11
class
PHG4Hit
;
12
class
PHG4HitContainer
;
13
class
PHG4Shower
;
14
15
class
PHG4EICMvtxSteppingAction
:
public
PHG4SteppingAction
16
{
17
public
:
19
PHG4EICMvtxSteppingAction
(
PHG4EICMvtxDetector
*);
20
22
~PHG4EICMvtxSteppingAction
()
override
;
23
25
bool
UserSteppingAction
(
const
G4Step *,
bool
)
override
;
26
28
void
SetInterfacePointers
(
PHCompositeNode
*)
override
;
29
30
private
:
32
PHG4EICMvtxDetector
*
m_Detector
;
33
35
PHG4HitContainer
*
m_HitContainer
;
36
PHG4HitContainer
*
m_AbsorberhitContainer
;
37
PHG4Hit
*
m_Hit
;
38
PHG4Shower
*
m_SaveShower
;
39
};
40
41
#endif // G4MVTX_PHG4VMVTXSTEPPINGACTION_EIC_H
fun4all_coresoftware
blob
master
simulation
g4simulation
g4mvtx
PHG4EICMvtxSteppingAction.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:50
using
1.8.2 with
EIC GitHub integration