ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtFitter.cxx File Reference
#include "AtFitter.h"
#include "AtHit.h"
#include "AtHitCluster.h"
#include "AtTrack.h"
#include <Math/Point3D.h>
#include <Math/Vector3D.h>
#include <TMath.h>
#include <algorithm>
#include <cmath>
#include <iostream>
#include <memory>
#include <utility>
Include dependency graph for AtFitter.cxx:

Go to the source code of this file.

Functions

 ClassImp (AtFITTER::AtFitter)
 

Variables

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

Function Documentation

◆ ClassImp()

ClassImp ( AtFITTER::AtFitter  )

Variable Documentation

◆ cGREEN

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

Definition at line 20 of file AtFitter.cxx.

◆ cNORMAL

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

Definition at line 19 of file AtFitter.cxx.

◆ cRED

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

Definition at line 17 of file AtFitter.cxx.

◆ cYELLOW

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

Definition at line 18 of file AtFitter.cxx.