Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SvgUtils.hpp File Reference
#include "Acts/Definitions/Algebra.hpp"
#include <actsvg/meta.hpp>
#include <array>
#include <fstream>
#include <string>
#include <tuple>
#include <vector>
+ Include dependency graph for SvgUtils.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Acts::Svg::Style
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Svg
 

Functions

static actsvg::svg::object Acts::Svg::group (const std::vector< actsvg::svg::object > &objects, const std::string &name)
 
static actsvg::svg::object Acts::Svg::measure (ActsScalar xStart, ActsScalar yStart, ActsScalar xEnd, ActsScalar yEnd, const std::string &variable="", ActsScalar value=0., const std::string &unit="")
 
static actsvg::svg::object Acts::Svg::axesXY (ActsScalar xMin, ActsScalar xMax, ActsScalar yMin, ActsScalar yMax)
 
static actsvg::svg::object Acts::Svg::infoBox (ActsScalar xPos, ActsScalar yPos, const std::string &title, const std::vector< std::string > &info, const Style &infoBoxStyle, const actsvg::svg::object &object)
 
static void Acts::Svg::toFile (const std::vector< actsvg::svg::object > &objects, const std::string &fileName)