ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#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>
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" |