Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:41

0001 // -*- C++ -*-
0002 //
0003 // Package:     cmsShow36
0004 // Class  :     FWISpyView
0005 //
0006 // Implementation:
0007 //     [Notes on implementation]
0008 //
0009 // Original Author:  Alja Mrak-Tadel
0010 //         Created:  Wed Apr  7 14:40:31 CEST 2010
0011 //
0012 
0013 // system include files
0014 
0015 // user include files
0016 #include "TGLViewer.h"
0017 #include "Fireworks/Core/interface/CmsShowViewPopup.h"
0018 #include "Fireworks/Core/interface/FWISpyView.h"
0019 #include "Fireworks/Core/interface/Context.h"
0020 #include "TEveBoxSet.h"
0021 #include "TEveScene.h"
0022 #include "TEveManager.h"
0023 
0024 //
0025 // constants, enums and typedefs
0026 //
0027 
0028 //
0029 // static data member definitions
0030 //
0031 
0032 //
0033 // constructors and destructor
0034 //
0035 FWISpyView::FWISpyView(TEveWindowSlot* slot, FWViewType::EType typeId, unsigned int version)
0036     : FW3DViewBase(slot, typeId, version) {}
0037 
0038 // FWISpyView::FWISpyView(const FWISpyView& rhs)
0039 // {
0040 //    // do actual copying here;
0041 // }
0042 
0043 FWISpyView::~FWISpyView() {}
0044 
0045 void FWISpyView::setContext(const fireworks::Context& x) { FW3DViewBase::setContext(x); }
0046 
0047 void FWISpyView::populateController(ViewerParameterGUI& gui) const { FW3DViewBase::populateController(gui); }