Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
makeimage.C File Reference
#include <TPad.h>
#include <TIterator.h>
#include <TImage.h>
#include <TCanvas.h>
#include <TStyle.h>
#include <TROOT.h>
#include <TString.h>
#include <TSystem.h>
#include <cstdio>
Include dependency graph for makeimage.C:

Functions

void FindImageInCanvas (TCanvas *C)
void FindImageInPad (TPad *P)
 Generates the ImageName output of the macro MacroName.
void makeimage (const char *MacroName, const char *ImageName, const char *OutDir, bool cp, bool py)

Function Documentation

◆ FindImageInCanvas()

void FindImageInCanvas ( TCanvas * C)

Definition at line 30 of file makeimage.C.

◆ FindImageInPad()

void FindImageInPad ( TPad * P)

Generates the ImageName output of the macro MacroName.

Definition at line 14 of file makeimage.C.

◆ makeimage()

void makeimage ( const char * MacroName,
const char * ImageName,
const char * OutDir,
bool cp,
bool py )

Definition at line 46 of file makeimage.C.