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
PHG4SpacalSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4SpacalSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
11
#ifndef G4DETECTORS_PHG4SPACALSTEPPINGACTION_H
12
#define G4DETECTORS_PHG4SPACALSTEPPINGACTION_H
13
14
#include <
g4main/PHG4SteppingAction.h
>
15
16
class
G4Step
;
17
class
PHCompositeNode
;
18
class
PHG4SpacalDetector
;
19
class
PHG4Hit
;
20
class
PHG4HitContainer
;
21
class
PHG4Shower
;
22
23
class
PHG4SpacalSteppingAction
:
public
PHG4SteppingAction
24
{
25
public
:
27
explicit
PHG4SpacalSteppingAction
(
PHG4SpacalDetector
*);
28
30
~PHG4SpacalSteppingAction
()
override
;
31
33
bool
34
UserSteppingAction
(
const
G4Step
*,
bool
)
override
;
35
37
void
38
SetInterfacePointers
(
PHCompositeNode
*)
override
;
39
40
double
41
get_zmin
();
42
43
double
44
get_zmax
();
45
46
private
:
48
PHG4SpacalDetector
*
detector_
;
49
51
PHG4HitContainer
*
hits_
;
52
PHG4HitContainer
*
absorberhits_
;
53
PHG4Hit
*
hit
;
54
PHG4HitContainer
*
savehitcontainer
;
55
PHG4Shower
*
saveshower
;
56
int
savetrackid
;
57
int
savepoststepstatus
;
58
};
59
60
#endif // PHG4VHcalSteppingAction_h
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4SpacalSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:42
using
1.8.2 with
ECCE GitHub integration