ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Macros | Typedefs | Variables
AtTpcMap.cxx File Reference
#include "AtTpcMap.h"
#include <FairLogger.h>
#include <Math/Point2D.h>
#include <Rtypes.h>
#include <TH2Poly.h>
#include <TMath.h>
#include <TMathBase.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>
Include dependency graph for AtTpcMap.cxx:

Go to the source code of this file.

Macros

#define BOOST_MULTI_ARRAY_NO_GENERATORS
 

Typedefs

using XYPoint = ROOT::Math::XYPoint
 

Variables

constexpr auto cRED = "\033[1;31m"
 
constexpr auto cYELLOW = "\033[1;33m"
 
constexpr auto cNORMAL = "\033[0m"
 

Macro Definition Documentation

◆ BOOST_MULTI_ARRAY_NO_GENERATORS

#define BOOST_MULTI_ARRAY_NO_GENERATORS

Definition at line 31 of file AtTpcMap.cxx.

Typedef Documentation

◆ XYPoint

using XYPoint = ROOT::Math::XYPoint

Definition at line 34 of file AtTpcMap.cxx.

Variable Documentation

◆ cNORMAL

constexpr auto cNORMAL = "\033[0m"
constexpr

Definition at line 38 of file AtTpcMap.cxx.

◆ cRED

constexpr auto cRED = "\033[1;31m"
constexpr

Definition at line 36 of file AtTpcMap.cxx.

◆ cYELLOW

constexpr auto cYELLOW = "\033[1;33m"
constexpr

Definition at line 37 of file AtTpcMap.cxx.