Skip to content

Commit

Permalink
Fix type, not dropping SimEnergyDeposits as intended.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreenlee committed Mar 18, 2022
1 parent 897c9c7 commit 8f1defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbndcode/JobConfigurations/standard/standard_g4_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ outputs:
# Drop the SimEnergyDeposits made by LArG4
, "drop sim::SimEnergyDeposits_largeant_*_*"
# Drop the IonAndScint w/ SCE offsets applied
, "drop *_ionandscint__*"
, "drop *_ionandscint_*_*"
# Drop LArG4 AuxDetHits, now replaced by AuxDetSimChannels
, "drop sim::AuxDetHits_*_*_*"
]
Expand Down

0 comments on commit 8f1defb

Please sign in to comment.