ATLAS Offline Software
Loading...
Searching...
No Matches
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
15class PVNotifier : public G4VNotifier
16{
18
19 public:
20
21 void NotifyRegistration();
23
24 private:
25
27
29};
30
31#endif
void NotifyDeRegistration()
void NotifyRegistration()
friend class G4GeometryNotifierSvc
Definition PVNotifier.h:17
G4GeometryNotifierSvc * m_notifierSvc
Definition PVNotifier.h:28
PVNotifier(G4GeometryNotifierSvc *)