Skip to content
Snippets Groups Projects
Commit 5aad957f authored by Michał Sieczczyński's avatar Michał Sieczczyński
Browse files

Change of file location

parent 1fe9b810
No related branches found
No related tags found
No related merge requests found
Pipeline #118621 passed
......@@ -152,7 +152,8 @@ include:
# - local: 'benchmarks/femc_electron/config.yml'
# - local: 'benchmarks/femc_photon/config.yml'
# - local: 'benchmarks/femc_pi0/config.yml'
- local: 'benchmarks/nhcal_acceptance/config.yml'
- local: 'benchmarks/nHcal/nhcal_acceptance/config.yml'
deploy_results:
allow_failure: true
stage: deploy
......
......@@ -51,7 +51,7 @@ include: "benchmarks/insert_tau/Snakefile"
include: "benchmarks/femc_electron/Snakefile"
include: "benchmarks/femc_photon/Snakefile"
include: "benchmarks/femc_pi0/Snakefile"
include: "benchmarks/nhcal_acceptance/Snakefile"
include: "benchmarks/nHcal/nhcal_acceptance/Snakefile"
use_s3 = config["remote_provider"].lower() == "s3"
use_xrootd = config["remote_provider"].lower() == "xrootd"
......
......@@ -46,7 +46,7 @@ hadd {output} {input}
rule nhcal_acceptance_analysis:
input:
combined="sim_output/nhcal_acceptance/sim_{DETECTOR_CONFIG}_E{ENERGY}GeV_combined_{N}files.edm4hep.root",
script="benchmarks/nhcal_acceptance/scripts/nhcal_acceptance_analysis.cxx",
script="benchmarks/nHcal/nhcal_acceptance/scripts/nhcal_acceptance_analysis.cxx",
output:
f"results/nhcal_acceptance_analysis_{{DETECTOR_CONFIG}}_E{{ENERGY}}GeV_combined_{{N}}files.pdf",
shell:
......
......@@ -67,7 +67,7 @@ int nhcal_acceptance_analysis(TString filename, TString outname)
}
// Check, if pi- have contributions nHCal
for (size_t i = 0; i < contrib_particle_idx.GetSize(); ++i) {
for (size_t i = 0; i < contrib_particle_idx.GetSize(); i++) {
int idx = contrib_particle_idx[i];
if (pi_minus_eta_phi.count(idx)) {
detected.insert(idx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment