#include "AtFitterTask.h"
#include "AtDigiPar.h"
#include "AtFitter.h"
#include "AtGenfit.h"
#include "AtPatternEvent.h"
#include <FairLogger.h>
#include <FairRootManager.h>
#include <FairRun.h>
#include <FairRuntimeDb.h>
#include <FairTask.h>
#include <TClonesArray.h>
#include <TObject.h>
#include <Track.h>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
|
constexpr auto | cRED = "\033[1;31m" |
|
constexpr auto | cYELLOW = "\033[1;33m" |
|
constexpr auto | cNORMAL = "\033[0m" |
|
constexpr auto | cGREEN = "\033[1;32m" |
|
◆ ClassImp()
◆ cGREEN
constexpr auto cGREEN = "\033[1;32m" |
|
constexpr |
◆ cNORMAL
constexpr auto cNORMAL = "\033[0m" |
|
constexpr |
◆ cRED
constexpr auto cRED = "\033[1;31m" |
|
constexpr |
◆ cYELLOW
constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |