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
PHG4MvtxSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4MvtxSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4MVTX_PHG4VMVTXSTEPPINGACTION_H
4
#define G4MVTX_PHG4VMVTXSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step;
9
class
PHCompositeNode
;
10
class
PHG4MvtxDetector
;
11
class
PHG4Hit
;
12
class
PHG4HitContainer
;
13
class
PHG4Shower
;
14
class
PHParametersContainer
;
15
16
class
PHG4MvtxSteppingAction
:
public
PHG4SteppingAction
17
{
18
public
:
20
PHG4MvtxSteppingAction
(
PHG4MvtxDetector
*
detector
,
PHParametersContainer
*paramscont);
21
23
~PHG4MvtxSteppingAction
()
override
;
24
26
bool
UserSteppingAction
(
const
G4Step *,
bool
)
override
;
27
29
void
SetInterfacePointers
(
PHCompositeNode
*)
override
;
30
31
void
SetHitNodeName
(
const
std::string
&
type
,
const
std::string
&
name
)
override
;
32
33
private
:
35
PHG4MvtxDetector
*
m_Detector
{
nullptr
};
36
38
PHG4HitContainer
*
m_HitContainer
{
nullptr
};
39
PHG4HitContainer
*
m_SupportHitContainer
{
nullptr
};
40
PHG4HitContainer
*
m_SaveHitContainer
{
nullptr
};
41
PHG4Hit
*
m_Hit
{
nullptr
};
42
PHG4Shower
*
m_SaveShower
{
nullptr
};
43
44
int
m_SupportActiveFlag
{0};
45
int
m_BlackHoleFlag
{0};
46
47
std::string
m_HitNodeName
;
48
std::string
m_SupportNodeName
;
49
};
50
51
#endif // G4MVTX_PHG4VMVTXSTEPPINGACTION_H
coresoftware
blob
master
simulation
g4simulation
g4mvtx
PHG4MvtxSteppingAction.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:16
using
1.8.2 with
sPHENIX GitHub integration