Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4ihcal
g4intt
g4jets
g4main
g4micromegas
g4mvtx
PHG4EICMvtxDetector.cc
PHG4EICMvtxDetector.h
PHG4EICMvtxSteppingAction.cc
PHG4EICMvtxSteppingAction.h
PHG4EICMvtxSubsystem.cc
PHG4EICMvtxSubsystem.h
PHG4MvtxCable.h
PHG4MvtxDefs.h
PHG4MvtxDetector.cc
PHG4MvtxDetector.h
PHG4MvtxDigitizer.cc
PHG4MvtxDigitizer.h
PHG4MvtxDisplayAction.cc
PHG4MvtxDisplayAction.h
PHG4MvtxHitReco.cc
PHG4MvtxHitReco.h
PHG4MvtxSteppingAction.cc
PHG4MvtxSteppingAction.h
PHG4MvtxSubsystem.cc
PHG4MvtxSubsystem.h
PHG4MvtxSupport.cc
PHG4MvtxSupport.h
g4ohcal
g4tpc
g4trackfastsim
g4tracking
g4vertex
g4waveformsim
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
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
coresoftware
blob
master
simulation
g4simulation
g4mvtx
PHG4EICMvtxSteppingAction.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:15
using
1.8.2 with
sPHENIX GitHub integration