ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Typedefs | Functions | Variables
AtTpcProtoMap.cxx File Reference
#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>
Include dependency graph for AtTpcProtoMap.cxx:

Go to the source code of this file.

Typedefs

using XYPoint = ROOT::Math::XYPoint
 

Functions

 ClassImp (AtTpcProtoMap)
 

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

◆ XYPoint

using XYPoint = ROOT::Math::XYPoint

Definition at line 30 of file AtTpcProtoMap.cxx.

Function Documentation

◆ ClassImp()

ClassImp ( AtTpcProtoMap  )

Variable Documentation

◆ cGREEN

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

Definition at line 29 of file AtTpcProtoMap.cxx.

◆ cNORMAL

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

Definition at line 28 of file AtTpcProtoMap.cxx.

◆ cRED

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

Definition at line 26 of file AtTpcProtoMap.cxx.

◆ cYELLOW

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

Definition at line 27 of file AtTpcProtoMap.cxx.