CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimActivityRegistry.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Notification
4 // Class : SimActivityRegistry
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Chris Jones
10 // Created: Sun Nov 13 12:44:58 EST 2005
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 
19 //
20 // constants, enums and typedefs
21 //
22 
23 //
24 // static data member definitions
25 //
26 
27 //
28 // constructors and destructor
29 //
30 //SimActivityRegistry::SimActivityRegistry()
31 //{
32 //}
33 
34 // SimActivityRegistry::SimActivityRegistry(const SimActivityRegistry& rhs)
35 // {
36 // // do actual copying here;
37 // }
38 
39 //SimActivityRegistry::~SimActivityRegistry()
40 //{
41 //}
42 
43 //
44 // assignment operators
45 //
46 // const SimActivityRegistry& SimActivityRegistry::operator=(const SimActivityRegistry& rhs)
47 // {
48 // //An exception safe implementation is
49 // SimActivityRegistry temp(rhs);
50 // swap(rhs);
51 //
52 // return *this;
53 // }
54 
55 //
56 // member functions
57 //
58 void
60 {
67 
71 }
72 //
73 // const member functions
74 //
75 
76 //
77 // static member functions
78 //
EndOfEventSignal endOfEventSignal_
BeginOfRunSignal beginOfRunSignal_
BeginOfJobSignal beginOfJobSignal_
BeginOfEventSignal beginOfEventSignal_
EndOfRunSignal endOfRunSignal_
void connect(Observer< const T * > *iObs)
does not take ownership of memory
Definition: Signaler.h:59
DDDWorldSignal dddWorldSignal_
void connect(SimActivityRegistry &iOther)
forwards our signals to slots connected to iOther
EndOfTrackSignal endOfTrackSignal_
BeginOfTrackSignal beginOfTrackSignal_