ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Utilities
G4UserActions
src
StoppedParticleAction.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4UserActions_StoppedParticleAction_h
6
#define G4UserActions_StoppedParticleAction_h
7
8
#include <string>
9
10
#include "G4UserSteppingAction.hh"
11
#include "
AthenaBaseComps/AthMessaging.h
"
12
13
class
TrackFastSimSD
;
14
15
namespace
G4UA
16
{
17
19
class
StoppedParticleAction
:
public
AthMessaging
,
public
G4UserSteppingAction
20
{
21
public
:
22
StoppedParticleAction
();
23
virtual
void
UserSteppingAction
(
const
G4Step*)
override
;
24
private
:
25
TrackFastSimSD
*
m_fsSD
;
26
bool
m_init
;
27
};
// class StoppedParticleAction
28
29
}
// namespace G4UA
30
31
#endif
AthMessaging.h
AthMessaging::AthMessaging
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
Definition
AthMessaging.cxx:13
G4UA::StoppedParticleAction::m_init
bool m_init
Definition
StoppedParticleAction.h:26
G4UA::StoppedParticleAction::StoppedParticleAction
StoppedParticleAction()
Definition
StoppedParticleAction.cxx:33
G4UA::StoppedParticleAction::m_fsSD
TrackFastSimSD * m_fsSD
Definition
StoppedParticleAction.h:25
G4UA::StoppedParticleAction::UserSteppingAction
virtual void UserSteppingAction(const G4Step *) override
Definition
StoppedParticleAction.cxx:40
TrackFastSimSD
Definition
TrackFastSimSD.h:24
G4UA
for nSW
Definition
CalibrationDefaultProcessing.h:19
Generated on
for ATLAS Offline Software by
1.14.0