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
PHG4SpacalPrototype4SteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4SpacalPrototype4SteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
// $$Id: PHG4SpacalPrototype4SteppingAction.h,v 1.1 2014/03/24 01:36:44 jinhuang Exp $$
4
13
#ifndef G4CALOPROTOTYPE_PHG4SPACALPROTOTYPE4STEPPINGACTION_H
14
#define G4CALOPROTOTYPE_PHG4SPACALPROTOTYPE4STEPPINGACTION_H
15
16
#include <
g4main/PHG4SteppingAction.h
>
17
18
class
G4Step;
19
class
PHCompositeNode
;
20
class
PHG4Hit
;
21
class
PHG4HitContainer
;
22
class
PHG4Shower
;
23
class
PHG4SpacalPrototype4Detector
;
24
25
class
PHG4SpacalPrototype4SteppingAction
:
public
PHG4SteppingAction
26
{
27
public
:
29
explicit
PHG4SpacalPrototype4SteppingAction
(
PHG4SpacalPrototype4Detector
*);
30
32
virtual
~PHG4SpacalPrototype4SteppingAction
()
33
{
34
}
35
37
virtual
bool
38
UserSteppingAction
(
const
G4Step *,
bool
);
39
41
virtual
void
42
SetInterfacePointers
(
PHCompositeNode
*);
43
44
double
45
get_zmin
();
46
47
double
48
get_zmax
();
49
50
private
:
52
PHG4SpacalPrototype4Detector
*
detector_
;
53
55
PHG4HitContainer
*
hits_
;
56
PHG4HitContainer
*
absorberhits_
;
57
PHG4Hit
*
hit
;
58
PHG4HitContainer
*
savehitcontainer
;
59
PHG4Shower
*
saveshower
;
60
};
61
62
#endif // PHG4SpacalPrototype4SteppingAction_h
prototype
blob
master
simulation
g4simulation
g4caloprototype
PHG4SpacalPrototype4SteppingAction.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration