Skip to content

Commit

Permalink
[Backport v1.5] fix: disable DRICH radiator and photon vertex cheat c…
Browse files Browse the repository at this point in the history
…ode (#969)

# Description
Backport of #967 to `v1.5`.

Co-authored-by: Wouter Deconinck <[email protected]>
  • Loading branch information
epic-capybara and wdconinc authored Sep 15, 2023
1 parent c483f04 commit 9f08a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/detectors/DRICH/DRICH.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ extern "C" {
// - PDG list
irt_cfg.pdgList.insert(irt_cfg.pdgList.end(), { 11, 211, 321, 2212 });
// - cheat modes
irt_cfg.cheatPhotonVertex = true;
irt_cfg.cheatTrueRadiator = true;
irt_cfg.cheatPhotonVertex = false;
irt_cfg.cheatTrueRadiator = false;

// Merge PID from radiators
MergeParticleIDConfig merge_cfg;
Expand Down

0 comments on commit 9f08a41

Please sign in to comment.