#include <cmath>
#include <fstream>
#include <string>
#include <iostream>
#include "TText.h"
#include "TPad.h"
#include "TColor.h"
#include "TGraph.h"
Go to the source code of this file.
|
| namespace | PHENIXTools |
| | Contains all functions and variables that are needed for this project.
|
|
| void | PHENIXTools::DrawPreliminary (const double x, const double y, const double size=0.25) |
| | Draw preliminary logo on a TPad.
|
| void | PHENIXTools::DrawBezierShape (const std::string inputFileName, const double shiftX, const double shiftY, const double scaleX, const double scaleY, const Color_t color) |
| void | PHENIXTools::DrawRectangle (const double x1, const double y1, const double x2, const double y2, const double x3, const double y3, const double x4, const double y4, const double scaleX, const double scaleY, const Color_t color) |
| | Draws rectangle.
|
|
| int | PHENIXTools::uniqueId = 0 |
| | Variable that lets TObjects have unique name so that they will not be overwritten.
|