LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IonizationAndScintillationAction.h
Go to the documentation of this file.
1
11
#ifndef LARG4_IONIZATIONANDSCINTILLATIONACTION_H
12
#define LARG4_IONIZATIONANDSCINTILLATIONACTION_H
13
14
#include "
nug4/G4Base/UserAction.h
"
15
16
// Forward declarations.
17
class
G4Step;
18
19
namespace
larg4
{
20
21
class
IonizationAndScintillationAction
:
public
g4b::UserAction
{
22
public
:
23
// Standard constructors and destructors;
24
IonizationAndScintillationAction
();
25
virtual
~IonizationAndScintillationAction
();
26
27
// UserActions method that we'll override, to obtain access to
28
// Geant4's steps
29
virtual
void
SteppingAction
(
const
G4Step*);
30
31
private
:
32
};
33
34
}
// namespace LArG4
35
36
#endif // LARG4_IONIZATIONANDSCINTILLATIONACTION_H
larg4::IonizationAndScintillationAction
Definition:
IonizationAndScintillationAction.h:21
larg4
Geant4 interface.
Definition:
CheckAuxDetHit_module.cc:25
UserAction.h
see below
larg4::IonizationAndScintillationAction::SteppingAction
virtual void SteppingAction(const G4Step *)
G4UserSteppingAction interface.
Definition:
IonizationAndScintillationAction.cxx:25
larg4::IonizationAndScintillationAction::IonizationAndScintillationAction
IonizationAndScintillationAction()
Definition:
IonizationAndScintillationAction.cxx:16
g4b::UserAction
Definition:
UserAction.h:56
larg4::IonizationAndScintillationAction::~IonizationAndScintillationAction
virtual ~IonizationAndScintillationAction()
Definition:
IonizationAndScintillationAction.cxx:20
larsim
v09_43_00
source
larsim
LegacyLArG4
IonizationAndScintillationAction.h
Generated on Thu May 2 2024 20:59:51 for LArSoft by
1.8.11