Skip to content

Commit 468cb3f

Browse files
committed
fix typo
1 parent b90cfb5 commit 468cb3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fcl/detsim/partial/detsim_opdetonly_icarus_overlay_reprocessing_run2.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ source.inputCommands: [
3030
"drop *_pmtlvdsgates_*_*", # drop MCstage0 trigger product
3131
"drop *_pmtbaselines_*_MCstage0", # drop MCstage0 baselines, not stage0!
3232
"drop *_pmttriggerwindows_*_*", # drop MCstage0 trigger product
33-
drop "*_emuTrigger_*_*", # drop MCstage0 trigger product
33+
"drop *_emuTrigger_*_*", # drop MCstage0 trigger product
3434

3535
"drop *_crtdaq_*_*", # drop CRT detsim product
3636
"drop *_mccrthit_*_*", # drop CRT mc hits
3737
"drop *_overlayCRTHit_*_*", # drop CRT overlay hits
3838
"drop *_crttrack_*_*", # drop CRT tracks (MCstage0)
39-
"drop *_crtpmt_*_*", # drop CRTPMT matches (MCstage0)
39+
"drop *_crtpmt_*_*" # drop CRTPMT matches (MCstage0)
4040
]
4141

4242
# Running only the optical/trigger/crt modules

0 commit comments

Comments
 (0)