File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2121
2222#include < Framework/AnalysisDataModel.h>
2323
24+ #include < cstdint>
25+
2426namespace o2 ::aod
2527{
2628
Original file line number Diff line number Diff line change 1414
1515#include <DataFormatsParameters/GRPMagField.h>
1616#include <DetectorsBase/Propagator.h>
17+ #include <Framework/Logger.h>
18+ #include <ReconstructionDataFormats/Track.h>
1719#include <ReconstructionDataFormats/Vertex.h>
1820
1921#include <TAxis.h>
2022#include <TCanvas.h>
2123#include <TDatabasePDG.h>
2224#include <TEfficiency.h>
2325#include <TGraph.h>
24- #include <TH1F .h>
26+ #include <TH1 .h>
2527#include <TLatex.h>
2628#include <TLorentzVector.h>
29+ #include <TParticlePDG.h>
30+ #include <TString.h>
31+
32+ #include <RtypesCore.h>
33+
34+ #include <cstddef>
35+ #include <vector>
2736
2837void drawFastTracker (float magneticField = 5.f , // in units of kGauss
2938 const int nch = 100 , // number of charged particles per unit rapidity
Original file line number Diff line number Diff line change 1515
1616#include "ALICE3/Core/FastTracker.h"
1717
18- #include <CCDB/BasicCCDBManager.h>
19- #include <DataFormatsParameters/GRPLHCIFData.h>
2018#include <Framework/Logger.h>
2119
20+ #include <string>
21+
2222void testFastTracker (std ::string geometryFile = "a3geo.ini" )
2323{
2424
You can’t perform that action at this time.
0 commit comments