Skip to content
Snippets Groups Projects
Commit 77b32dff authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Make track*ing scripts compilable

parent 680f9f93
No related branches found
No related tags found
1 merge request!242EDM4hep: mcparticles -> MCParticles
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <cmath> #include <cmath>
#include "TMath.h" #include "TMath.h"
#include "TRandom.h"
#include "common_bench/particles.h" #include "common_bench/particles.h"
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
#include "TCanvas.h" #include "TCanvas.h"
#include "TLegend.h" #include "TLegend.h"
#include "TH1D.h" #include "TH1D.h"
#include "THStack.h"
#include "TProfile.h" #include "TProfile.h"
#include "Math/Vector4D.h"
#include <iostream> #include <iostream>
R__LOAD_LIBRARY(libJugBase.so) R__LOAD_LIBRARY(libJugBase.so)
......
...@@ -3,9 +3,11 @@ ...@@ -3,9 +3,11 @@
#include "HepMC3/WriterAscii.h" #include "HepMC3/WriterAscii.h"
#include "HepMC3/Print.h" #include "HepMC3/Print.h"
#include "TRandom.h"
#include <iostream> #include <iostream>
#include<random> #include <random>
#include<cmath> #include <cmath>
#include <math.h> #include <math.h>
#include <TMath.h> #include <TMath.h>
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#include "HepMC3/WriterAscii.h" #include "HepMC3/WriterAscii.h"
#include "HepMC3/Print.h" #include "HepMC3/Print.h"
#include "TRandom.h"
#include <iostream> #include <iostream>
#include <random> #include <random>
#include <cmath> #include <cmath>
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
#include "TCanvas.h" #include "TCanvas.h"
#include "TLegend.h" #include "TLegend.h"
#include "TH1D.h" #include "TH1D.h"
#include "THStack.h"
#include "TProfile.h" #include "TProfile.h"
#include "Math/Vector4D.h"
#include <iostream> #include <iostream>
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
#include "TCanvas.h" #include "TCanvas.h"
#include "TLegend.h" #include "TLegend.h"
#include "TH1D.h" #include "TH1D.h"
#include "THStack.h"
#include "TProfile.h" #include "TProfile.h"
#include "Math/Vector4D.h"
#include <iostream> #include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment