#include "AtSpecMATMap.h"
#include <FairLogger.h>
#include <Math/Point2D.h>
#include <Rtypes.h>
#include <TAxis.h>
#include <TH2Poly.h>
#include <boost/multi_array/base.hpp>
#include <boost/multi_array/extent_gen.hpp>
#include <boost/multi_array/multi_array_ref.hpp>
#include <boost/multi_array/subarray.hpp>
#include <algorithm>
#include <cmath>
#include <fstream>
#include <iostream>
#include <vector>
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" |
|
◆ XYPoint
using XYPoint = ROOT::Math::XYPoint |
◆ ClassImp()
◆ TrianglesGenerator()
std::vector<double> TrianglesGenerator |
( |
| ) |
|
◆ cNORMAL
constexpr auto cNORMAL = "\033[0m" |
|
constexpr |
◆ cRED
constexpr auto cRED = "\033[1;31m" |
|
constexpr |
◆ cYELLOW
constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |