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

dis_electrons -> rec_analysis

parent 2fe95e22
No related branches found
No related tags found
1 merge request!108Analysis: dis_analysis_ecal, dis_analysis_hcal, dis_analysis_raw
This commit is part of merge request !108. Comments created here will be created in the context of that merge request.
......@@ -24,7 +24,7 @@
#include "eicd/CalorimeterHitData.h"
#include "eicd/ClusterData.h"
int dis_electrons_hcal(const std::string& config_name)
int rec_analysis_hcal(const std::string& config_name)
{
// read our configuration
std::ifstream config_file{config_name};
......
......@@ -23,7 +23,7 @@
#include "nlohmann/json.hpp"
#include "eicd/RawCalorimeterHitData.h"
int dis_electrons_raw(const std::string& config_name)
int rec_analysis_raw(const std::string& config_name)
{
// read our configuration
std::ifstream config_file{config_name};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment