ATLAS Offline Software
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 
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 
26 
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