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. | |
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).