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 // $Id: SimActivityRegistry.cc,v 1.2 2005/11/21 22:01:21 chrjones Exp $
12 //
13 
14 // system include files
15 
16 // user include files
18 
19 
20 //
21 // constants, enums and typedefs
22 //
23 
24 //
25 // static data member definitions
26 //
27 
28 //
29 // constructors and destructor
30 //
31 //SimActivityRegistry::SimActivityRegistry()
32 //{
33 //}
34 
35 // SimActivityRegistry::SimActivityRegistry(const SimActivityRegistry& rhs)
36 // {
37 // // do actual copying here;
38 // }
39 
40 //SimActivityRegistry::~SimActivityRegistry()
41 //{
42 //}
43 
44 //
45 // assignment operators
46 //
47 // const SimActivityRegistry& SimActivityRegistry::operator=(const SimActivityRegistry& rhs)
48 // {
49 // //An exception safe implementation is
50 // SimActivityRegistry temp(rhs);
51 // swap(rhs);
52 //
53 // return *this;
54 // }
55 
56 //
57 // member functions
58 //
59 void
61 {
68 
72 }
73 //
74 // const member functions
75 //
76 
77 //
78 // static member functions
79 //
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:60
DDDWorldSignal dddWorldSignal_
void connect(SimActivityRegistry &iOther)
forwards our signals to slots connected to iOther
EndOfTrackSignal endOfTrackSignal_
BeginOfTrackSignal beginOfTrackSignal_