Skip to content

Commit 09ba5a7

Browse files
Copilotsimonge
andcommitted
Add missing TGeo and TPolyLine includes to shared_functions.h
Co-authored-by: simonge <[email protected]>
1 parent 6955884 commit 09ba5a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

benchmarks/beamline/shared_functions.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
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

1013
using RVecHits = ROOT::VecOps::RVec<edm4hep::SimTrackerHitData>;
1114
using 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-
246247
void drawShapeOutline(const std::vector<std::pair<double, double>>& outline,
247248
int lineColor = kRed,
248249
int lineWidth = 2) {

0 commit comments

Comments
 (0)