15 namespace ActsFatras {
26 outf <<
"l," << p0.x() <<
"," << p0.y() <<
"," << p1.x() <<
"," << p1.y()
37 double phiMax)
const {
38 outf <<
"a," << r <<
"," << r <<
"," << phiMin <<
"," << phiMax <<
"\n";
46 const std::vector<Acts::Vector2>&
vertices,
48 auto nvertices = vertices.size();
49 for (
unsigned long iv = 1; iv < nvertices; ++iv) {
50 writeLine(outf, vertices[iv - 1] + shift, vertices[iv] + shift);
52 writeLine(outf, vertices[nvertices - 1] + shift, vertices[0] + shift);