EIC Software
Reference for
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
PHG4mRICHSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4mRICHSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4MRICHSTEPPINGACTION_H
4
#define G4DETECTORS_PHG4MRICHSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
#include <string>
// for string
9
10
class
G4Step;
11
class
G4VPhysicalVolume;
12
class
PHCompositeNode
;
13
class
PHG4mRICHDetector
;
14
class
PHG4Hit
;
15
class
PHG4HitContainer
;
16
class
PHParameters
;
17
class
PHG4Shower
;
18
19
class
PHG4mRICHSteppingAction
:
public
PHG4SteppingAction
20
{
21
public
:
23
PHG4mRICHSteppingAction
(
PHG4mRICHDetector
* detector,
PHParameters
* params);
24
26
virtual
~PHG4mRICHSteppingAction
();
27
29
virtual
bool
UserSteppingAction
(
const
G4Step*,
bool
);
30
32
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
33
34
private
:
36
PHG4mRICHDetector
*
detector_
;
37
38
//detector parameters
39
// int active;
40
int
IsBlackHole
;
41
// int use_g4_steps;
42
std::string
detectorname
;
43
std::string
superdetector
;
44
46
PHG4HitContainer
*
hits_
;
47
PHG4HitContainer
*
absorberhits_
;
48
PHG4Hit
*
hit
;
49
PHG4HitContainer
*
savehitcontainer
;
50
PHG4Shower
*
saveshower
;
51
int
savetrackid
;
52
int
savepoststepstatus
;
53
54
int
GetModuleID
(G4VPhysicalVolume*
volume
);
55
};
56
57
#endif // PHG4mRICHSteppingAction_h
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4mrich
PHG4mRICHSteppingAction.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:53
using
1.8.2 with
EIC GitHub integration