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