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

Fixes to be able to compile all analysis macros

parent 833c5d5c
No related branches found
No related tags found
1 merge request!107Fixes to be able to compile all analysis macros
......@@ -12,6 +12,7 @@
#include "Math/Vector3D.h"
#include "Math/Rotation3D.h"
#include "Math/RotationY.h"
#include "TRandom.h"
#include "common_bench/particles.h"
......
......@@ -8,12 +8,14 @@
#include "HepMC3/ReaderAscii.h"
#include "HepMC3/WriterAscii.h"
#include <TMath.h>
#include <cmath>
#include <iostream>
#include <math.h>
#include <random>
#include "TMath.h"
#include "TRandom.h"
using namespace HepMC3;
void emcal_barrel_electrons(int n_events = 1e6, double e_start = 0.0, double e_end = 30.0, const char* out_fname = "./data/emcal_barrel_electrons.hepmc") {
......
......@@ -8,9 +8,15 @@
#include "HepMC3/ReaderAscii.h"
#include "HepMC3/WriterAscii.h"
#include <iostream>
#include "TROOT.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TMath.h"
#include "TStyle.h"
#include <iostream>
#include "TCanvas.h"
using namespace HepMC3;
......
......@@ -8,12 +8,14 @@
#include "HepMC3/ReaderAscii.h"
#include "HepMC3/WriterAscii.h"
#include <TMath.h>
#include <cmath>
#include <iostream>
#include <math.h>
#include <random>
#include "TMath.h"
#include "TRandom.h"
using namespace HepMC3;
void emcal_barrel_pi0(int n_events = 1e6, double e_start = 0.0, double e_end = 30.0, const char* out_fname = "./data/emcal_barrel_pi0.hepmc") {
......
......@@ -8,9 +8,15 @@
#include "HepMC3/ReaderAscii.h"
#include "HepMC3/WriterAscii.h"
#include <iostream>
#include "TROOT.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TMath.h"
#include "TStyle.h"
#include <iostream>
#include "TCanvas.h"
using namespace HepMC3;
......
......@@ -8,12 +8,14 @@
#include "HepMC3/ReaderAscii.h"
#include "HepMC3/WriterAscii.h"
#include <TMath.h>
#include <cmath>
#include <iostream>
#include <math.h>
#include <random>
#include "TMath.h"
#include "TRandom.h"
using namespace HepMC3;
void emcal_barrel_pions(int n_events = 1e6, double e_start = 0.0, double e_end = 30.0, const char* out_fname = "./data/emcal_barrel_pions.hepmc") {
......
......@@ -8,9 +8,15 @@
#include "HepMC3/ReaderAscii.h"
#include "HepMC3/WriterAscii.h"
#include <iostream>
#include "TROOT.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TMath.h"
#include "TStyle.h"
#include <iostream>
#include "TCanvas.h"
using namespace HepMC3;
......
......@@ -4,10 +4,12 @@
#include "HepMC3/Print.h"
#include <iostream>
#include<random>
#include<cmath>
#include <random>
#include <cmath>
#include <math.h>
#include <TMath.h>
#include "TMath.h"
#include "TRandom.h"
using namespace HepMC3;
......
......@@ -8,12 +8,14 @@
#include "HepMC3/ReaderAscii.h"
#include "HepMC3/WriterAscii.h"
#include <TMath.h>
#include <cmath>
#include <iostream>
#include <math.h>
#include <random>
#include "TMath.h"
#include "TRandom.h"
using namespace HepMC3;
void zdc_neutrons(int n_events = 1e6, double e_start = 0.0, double e_end = 30.0, const char* out_fname = "./data/zdc_neutrons.hepmc") {
......
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