ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Typedefs | Functions | Variables
AtClusterizeTask.cxx File Reference
#include "AtClusterizeTask.h"
#include "AtClusterize.h"
#include "AtDigiPar.h"
#include "AtSimulatedPoint.h"
#include <FairLogger.h>
#include <FairParSet.h>
#include <FairRootManager.h>
#include <FairRunAna.h>
#include <FairRuntimeDb.h>
#include <FairTask.h>
#include <Math/Point3D.h>
#include <Math/Point3Dfwd.h>
#include <Math/Vector3D.h>
#include <Math/Vector3Dfwd.h>
#include <TClonesArray.h>
#include <TObject.h>
#include <memory>
#include <string>
#include <utility>
Include dependency graph for AtClusterizeTask.cxx:

Go to the source code of this file.

Typedefs

using XYZVector = ROOT::Math::XYZVector
 
using XYZPoint = ROOT::Math::XYZPoint
 

Functions

 ClassImp (AtClusterizeTask)
 

Variables

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

Typedef Documentation

◆ XYZPoint

using XYZPoint = ROOT::Math::XYZPoint

Definition at line 26 of file AtClusterizeTask.cxx.

◆ XYZVector

using XYZVector = ROOT::Math::XYZVector

Definition at line 25 of file AtClusterizeTask.cxx.

Function Documentation

◆ ClassImp()

ClassImp ( AtClusterizeTask  )

Variable Documentation

◆ cBLUE

constexpr auto cBLUE = "\033[1;34m"
constexpr

Definition at line 32 of file AtClusterizeTask.cxx.

◆ cGREEN

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

Definition at line 31 of file AtClusterizeTask.cxx.

◆ cNORMAL

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

Definition at line 30 of file AtClusterizeTask.cxx.

◆ cRED

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

Definition at line 28 of file AtClusterizeTask.cxx.

◆ cYELLOW

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

Definition at line 29 of file AtClusterizeTask.cxx.