|
1 | | -#ifndef _REveMu2eMainWindow_hh |
2 | | -#define _REveMu2eMainWindow_hh |
| 1 | +#ifndef _MainWindow_hh |
| 2 | +#define _MainWindow_hh |
3 | 3 |
|
4 | 4 | #include <vector> |
5 | 5 | #include <string> |
|
40 | 40 | #include <ROOT/REveTableInfo.hxx> |
41 | 41 | #include <ROOT/REveViewContext.hxx> |
42 | 42 | #include "art/Framework/Principal/Event.h" |
43 | | -#include "Mu2eEventDisplay/inc/DataCollections.hh" |
44 | | -#include "Mu2eEventDisplay/inc/REveMu2eDataInterface.hh" |
45 | | -#include "Mu2eEventDisplay/inc/REveMu2eMCInterface.hh" |
46 | | -#include "Mu2eEventDisplay/inc/REveMu2eGeomUtil.hh" |
| 43 | +#include "EventDisplay/inc/DataCollections.hh" |
| 44 | +#include "EventDisplay/inc/DataInterface.hh" |
| 45 | +#include "EventDisplay/inc/MCInterface.hh" |
| 46 | +#include "EventDisplay/inc/GeomUtil.hh" |
47 | 47 | #include "Offline/StoppingTargetGeom/inc/StoppingTarget.hh" |
48 | 48 |
|
49 | 49 | #include <utility> |
@@ -136,14 +136,14 @@ namespace mu2e { |
136 | 136 | : addCosmicTracks(cosmictracks), addHelices(helices), addTracks(tracks), addCaloDigis(calodigis), addClusters(clusters), addComboHits(combohits), addCRVInfo(crv), addCRVClusters(crvclu), addTimeClusters(timeclusters), addTrkHits(trkhits), addMCTrajectories(mctraj), addSurfaceSteps(surfsteps), addTrkErrBar(errbar), addCrystalDraw(crys), addCRVBars(crvbars) {}; |
137 | 137 | }; |
138 | 138 |
|
139 | | - class REveMu2eMainWindow : public REX::REveElement { |
| 139 | + class MainWindow : public REX::REveElement { |
140 | 140 |
|
141 | 141 | public : |
142 | | - explicit REveMu2eMainWindow() { SetErrorHandler(DefaultErrorHandler); } |
143 | | - virtual ~REveMu2eMainWindow() {} |
| 142 | + explicit MainWindow() { SetErrorHandler(DefaultErrorHandler); } |
| 143 | + virtual ~MainWindow() {} |
144 | 144 | #ifndef __CINT__ |
145 | | - REveMu2eDataInterface *pass_data; |
146 | | - REveMu2eMCInterface *pass_mc; |
| 145 | + DataInterface *pass_data; |
| 146 | + MCInterface *pass_mc; |
147 | 147 |
|
148 | 148 | void makeEveGeoShape(TGeoNode* n, REX::REveTrans& trans, REX::REveElement* holder, int j, bool crys1, bool crys2, std::string name, int color); |
149 | 149 | void changeEveGeoShape(TGeoNode* n, REX::REveTrans& trans, REX::REveElement* holder, int j, bool crys1, bool crys2, std::string name); |
@@ -178,7 +178,7 @@ namespace mu2e { |
178 | 178 | REX::REveViewer *rhoZView = nullptr; |
179 | 179 |
|
180 | 180 | #else |
181 | | - ClassDef(REveMu2eMainWindow, 0); |
| 181 | + ClassDef(MainWindow, 0); |
182 | 182 | #endif |
183 | 183 |
|
184 | 184 | }; |
|
0 commit comments