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
PHG4CEmcTestBeamSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4CEmcTestBeamSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4CEMCTESTBEAMSTEPPINGACTION_H
4
#define G4DETECTORS_PHG4CEMCTESTBEAMSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step
;
9
class
PHCompositeNode
;
10
class
PHG4CEmcTestBeamDetector
;
11
class
PHG4Hit
;
12
class
PHG4HitContainer
;
13
14
class
PHG4CEmcTestBeamSteppingAction
:
public
PHG4SteppingAction
15
{
16
17
public
:
18
20
PHG4CEmcTestBeamSteppingAction
(
PHG4CEmcTestBeamDetector
* );
21
23
~PHG4CEmcTestBeamSteppingAction
()
override
24
{}
25
27
bool
UserSteppingAction
(
const
G4Step
*,
bool
)
override
;
28
30
void
SetInterfacePointers
(
PHCompositeNode
* )
override
;
31
32
private
:
33
35
PHG4CEmcTestBeamDetector
*
detector_
;
36
38
PHG4HitContainer
*
hits_
;
39
PHG4HitContainer
*
absorberhits_
;
40
PHG4Hit
*
hit
;
41
};
42
43
44
#endif // PHG4CEmcTestBeamSteppingAction_h
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4CEmcTestBeamSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:40
using
1.8.2 with
ECCE GitHub integration