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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
blob
master
analysis
reconstruction
simulation
g4simulation
g4b0
g4b0ecal
g4barrelmmg
g4beastmagnet
g4bwd
g4drcalo
g4drich
g4eiccalos
g4eicdirc
g4etof
g4jleic
g4lblvtx
g4lumi
g4mrich
g4rich
ePHENIXRICHConstruction.cc
ePHENIXRICHConstruction.h
PHG4RICHDetector.cc
PHG4RICHDetector.h
PHG4RICHDisplayAction.cc
PHG4RICHDisplayAction.h
PHG4RICHSteppingAction.cc
PHG4RICHSteppingAction.h
PHG4RICHSubsystem.cc
PHG4RICHSubsystem.h
g4rp
g4trd
g4ttl
g4zdc
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4RICHSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4RICHSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
// $$Id: PHG4RICHSteppingAction.h,v 1.4 2013/12/22 19:33:38 nfeege Exp $$
4
13
#ifndef G4DETECTORS_PHG4RICHSTEPPINGACTION_H
14
#define G4DETECTORS_PHG4RICHSTEPPINGACTION_H
15
16
#include <Geant4/G4UserSteppingAction.hh>
17
18
#include <Geant4/G4OpBoundaryProcess.hh>
19
20
class
G4Step
;
21
class
PHCompositeNode
;
22
class
PHG4RICHDetector
;
23
class
PHG4Hit
;
24
class
PHG4HitContainer
;
25
42
class
PHG4RICHSteppingAction
:
public
G4UserSteppingAction
43
{
44
public
:
45
PHG4RICHSteppingAction
(
PHG4RICHDetector
*);
46
virtual
~PHG4RICHSteppingAction
() {}
47
48
virtual
void
UserSteppingAction
(
const
G4Step
*);
49
50
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
51
52
private
:
53
bool
MakeHit
(
const
G4Step
* aStep);
54
55
PHG4RICHDetector
*
detector_
;
56
PHG4HitContainer
*
hits_
;
57
PHG4Hit
*
hit
;
58
59
G4OpBoundaryProcessStatus
fExpectedNextStatus
;
60
};
61
62
#endif
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4rich
PHG4RICHSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:48
using
1.8.2 with
ECCE GitHub integration