ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace G4UA
11{
12
16
18 {
19 G4TransportationManager *tm = G4TransportationManager::GetTransportationManager();
20 tm->GetNavigatorForTracking()->CheckMode(true);
21 }
22
23} // namespace G4UA
virtual void BeginOfEventAction(const G4Event *) override