Skip to content
Snippets Groups Projects
Commit d646b8a7 authored by Maria Zurek's avatar Maria Zurek
Browse files

Include fstream in hcal analysis scripts

parent a5241395
No related branches found
No related tags found
1 merge request!89Resolve "Save uncertainty on sampling fraction to calibration file"
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "ROOT/RDataFrame.hxx" #include "ROOT/RDataFrame.hxx"
#include <iostream> #include <iostream>
#include <fstream>
#include <fmt/core.h> #include <fmt/core.h>
#include "dd4pod/Geant4ParticleCollection.h" #include "dd4pod/Geant4ParticleCollection.h"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "ROOT/RDataFrame.hxx" #include "ROOT/RDataFrame.hxx"
#include <iostream> #include <iostream>
#include <fstream>
#include <fmt/core.h> #include <fmt/core.h>
#include "dd4pod/Geant4ParticleCollection.h" #include "dd4pod/Geant4ParticleCollection.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <cmath> #include <cmath>
#include <iostream> #include <iostream>
#include <fstream>
#include <math.h> #include <math.h>
#include <random> #include <random>
#include <fmt/core.h> #include <fmt/core.h>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "TMath.h" #include "TMath.h"
#include <iostream> #include <iostream>
#include <fstream>
#include <fmt/core.h> #include <fmt/core.h>
#include "hcal_barrel_common_functions.h" #include "hcal_barrel_common_functions.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment