Skip to content

Commit

Permalink
Disable mRICH due to overlap with EMCal in this detector model
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcathj authored Jun 17, 2021
1 parent 1f3f50b commit 692490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectors/EICDetector/Fun4All_G4_EICDetector.C
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int Fun4All_G4_EICDetector(

// EICDetector geometry - 'hadron' direction
Enable::RICH = true;
Enable::mRICH = true; //-m/s- added mRICH
Enable::mRICH = false;
Enable::AEROGEL = true;

Enable::FEMC = true;
Expand Down

0 comments on commit 692490e

Please sign in to comment.