Skip to content

Commit

Permalink
Disabled inner HCal projection
Browse files Browse the repository at this point in the history
  • Loading branch information
cdean-github committed Apr 4, 2022
1 parent 248a35b commit 99f38cc
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 @@ -304,7 +304,7 @@ int Fun4All_G4_EICDetector(
G4TRACKING::PROJECTION_BECAL = true;
G4TRACKING::PROJECTION_EHCAL = true;
G4TRACKING::PROJECTION_CEMC = true;
G4TRACKING::PROJECTION_HCALIN = true;
//G4TRACKING::PROJECTION_HCALIN = true;
G4TRACKING::PROJECTION_HCALOUT = true;
G4TRACKING::PROJECTION_FEMC = true;
G4TRACKING::PROJECTION_FHCAL = true;
Expand Down

0 comments on commit 99f38cc

Please sign in to comment.