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
PHG4HcalPrototypeSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4HcalPrototypeSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
// This is the steppingaction heaer file for the hcal prototype
4
// created on 1/27/2014, Liang, HeXC
5
//
6
#ifndef G4CALOPROTOTYPE_PHG4HCALPROTOTYPESTEPPINGACTION_H
7
#define G4CALOPROTOTYPE_PHG4HCALPROTOTYPESTEPPINGACTION_H
8
9
#include "
g4main/PHG4SteppingAction.h
"
10
11
class
G4Step;
12
class
PHCompositeNode
;
13
class
PHG4HcalPrototypeDetector
;
14
class
PHG4Hit
;
15
class
PHG4HitContainer
;
16
17
class
PHG4HcalPrototypeSteppingAction
:
public
PHG4SteppingAction
18
{
19
20
public
:
21
23
PHG4HcalPrototypeSteppingAction
(
PHG4HcalPrototypeDetector
* );
24
26
virtual
~PHG4HcalPrototypeSteppingAction
()
27
{}
28
30
virtual
bool
UserSteppingAction
(
const
G4Step*,
bool
);
31
33
virtual
void
SetInterfacePointers
(
PHCompositeNode
* );
34
35
private
:
36
38
PHG4HcalPrototypeDetector
*
detector_
;
39
41
PHG4HitContainer
*
hits_
;
42
PHG4HitContainer
*
absorberhits_
;
43
PHG4Hit
*
hit
;
44
};
45
46
47
#endif // PHG4HcalPrototypeSteppingAction_h
prototype
blob
master
simulation
g4simulation
g4caloprototype
PHG4HcalPrototypeSteppingAction.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration