ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtPulseLineTask.cxx File Reference
#include "AtPulseLineTask.h"
#include "AtMCPoint.h"
#include "AtMap.h"
#include "AtSimulatedLine.h"
#include "AtSimulatedPoint.h"
#include <FairLogger.h>
#include <Math/Vector3D.h>
#include <Math/Vector3Dfwd.h>
#include <TAxis.h>
#include <TClonesArray.h>
#include <TH1.h>
#include <TH2Poly.h>
#include <TMath.h>
#include <TObject.h>
#include <TRandom.h>
#include <algorithm>
#include <memory>
#include <numeric>
#include <utility>
Include dependency graph for AtPulseLineTask.cxx:

Go to the source code of this file.

Functions

 ClassImp (AtPulseLineTask)
 

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 ( AtPulseLineTask  )

Variable Documentation

◆ cGREEN

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

Definition at line 28 of file AtPulseLineTask.cxx.

◆ cNORMAL

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

Definition at line 27 of file AtPulseLineTask.cxx.

◆ cRED

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

Definition at line 25 of file AtPulseLineTask.cxx.

◆ cYELLOW

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

Definition at line 26 of file AtPulseLineTask.cxx.