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

Correct eicd headers

parent ae2377e4
No related branches found
No related tags found
1 merge request!108Analysis: dis_analysis_ecal, dis_analysis_hcal, dis_analysis_raw
......@@ -21,7 +21,8 @@
#include "fmt/core.h"
#include "nlohmann/json.hpp"
#include "eicd/RawCalorimeterHit.h"
#include "eicd/CalorimeterHitData.h"
#include "eicd/ClusterData.h"
int dis_electrons_ecal(const std::string& config_name)
{
......
......@@ -21,7 +21,8 @@
#include "fmt/core.h"
#include "nlohmann/json.hpp"
#include "eicd/RawCalorimeterHit.h"
#include "eicd/CalorimeterHitData.h"
#include "eicd/ClusterData.h"
int dis_electrons_hcal(const std::string& config_name)
{
......@@ -57,4 +58,4 @@ int dis_electrons_hcal(const std::string& config_name)
ROOT::RDataFrame d("events", rec_file);
return 0;
}
\ No newline at end of file
}
......@@ -21,7 +21,7 @@
#include "fmt/core.h"
#include "nlohmann/json.hpp"
#include "eicd/RawCalorimeterHit.h"
#include "eicd/RawCalorimeterHitData.h"
int dis_electrons_raw(const std::string& config_name)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment