Skip to content
Snippets Groups Projects
Commit 88e45f78 authored by Noemi Calace's avatar Noemi Calace Committed by Graeme Stewart
Browse files

Adding surface array setting method for AlpineLayer (needed for Tracking)...

Adding surface array setting method for AlpineLayer (needed for Tracking) (TrkGeometryAlpine-00-00-12)

	* Adding surface array setting method for AlpineLayer (needed for Tracking!!)
	* Tagged as TrkGeometryAlpine-00-00-12
parent 689bf58b
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ namespace Trk {
inline void addStave(AlpineStave *stave) { m_staves.push_back(stave); }
inline std::vector<AlpineStave *> &getStaves() { return m_staves; }
std::vector<const Surface*>& getSurfaces();
inline void fillSurfaceArray(Trk::SurfaceArray* surfaceArray) { m_surfaceArray=surfaceArray; }
// 2D root file dump
void dump2D(std::ofstream &fout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment