ATLAS Offline Software
Simulation
G4Utilities
G4DebuggingTools
src
CheckActivation.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CheckActivation.h
"
6
7
#include "G4TransportationManager.hh"
8
#include "G4Navigator.hh"
9
10
namespace
G4UA
11
{
12
13
CheckActivation::CheckActivation
()
14
{
15
}
16
17
void
CheckActivation::BeginOfEventAction
(
const
G4Event*)
18
{
19
G4TransportationManager *tm = G4TransportationManager::GetTransportationManager();
20
tm->GetNavigatorForTracking()->CheckMode(
true
);
21
}
22
23
}
// namespace G4UA
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
G4UA::CheckActivation::BeginOfEventAction
virtual void BeginOfEventAction(const G4Event *) override
Definition:
CheckActivation.cxx:17
CheckActivation.h
G4UA::CheckActivation::CheckActivation
CheckActivation()
Definition:
CheckActivation.cxx:13
Generated on Sun Dec 22 2024 21:08:12 for ATLAS Offline Software by
1.8.18