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
PHG4FPbScSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4FPbScSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4FPBSCSTEPPINGACTION_H
4
#define G4DETECTORS_PHG4FPBSCSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step;
9
class
PHCompositeNode
;
10
class
PHG4FPbScDetector
;
11
class
PHG4HitContainer
;
12
13
class
PHG4FPbScSteppingAction
:
public
PHG4SteppingAction
14
{
15
public
:
16
PHG4FPbScSteppingAction
(
PHG4FPbScDetector
*);
17
virtual
~PHG4FPbScSteppingAction
() {}
18
19
virtual
bool
UserSteppingAction
(
const
G4Step*,
bool
);
20
21
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
22
23
private
:
24
PHG4FPbScDetector
*
detector_
;
25
PHG4HitContainer
*
hits_
;
26
};
27
28
#endif
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4eiccalos
PHG4FPbScSteppingAction.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:52
using
1.8.2 with
EIC GitHub integration