ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Typedefs | Functions | Variables
AtMap.cxx File Reference
#include "AtMap.h"
#include <FairLogger.h>
#include <Math/Point2D.h>
#include <Rtypes.h>
#include <TCanvas.h>
#include <TDOMParser.h>
#include <TH2Poly.h>
#include <TObject.h>
#include <TStyle.h>
#include <TXMLDocument.h>
#include <TXMLNode.h>
#include <boost/multi_array/base.hpp>
#include <boost/multi_array/extent_gen.hpp>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <iterator>
#include <memory>
#include <utility>
Include dependency graph for AtMap.cxx:

Go to the source code of this file.

Typedefs

using InhibitType = AtMap::InhibitType
 

Functions

std::ostream & operator<< (std::ostream &os, const AtMap::InhibitType &t)
 

Variables

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

Typedef Documentation

◆ InhibitType

Definition at line 30 of file AtMap.cxx.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const AtMap::InhibitType t 
)

Definition at line 31 of file AtMap.cxx.

Variable Documentation

◆ cGREEN

constexpr auto cGREEN = "\033[1;32m"
constexpr

Definition at line 28 of file AtMap.cxx.

◆ cNORMAL

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

Definition at line 27 of file AtMap.cxx.

◆ cRED

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

Definition at line 25 of file AtMap.cxx.

◆ cYELLOW

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

Definition at line 26 of file AtMap.cxx.