CMS 3D CMS Logo

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 // constants, enums and typedefs
20 //
21 
22 //
23 // static data member definitions
24 //
25 
26 //
27 // constructors and destructor
28 //
29 //SimActivityRegistry::SimActivityRegistry()
30 //{
31 //}
32 
33 // SimActivityRegistry::SimActivityRegistry(const SimActivityRegistry& rhs)
34 // {
35 // // do actual copying here;
36 // }
37 
38 //SimActivityRegistry::~SimActivityRegistry()
39 //{
40 //}
41 
42 //
43 // assignment operators
44 //
45 // const SimActivityRegistry& SimActivityRegistry::operator=(const SimActivityRegistry& rhs)
46 // {
47 // //An exception safe implementation is
48 // SimActivityRegistry temp(rhs);
49 // swap(rhs);
50 //
51 // return *this;
52 // }
53 
54 //
55 // member functions
56 //
64 
68 }
69 //
70 // const member functions
71 //
72 
73 //
74 // static member functions
75 //
void connect(Observer< const T *> *iObs)
does not take ownership of memory
Definition: Signaler.h:55
void connect(Observer< const BeginOfJob *> *iObject)
EndOfEventSignal endOfEventSignal_
BeginOfRunSignal beginOfRunSignal_
BeginOfJobSignal beginOfJobSignal_
BeginOfEventSignal beginOfEventSignal_
EndOfRunSignal endOfRunSignal_
DDDWorldSignal dddWorldSignal_
EndOfTrackSignal endOfTrackSignal_
BeginOfTrackSignal beginOfTrackSignal_