ECCE @ EIC Software
Reference for
ECCE @ 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
PHG4FCalSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4FCalSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4FCALSTEPPINGACTION_H
4
#define G4DETECTORS_PHG4FCALSTEPPINGACTION_H
5
6
#include <Geant4/G4UserSteppingAction.hh>
7
8
class
G4Step
;
9
class
PHCompositeNode
;
10
class
PHG4FCalDetector
;
11
class
PHG4Hit
;
12
class
PHG4HitContainer
;
13
14
class
PHG4FCalSteppingAction
:
public
G4UserSteppingAction
15
{
16
public
:
17
PHG4FCalSteppingAction
(
PHG4FCalDetector
*);
18
virtual
~PHG4FCalSteppingAction
() {}
19
20
virtual
void
UserSteppingAction
(
const
G4Step
*);
21
22
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
23
24
private
:
25
PHG4FCalDetector
*
detector_
;
26
PHG4HitContainer
*
hits_
;
27
PHG4Hit
*
hit
;
28
};
29
30
#endif
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4eiccalos
PHG4FCalSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:47
using
1.8.2 with
ECCE GitHub integration