Skip to content

Commit 378b1bf

Browse files
authored
Merge pull request #882 from SBNSoftware/develop
Merge PRs #836 and #874 into master. Master acts as a proxy for develop. Update master to be current with develop by including PRs #836 and #874.
2 parents 848d6d1 + de47fa7 commit 378b1bf

22 files changed

Lines changed: 59 additions & 23 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#include "larg4_icarus_intime.fcl"
22

33
#include "enable_spacecharge_services_icarus_2D_DriftSimOnly.fcl"
4+
5+
physics.producers.ionization.EnergyDepositInstanceLabels: [ "", "priorSCE" ]

fcl/g4/larg4_icarus_intime.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ physics.producers.pdfastsim.InputSourcesLabels: [ "pdfastsimintime", "pdfastsimo
6767

6868
#Add a process that merges the dropped MCParticles
6969
physics.producers.largeantdropped: @local::icarus_merge_intime_dropped_mcparts
70+
physics.producers.largeantdropped.SkipTrackIDOffsets: @erase
7071
physics.producers.largeantdropped.InputSourcesLabels: [ "larg4intime:droppedMCParticles", "larg4outtime:droppedMCParticles"]
7172

7273
#Add a process for sedlite generation

fcl/g4/larg4_icarus_intime_sce.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#include "larg4_icarus_intime.fcl"
22

33
#include "enable_spacecharge_icarus.fcl"
4+
physics.producers.ionization.EnergyDepositInstanceLabels: [ "", "priorSCE" ]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
###
2+
## This fhicl file is used to drop daqPMT from the stage0 file
3+
##
4+
5+
process_name: daqPMTdrop
6+
7+
outputs: {
8+
out1: {
9+
compressionLevel: 1
10+
dataTier: "reconstructed"
11+
fileName: "%ifb_%p.root"
12+
module_type: "RootOutput"
13+
outputCommands: [
14+
"keep *_*_*_*",
15+
"drop *_daqPMT_*_*"
16+
]
17+
saveMemoryObjectThreshold: 0
18+
}
19+
}
20+
21+
physics: {
22+
stream1: [ out1 ]
23+
end_paths: [ stream1 ]
24+
}

fcl/reco/Stage0/data/stage0_run2_icarus.fcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ outputs.rootOutput.outputCommands: [
2626
"drop artdaq::Fragments_*_*_ICARUSReprocessRaw",
2727
"drop *_*_*_DAQ*",
2828
"drop *_ophituncorrected_*_*",
29-
"drop *_daqPMT_*_*",
3029
"drop *_daqPMTonbeam_*_*",
3130
"drop *_daqCRT_*_*",
3231
"drop *_daqTPCROI_*_*",

fcl/reco/Stage0/data/stage0_run2_wc_icarus.fcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ outputs.rootOutput.outputCommands: [
2727
"drop artdaq::Fragments_*_*_ICARUSReprocessRaw",
2828
"drop *_*_*_DAQ*",
2929
"drop *_ophituncorrected_*_*",
30-
"drop *_daqPMT_*_*",
3130
"drop *_daqPMTonbeam_*_*",
3231
"drop *_daqCRT_*_*",
3332
"drop *_daqTPCROI_*_*",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "stage1_run2_icarus_MC.fcl"
2+
3+
physics.producers.mcreco.MCParticleDroppedLabel: "largeantdropped"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#include "detsim_2d_icarus_refactored.fcl"
1+
#include "detsim_2d_icarus_refactored_yzsim.fcl"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#include "detsim_2d_icarus.fcl"
1+
#include "standard_mc_all_detsim_icarus.fcl"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#include "larg4_icarus_intime_sce.fcl"
1+
#include "standard_mc_intime_g4_icarus.fcl"

0 commit comments

Comments
 (0)