PndMultiCanvasCreator

class PndMultiCanvasCreator : public TObject

Creates new canvasses once the number of histograms per canvas exceeds a setable threshold Automatically distributes any number of histograms to a canvas and creates a new canvas once the number of pads per canvas is reached. In addition it is able to store the canvasses in various formats. The default format is “png”.

Author

Tobias Stockmanns t.stockmanns@fz-juelich.de

Date

2021-05-21

Public Functions

PndMultiCanvasCreator()
virtual ~PndMultiCanvasCreator()
void SelectPad(int padNumber)
void SaveCanvasses()
inline void SetPicPerCan(int val)
inline void SetPrefix(TString val)
inline void SetOutputDir(TString val)
inline void SetOutputFormat(TString val)
inline std::vector<TString> GetOutputFileNames()

OutputFileNames are only available after SaveCanvasses() has been called