ROOTTools
 
Loading...
Searching...
No Matches
TCanvasTools.hpp File Reference

Contains useful set of functions that simplify work with ROOT's TCanvas objects. More...

#include <string>
#include "TCanvas.h"

Go to the source code of this file.

Namespaces

namespace  ROOTTools
 

Functions

void ROOTTools::PrintCanvas (TCanvas *canv, const std::string &outputFileNameNoExt, const bool printPng=true, const bool compressPdf=true, const bool parallelCompression=true)
 Saves TCanvas in .pdf format and additionaly in .png format if specified.
 

Detailed Description

Contains useful set of functions that simplify work with ROOT's TCanvas objects.

In order to use these functions libTCanvasTools.so must be loaded

This file is a part of a project ROOTTools (https://github.com/Sergeyir/ROOTTools).

Author
Sergei Antsupov (antsu.nosp@m.pov0.nosp@m.124@g.nosp@m.mail.nosp@m..com)