ROOTTools
 
Loading...
Searching...
No Matches
TCanvasTools.hpp
Go to the documentation of this file.
1
11#ifndef ROOT_TOOLS_TCANVAS_TOOLS_HPP
12#define ROOT_TOOLS_TCANVAS_TOOLS_HPP
13
14#include <string>
15
16#include "TCanvas.h"
17
19namespace ROOTTools
20{
28 void PrintCanvas(TCanvas *canv, const std::string& outputFileNameNoExt,
29 const bool printPng = true, const bool compressPdf = true,
30 const bool parallelCompression = true);
31}
32
33#endif /* ROOT_TOOLS_TCANVAS_TOOLS_HPP */
void 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.
Definition TCanvasTools.cpp:16