ATLAS Offline Software
Simulation
G4Atlas
G4AtlasServices
src
LVNotifier.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LVNotifier_H
6
#define LVNotifier_H
7
8
#include "G4VNotifier.hh"
9
10
class
G4GeometryNotifierSvc
;
11
14
class
LVNotifier
:
public
G4VNotifier
15
{
16
friend
class
G4GeometryNotifierSvc
;
17
18
public
:
19
20
void
NotifyRegistration
();
21
void
NotifyDeRegistration
();
22
23
private
:
24
25
LVNotifier
(
G4GeometryNotifierSvc
*);
26
27
G4GeometryNotifierSvc
*
m_notifierSvc
;
28
};
29
30
#endif
LVNotifier::LVNotifier
LVNotifier(G4GeometryNotifierSvc *)
Definition:
LVNotifier.cxx:12
G4GeometryNotifierSvc
Definition:
G4GeometryNotifierSvc.h:14
LVNotifier::NotifyRegistration
void NotifyRegistration()
Definition:
LVNotifier.cxx:19
LVNotifier
Definition:
LVNotifier.h:15
LVNotifier::m_notifierSvc
G4GeometryNotifierSvc * m_notifierSvc
Definition:
LVNotifier.h:27
LVNotifier::NotifyDeRegistration
void NotifyDeRegistration()
Definition:
LVNotifier.cxx:26
Generated on Fri Jan 10 2025 21:13:43 for ATLAS Offline Software by
1.8.18