ATLAS Offline Software
Loading...
Searching...
No Matches
G4GeometryNotifierSvc.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#include "PVNotifier.h"
8#include "LVNotifier.h"
9
10G4GeometryNotifierSvc::G4GeometryNotifierSvc( const std::string& name, ISvcLocator* pSvcLocator )
11 : base_class(name,pSvcLocator)
12{
13 ATH_MSG_DEBUG( "G4GeometryNotifierSvc being created!" );
14}
15
21
24 {
25 ATH_MSG_DEBUG( "Notifiers being instantiated " );
28 }
29
30 ATH_MSG_DEBUG( "G4GeometryNotifierSvc initialized!!!" );
31 return StatusCode::SUCCESS;
32}
33
35 ATH_MSG_DEBUG( "G4GeometryNotifierSvc being finalized!!!" );
36 return StatusCode::SUCCESS;
37}
#define ATH_MSG_DEBUG(x)
G4GeometryNotifierSvc(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize() override final
Gaudi::Property< bool > m_activatePVNotifier
StatusCode finalize() override final
Gaudi::Property< bool > m_activateLVNotifier
Notifier class to prepend detector name to all G4 Physical Volumes Only to be used by the G4GeometryN...
Definition PVNotifier.h:16