Main Page
Namespaces
Classes
Package Documentation
SimG4Core
Watcher
interface
SimWatcher.h
Go to the documentation of this file.
1
#ifndef Watcher_SimWatcher_h
2
#define Watcher_SimWatcher_h
3
// -*- C++ -*-
4
//
5
// Package: Watcher
6
// Class : SimWatcher
7
//
22
//
23
// Original Author:
24
// Created: Tue Nov 22 15:35:11 EST 2005
25
//
26
27
// system include files
28
29
// user include files
30
31
// forward declarations
32
33
class
SimWatcher
{
34
public
:
35
SimWatcher
() {}
36
virtual
~SimWatcher
() {}
37
38
// ---------- const member functions ---------------------
39
40
// ---------- static member functions --------------------
41
42
// ---------- member functions ---------------------------
43
44
private
:
45
SimWatcher
(
const
SimWatcher
&) =
delete
;
// stop default
46
47
const
SimWatcher
&
operator=
(
const
SimWatcher
&) =
delete
;
// stop default
48
49
// ---------- member data --------------------------------
50
};
51
52
#endif
SimWatcher::operator=
const SimWatcher & operator=(const SimWatcher &)=delete
SimWatcher
Definition:
SimWatcher.h:33
SimWatcher::SimWatcher
SimWatcher()
Definition:
SimWatcher.h:35
SimWatcher::~SimWatcher
virtual ~SimWatcher()
Definition:
SimWatcher.h:36
Generated for CMSSW Reference Manual by
1.8.11