File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66#include " DD4hep/VolumeManager.h"
77#include " DD4hep/DetElement.h"
88#include " TFile.h"
9+ #include " TGeoShape.h"
10+ #include " TGeoBBox.h"
11+ #include " TPolyLine.h"
912
1013using RVecHits = ROOT::VecOps::RVec<edm4hep::SimTrackerHitData>;
1114using namespace dd4hep ;
@@ -241,8 +244,6 @@ struct getVolumeParametersFromCellID {
241244// -----------------------------------------------------------------------------------------
242245// Helper function to draw shape outline on a canvas
243246// -----------------------------------------------------------------------------------------
244- #include " TPolyLine.h"
245-
246247void drawShapeOutline (const std::vector<std::pair<double , double >>& outline,
247248 int lineColor = kRed ,
248249 int lineWidth = 2 ) {
You can’t perform that action at this time.
0 commit comments