ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Variables
AtTrackFinderHC.cxx File Reference
#include "AtTrackFinderHC.h"
#include "AtEvent.h"
#include "AtHit.h"
#include "AtPatternEvent.h"
#include "AtTrack.h"
#include <Math/Point3D.h>
#include <Eigen/Core>
#include <boost/core/checked_delete.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <pcl/PointIndices.h>
#include <pcl/common/io.h>
#include "hc.h"
#include "msd.h"
#include "smoothenCloud.h"
#include <algorithm>
#include <cmath>
#include <iostream>
#include <memory>
#include <utility>
Include dependency graph for AtTrackFinderHC.cxx:

Go to the source code of this file.

Variables

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

Variable Documentation

◆ cGREEN

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

Definition at line 29 of file AtTrackFinderHC.cxx.

◆ cNORMAL

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

Definition at line 28 of file AtTrackFinderHC.cxx.

◆ cRED

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

Definition at line 26 of file AtTrackFinderHC.cxx.

◆ cYELLOW

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

Definition at line 27 of file AtTrackFinderHC.cxx.