CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSGConnector.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Core
4 // Class : CSGConnector
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Chris Jones
10 // Created: Thu May 29 20:58:15 CDT 2008
11 // $Id: CSGConnector.cc,v 1.5 2010/06/18 10:17:14 yana Exp $
12 //
13 
14 // system include files
15 
16 // user include files
19 
20 ClassImp(CSGConnector)
21 
22 //
23 // constants, enums and typedefs
24 //
25 
26 //
27 // static data member definitions
28 //
29 
30 //
31 // constructors and destructor
32 //
33 //CSGConnector::CSGConnector()
34 //{
35 //}
36 
37 // CSGConnector::CSGConnector(const CSGConnector& rhs)
38 // {
39 // // do actual copying here;
40 // }
41 
42 //CSGConnector::~CSGConnector()
43 //{
44 //}
45 
46 //
47 // assignment operators
48 //
49 // const CSGConnector& CSGConnector::operator=(const CSGConnector& rhs)
50 // {
51 // //An exception safe implementation is
52 // CSGConnector temp(rhs);
53 // swap(rhs);
54 //
55 // return *this;
56 // }
57 
58 //
59 // member functions
60 //
61 void CSGConnector::handleMenu(Int_t entry) {
62  m_supervisor->activateMenuEntry(entry);
63 }
64 
67 }
68 
69 //
70 // const member functions
71 //
72 
73 //
74 // static member functions
75 //
CSGActionSupervisor * m_supervisor
Definition: CSGConnector.h:50
std::pair< std::string, MonitorElement * > entry
Definition: ME_MAP.h:8
void handleToolBar(Int_t entry)
Definition: CSGConnector.cc:65
Bool_t activateToolBarEntry(int entry)