Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TEveGeoShape header #30303

Merged
merged 2 commits into from Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Fireworks/Calo/plugins/FWMETProxyBuilder.cc
Expand Up @@ -12,6 +12,7 @@

// system include files
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveScalableStraightLineSet.h"
#include "TGeoTube.h"
#include "TMath.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Calo/src/FWTauProxyBuilderBase.cc
Expand Up @@ -16,6 +16,7 @@
#include "TGeoTube.h"
#include "TEveJetCone.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveScalableStraightLineSet.h"
#include "TEveTrack.h"

Expand Down
1 change: 1 addition & 0 deletions Fireworks/Core/src/BuilderUtils.cc
Expand Up @@ -12,6 +12,7 @@
#include "TEveStraightLineSet.h"
#include "TEveTrans.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"

#include <cmath>
#include <ctime>
Expand Down
3 changes: 2 additions & 1 deletion Fireworks/Core/src/FW3DViewGeometry.cc
Expand Up @@ -17,6 +17,7 @@

#include "TEveManager.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveCompound.h"

#include "Fireworks/Core/interface/FW3DViewGeometry.h"
Expand Down Expand Up @@ -449,4 +450,4 @@ void FW3DViewGeometry::showHGCalHSc(bool showHGCalHSc) {
m_HGCalHScElements->SetRnrState(showHGCalHSc);
gEve->Redraw3D();
}
}
}
3 changes: 2 additions & 1 deletion Fireworks/Core/src/FWEveOverlap.cc
@@ -1,5 +1,6 @@
#include "Fireworks/Core/src/FWEveOverlap.h"
#include "TGeoOverlap.h"
#include "TEveGeoShape.h"
#include "Fireworks/Core/src/FWOverlapTableView.h"
#include "Fireworks/Core/src/FWOverlapTableManager.h"
#include "Fireworks/Core/interface/FWGeometryTableViewManager.h"
Expand Down Expand Up @@ -114,4 +115,4 @@ void FWEveOverlap::popupMenu(int x, int y, TGLViewer* v) {

if (nodePopup)
nodePopup->Connect("Activated(Int_t)", "FWOverlapTableView", m_browser, "chosenItem(Int_t)");
}
}
1 change: 1 addition & 0 deletions Fireworks/Core/src/FWGeometry.cc
@@ -1,6 +1,7 @@
#include "TFile.h"
#include "TTree.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TPRegexp.h"
#include "TSystem.h"
#include "TGeoArb8.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Core/src/FWGlimpseView.cc
Expand Up @@ -27,6 +27,7 @@
#include "TEveTrans.h"
#include "TGeoTube.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"

// user include files
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Core/src/FWRPZViewGeometry.cc
Expand Up @@ -23,6 +23,7 @@
#include "TEvePointSet.h"
#include "TEveStraightLineSet.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveManager.h"
#include "TEveProjectionManager.h"

Expand Down
2 changes: 1 addition & 1 deletion Fireworks/Core/src/FWViewGeometryList.cc
Expand Up @@ -14,7 +14,7 @@
#include "TEveScene.h"
#include "TEveManager.h"
#include "TEveCompound.h"

#include "TEveGeoShape.h"
#include "Fireworks/Core/interface/FWViewGeometryList.h"
#include "Fireworks/Core/interface/FWGeometry.h"
#include "Fireworks/Core/interface/Context.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Electrons/src/makeSuperCluster.cc
Expand Up @@ -12,6 +12,7 @@

// system include files
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TGeoBBox.h"
#include "TGeoTube.h"

Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/plugins/FWCSCSegmentProxyBuilder.cc
Expand Up @@ -11,6 +11,7 @@
//

#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"
#include "TGeoArb8.h"

Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/plugins/FWDTSegmentProxyBuilder.cc
Expand Up @@ -11,6 +11,7 @@
//

#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"
#include "TEvePointSet.h"
#include "TGeoArb8.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/plugins/FWGEMRecHitProxyBuilder.cc
Expand Up @@ -11,6 +11,7 @@
//

#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"

#include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/plugins/FWGEMSegmentProxyBuilder.cc
@@ -1,4 +1,5 @@
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"
#include "TGeoArb8.h"

Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/plugins/FWME0RecHitProxyBuilder.cc
@@ -1,4 +1,5 @@
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"

#include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/plugins/FWME0SegmentProxyBuilder.cc
@@ -1,4 +1,5 @@
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"
#include "TGeoArb8.h"
#include "TEvePointSet.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/plugins/FWRPCRecHitProxyBuilder.cc
Expand Up @@ -9,6 +9,7 @@
//

#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveStraightLineSet.h"

#include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Muons/src/FWMuonBuilder.cc
Expand Up @@ -8,6 +8,7 @@
#include "TEveTrack.h"
#include "TEveStraightLineSet.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TGeoArb8.h"

#include "Fireworks/Core/interface/FWEventItem.h"
Expand Down
Expand Up @@ -6,7 +6,7 @@
//

#include "TEveGeoNode.h"

#include "TEveGeoShape.h"
#include "Fireworks/Core/interface/FWProxyBuilderBase.h"
#include "Fireworks/Core/interface/FWEventItem.h"
#include "Fireworks/Core/interface/FWGeometry.h"
Expand Down
Expand Up @@ -9,7 +9,7 @@
//

#include "TEveGeoNode.h"

#include "TEveGeoShape.h"
#include "Fireworks/Core/interface/FWProxyBuilderBase.h"
#include "Fireworks/Core/interface/FWEventItem.h"
#include "Fireworks/Core/interface/FWGeometry.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Tracks/plugins/FWSiStripClusterProxyBuilder.cc
Expand Up @@ -4,6 +4,7 @@
#include "TEveGeoNode.h"
#include "TEveLine.h"
#include "TEveCompound.h"
#include "TEveGeoShape.h"

#include "Fireworks/Core/interface/fwLog.h"
#include "Fireworks/Core/interface/FWSimpleProxyBuilderTemplate.h"
Expand Down
Expand Up @@ -10,6 +10,7 @@
#include "TGeoSphere.h"
#include "TGeoMatrix.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveVSDStructs.h"

#include "Fireworks/Candidates/interface/CandidateUtils.h"
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Vertices/plugins/FWSecVertexProxyBuilder.cc
Expand Up @@ -10,6 +10,7 @@
#include "TGeoSphere.h"
#include "TGeoMatrix.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveVSDStructs.h"

// include files
Expand Down
Expand Up @@ -35,6 +35,7 @@
#include "TEveBoxSet.h"
#include "TGeoSphere.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveVSDStructs.h"

class FWVertexCandidateProxyBuilder : public FWSimpleProxyBuilderTemplate<reco::VertexCompositePtrCandidate> {
Expand Down
1 change: 1 addition & 0 deletions Fireworks/Vertices/plugins/FWVertexProxyBuilder.cc
Expand Up @@ -35,6 +35,7 @@
#include "TEveBoxSet.h"
#include "TGeoSphere.h"
#include "TEveGeoNode.h"
#include "TEveGeoShape.h"
#include "TEveVSDStructs.h"

class FWVertexProxyBuilder : public FWSimpleProxyBuilderTemplate<reco::Vertex> {
Expand Down
Expand Up @@ -3,6 +3,7 @@

#include <map>
#include <algorithm>
#include <vector>
#include <boost/range.hpp>
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"
#include <cstdint>
Expand Down