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