Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions sbndcode/WireMod/run_wiremodifier_sbnd_base.fcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#include "simulationservices_sbnd.fcl"
#include "backtrackerservice.fcl"
#include "particleinventoryservice.fcl"
#include "channelstatus_sbnd.fcl"
#include "seedservice_sbnd.fcl"
#include "hitfindermodules_sbnd.fcl"

#include "mlreco_sbnd.fcl"
#include "cluster_sbnd.fcl"
#include "messages_sbnd.fcl"

#include "wiremod_sbnd.fcl"
Expand All @@ -18,6 +21,9 @@ services:
DetectorPropertiesService: @local::sbnd_detproperties
ParticleInventoryService: @local::standard_particleinventoryservice
BackTrackerService: @local::standard_backtrackerservice
ChannelStatusService: @local::sbnd_data_channelstatus
RandomNumberGenerator: {}
NuRandomService: @local::sbnd_seedservice
message: @local::sbnd_message_services
}

Expand All @@ -35,13 +41,20 @@ physics:
{
wiremod: @local::wiremod_sbnd
gaushit: @local::sbnd_gaushitfinder
cluster3d: @local::sbnd_cluster3d
}

wiremod: [ wiremod, gaushit ]
analyzers:
{
superadata: @local::sbnd_supera_data
}

wiremod: [ wiremod, gaushit, cluster3d ]
trigger_paths: [ wiremod ]

ana: [ superadata ]
stream1: [ out1 ]
end_paths: [ stream1 ]
end_paths: [ stream1, ana ]
}

physics.producers.gaushit.CalDataModuleLabel: "wiremod"
Expand All @@ -59,4 +72,4 @@ outputs:
"drop *recob::Hit*_gaushit_*_Reco1"
]
}
}
}