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

Correct filenames

parent 1b002611
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.
...@@ -220,7 +220,7 @@ int rec_analysis_raw(const std::string& config_name) ...@@ -220,7 +220,7 @@ int rec_analysis_raw(const std::string& config_name)
tptr1->SetTextColor(common_bench::plot::kMpBlue); tptr1->SetTextColor(common_bench::plot::kMpBlue);
t1.Draw(); t1.Draw();
c.Print(fmt::format("{}EcalRawHits_n.png", output_prefix).c_str()); c.Print(fmt::format("{}EcalRawHits_adc.png", output_prefix).c_str());
} }
...@@ -288,7 +288,7 @@ int rec_analysis_raw(const std::string& config_name) ...@@ -288,7 +288,7 @@ int rec_analysis_raw(const std::string& config_name)
tptr1->SetTextColor(common_bench::plot::kMpBlue); tptr1->SetTextColor(common_bench::plot::kMpBlue);
t1.Draw(); t1.Draw();
c.Print(fmt::format("{}EcalRawHits_n.png", output_prefix).c_str()); c.Print(fmt::format("{}EcalRawHits_tdc.png", output_prefix).c_str());
} }
// Hcal nhits // Hcal nhits
...@@ -398,7 +398,7 @@ int rec_analysis_raw(const std::string& config_name) ...@@ -398,7 +398,7 @@ int rec_analysis_raw(const std::string& config_name)
tptr1->SetTextColor(common_bench::plot::kMpBlue); tptr1->SetTextColor(common_bench::plot::kMpBlue);
t1.Draw(); t1.Draw();
c.Print(fmt::format("{}HcalRawHits_n.png", output_prefix).c_str()); c.Print(fmt::format("{}HcalRawHits_adc.png", output_prefix).c_str());
} }
// Hcal nhits // Hcal nhits
...@@ -453,7 +453,7 @@ int rec_analysis_raw(const std::string& config_name) ...@@ -453,7 +453,7 @@ int rec_analysis_raw(const std::string& config_name)
tptr1->SetTextColor(common_bench::plot::kMpBlue); tptr1->SetTextColor(common_bench::plot::kMpBlue);
t1.Draw(); t1.Draw();
c.Print(fmt::format("{}HcalRawHits_n.png", output_prefix).c_str()); c.Print(fmt::format("{}HcalRawHits_tdc.png", output_prefix).c_str());
} }
auto stats_n_EcalEndcapPRawHits = d0.Stats("n_EcalEndcapPRawHits"); auto stats_n_EcalEndcapPRawHits = d0.Stats("n_EcalEndcapPRawHits");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment