Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
//
21
//
22
// Original Author:
23
// Created: Tue Nov 22 15:35:11 EST 2005
24
//
25
26
// system include files
27
28
// user include files
29
30
// forward declarations
31
32
class
SimWatcher
33
{
34
35
public
:
36
SimWatcher
() {}
37
virtual
~SimWatcher
() {}
38
39
// ---------- const member functions ---------------------
40
41
// ---------- static member functions --------------------
42
43
// ---------- member functions ---------------------------
44
45
private
:
46
SimWatcher
(
const
SimWatcher
&);
// stop default
47
48
const
SimWatcher
&
operator=
(
const
SimWatcher
&);
// stop default
49
50
// ---------- member data --------------------------------
51
52
};
53
54
55
#endif
SimWatcher
Definition:
SimWatcher.h:32
SimWatcher::SimWatcher
SimWatcher()
Definition:
SimWatcher.h:36
SimWatcher::~SimWatcher
virtual ~SimWatcher()
Definition:
SimWatcher.h:37
SimWatcher::operator=
const SimWatcher & operator=(const SimWatcher &)
Generated for CMSSW Reference Manual by
1.8.5