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
class
SimWatcher
{
28
public
:
29
SimWatcher
() {}
30
virtual
~SimWatcher
() {}
31
32
SimWatcher
(
const
SimWatcher
&) =
delete
;
33
const
SimWatcher
&
operator=
(
const
SimWatcher
&) =
delete
;
34
};
35
36
#endif
SimWatcher::~SimWatcher
virtual ~SimWatcher()
Definition:
SimWatcher.h:30
SimWatcher
Definition:
SimWatcher.h:27
SimWatcher::operator=
const SimWatcher & operator=(const SimWatcher &)=delete
SimWatcher::SimWatcher
SimWatcher()
Definition:
SimWatcher.h:29
Generated for CMSSW Reference Manual by
1.8.16