#include "AtTpcProtoMap.h"
#include <Math/Point2D.h>
#include <Rtypes.h>
#include <TCollection.h>
#include <TDirectory.h>
#include <TFile.h>
#include <TH2Poly.h>
#include <TKey.h>
#include <TMultiGraph.h>
#include <TObject.h>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <memory>
#include <utility>
Go to the source code of this file.
|
| using | XYPoint = ROOT::Math::XYPoint |
| |
|
| constexpr auto | cRED = "\033[1;31m" |
| |
| constexpr auto | cYELLOW = "\033[1;33m" |
| |
| constexpr auto | cNORMAL = "\033[0m" |
| |
| constexpr auto | cGREEN = "\033[1;32m" |
| |
◆ XYPoint
| using XYPoint = ROOT::Math::XYPoint |
◆ ClassImp()
◆ cGREEN
| constexpr auto cGREEN = "\033[1;32m" |
|
constexpr |
◆ cNORMAL
| constexpr auto cNORMAL = "\033[0m" |
|
constexpr |
◆ cRED
| constexpr auto cRED = "\033[1;31m" |
|
constexpr |
◆ cYELLOW
| constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |