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
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