ATLAS Offline Software
PVNotifier.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 PVNotifier_H
6 #define PVNotifier_H
7 
8 #include "G4VNotifier.hh"
9 
11 
15 class PVNotifier : public G4VNotifier
16 {
17  friend class G4GeometryNotifierSvc;
18 
19  public:
20 
21  void NotifyRegistration();
22  void NotifyDeRegistration();
23 
24  private:
25 
27 
29 };
30 
31 #endif
PVNotifier::m_notifierSvc
G4GeometryNotifierSvc * m_notifierSvc
Definition: PVNotifier.h:28
PVNotifier::NotifyRegistration
void NotifyRegistration()
Definition: PVNotifier.cxx:19
G4GeometryNotifierSvc
Definition: G4GeometryNotifierSvc.h:14
PVNotifier
Definition: PVNotifier.h:16
PVNotifier::NotifyDeRegistration
void NotifyDeRegistration()
Definition: PVNotifier.cxx:30
PVNotifier::PVNotifier
PVNotifier(G4GeometryNotifierSvc *)
Definition: PVNotifier.cxx:12