Skip to content

Commit

Permalink
Merge pull request #267 from hgreenlee/greenlee_fix_drop_typo
Browse files Browse the repository at this point in the history
Fix type, not dropping SimEnergyDeposits as intended.
  • Loading branch information
pgreen135 authored Mar 21, 2022
2 parents 4d720c2 + 8f1defb commit aaf08e1
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 aaf08e1

Please sign in to comment.