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
PHG4EnvelopeSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4EnvelopeSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4ENVELOPESTEPPINGACTION_H
4
#define G4DETECTORS_PHG4ENVELOPESTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step;
9
class
PHCompositeNode
;
10
class
PHG4EnvelopeDetector
;
11
class
PHG4Hit
;
12
class
PHG4HitContainer
;
13
14
class
PHG4EnvelopeSteppingAction
:
public
PHG4SteppingAction
15
{
16
public
:
17
//Constructor
18
explicit
PHG4EnvelopeSteppingAction
(
PHG4EnvelopeDetector
*);
19
20
//Destructor
21
~PHG4EnvelopeSteppingAction
()
override
22
{
23
}
24
25
//Stepping Action
26
bool
UserSteppingAction
(
const
G4Step*,
bool
)
override
;
27
28
//reimplemented from base class
29
void
SetInterfacePointers
(
PHCompositeNode
*)
override
;
30
31
private
:
32
//pointer to the detector
33
PHG4EnvelopeDetector
*
detector_
;
34
35
//pointer to hit container
36
PHG4HitContainer
*
hits_
;
37
PHG4Hit
*
hit
;
38
};
39
40
#endif //PHG4EnvelopeSteppingAction_h
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4EnvelopeSteppingAction.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:12
using
1.8.2 with
sPHENIX GitHub integration