ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Variables
AtTpc.cxx File Reference
#include "AtTpc.h"
#include "AtDetectorList.h"
#include "AtMCPoint.h"
#include "AtStack.h"
#include "AtVertexPropagator.h"
#include <FairDetector.h>
#include <FairLogger.h>
#include <FairRootManager.h>
#include <FairRun.h>
#include <FairRuntimeDb.h>
#include <FairVolume.h>
#include <TClonesArray.h>
#include <TGeoManager.h>
#include <TLorentzVector.h>
#include <TVector3.h>
#include <TVirtualMC.h>
#include <TVirtualMCStack.h>
#include <iostream>
Include dependency graph for AtTpc.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"
 
constexpr auto cBLUE = "\033[1;34m"
 

Variable Documentation

◆ cBLUE

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

Definition at line 38 of file AtTpc.cxx.

◆ cGREEN

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

Definition at line 37 of file AtTpc.cxx.

◆ cNORMAL

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

Definition at line 36 of file AtTpc.cxx.

◆ cRED

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

Definition at line 34 of file AtTpc.cxx.

◆ cYELLOW

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

Definition at line 35 of file AtTpc.cxx.